facelets « Form « JSF Q&A





1. Best way to check for record existence in editor form    stackoverflow.com

I'd like to implement a record detail page, which the user can call using a URL like:

  http://somewhere.foo/detail.jsf?recordId=1
Now if the record with the specified identfier can be found, the actual ...

2. multi-stage form strategies    stackoverflow.com

Currently I'm working on building a page for inputting pricing data for different products my company handles. Pricing data is somewhat complicated, and so different forms are needed depending on ...

3. What is the best way of using `` element in JSF 2?    stackoverflow.com

Is it a good idea to create facelets with a single <h:form> as a wrapper around all other components like this:

<body>
  <h:form>
    ... various inputs, ...