Note that there are some explanatory texts on larger screens.

plurals
  1. USDavid Georg Reichelt
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COAfter all, I found the very first mistake (from a comment in http://stackoverflow.com/questions/16967524/jsf-sessionscoped-bean-not-retaining-properties): the SessionScope annotation I used was from javax.enterprise.context, so it was realy request-scoped, the constructor was called everytime, the update got empty data (because of an empty carousel) and therefore it wasn't called.
      singulars
    2. COI've tried this, but even if I got the exact id (its just `group` if I'm setting `prependId` in the form to false), it isn't finding the element. My explanation for this behaviour is, that one can't update a father-element in a child-element, because the father element isn't fully created at this time. So two solutions I could imagine was using `remoteCommand` or creating a second line out of the `h:panelGroup`, where I have to asure that the buttons are below the inputs, and so the `remoteCommand` solution seemed better to me.
      singulars
    3. COYes, there is an `h:form` around my element (so adding works fine), but the `commandButton` is inside the `h:group`, so if I say `update="group"`, the error "Component group not found in jdt..." appears. That's why I used the `remoteCommand` (so the javascript is defined there, and this does not check weather the component exists or not). But process was the right hint: adding `process="@this"` to the `remoteCommand` seems to solve the problem! Thanks a lot :)
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload