[jboss-user] [JBoss Seam] - Re: generating forms programatically
jcruise
do-not-reply at jboss.com
Wed Nov 28 11:42:59 EST 2007
I dynamically construct forms using the c: tags. These allow you to manipulate the JSF component tree and dyanically select uicomponents to include based on your application metadata. You can't do this using tags like ui:repeat which don't change the component tree. The downside of using the c: tags is that the interactions between them and the rest of the page can get really confusing, and you end up working fairly close to the JSF lifecycle machinery during debugging.
Cheers
J
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108581#4108581
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108581
More information about the jboss-user
mailing list