[jboss-user] [JBoss Seam] - Re: User Interface Challenge: Possible, poor practice?

gavin.king@jboss.com do-not-reply at jboss.com
Thu Apr 12 18:34:30 EDT 2007


Actually JSF also allows you to build views in Java code!

You can manipulate the faces component tree in Java code, and add UIComponents. I believe that what you are trying to do is totally possible. All you would need to do is have some way to serialize/deserialize the faces component tree to the repository (definitely not an impossible problem).

The coolest thing ever would be if you could take a tree of UIComponents, and generate facelets XML from that - then you could use plain facelets to parse the XML back to a faces component tree ;-)



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036894#4036894

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036894



More information about the jboss-user mailing list