input « Form « JSF Q&A





1. How does JSF generate the name of the form input field?    stackoverflow.com

Any idea anyone? Is it possible that we specify the name of the form input field? How to go about doing that?

2. JSF Add Input to the Form    stackoverflow.com

I need to provide the user with a button (CommandButton) on the form which by clicking it can add TextInputs to the form. But it is not needed to be DHTML ...

3. How to make form input fields for a many objects?    stackoverflow.com

I am making an administrating interface for an mobile application that I made. I have a question entity and a answer entity. Multiple answer objects (between 3-5) belongs to a single ...

4. JSF form submit and ajax update in input field    stackoverflow.com

I have simple form with integer input. User can change quantity by direct input or by clicking link which increase current value by 1.

<h:form >
    <ui:repeat value="#{cart.products}" var="p">
 ...

5. Javascript added hidden inputs in JSF forms    coderanch.com

We have a JSF form which contains an e-mail recipient fieldset. To this fieldset the user can add recipients using a list of users done with jQuery and SimpleModal. The list contains the recipients and upon clicking the name of the recipient, the name is added using javascript to the fieldset along with a hidden input containing the recipient ID etc. ...

6. No Form Input and NullPointerException    coderanch.com

First of all, I'd like to caveat my post with the fact that I am NOT an experienced JSF developer. My group provides consulting to multiple other application teams. Sometimes those teams come to us with questions/issues in technology stacks that my group is not necessarily well versed in, anyway... We have an application team that is migrating their application from ...