JSF 2 equivalent of tomahawk subform

Posted by digitaljoel on Stack Overflow See other posts from Stack Overflow or by digitaljoel
Published on 2010-04-13T19:40:34Z Indexed on 2010/04/13 19:43 UTC
Read the original article Hit count: 826

Filed under:
|
|

I have an existing JSF 1.2 app that was a portlet running on glassfish v2. I'm converting it to a webapp running on glassfish v3. The app uses tomahawk subforms in several areas. Tomahawk has not been update for JSF 2, which is what ships with glassfish v3. We would like to update our app to JSF 2. Is there a JSF 2 equivalent to tomahawk's subform?

I know one option would be to change all of the subforms to be ajax enabled and use the execute attribute to specify which controls take part in the form submission, but would like to make this as straight across as I can without modifying existing functionality if I can. So, lacking a tomahawk subform substitute, is there any way to specify partial form submission for non ajax events?

© Stack Overflow or respective owner

Related posts about jsf2

Related posts about jsf