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 _______________________________________________ jboss-user mailing list [EMAIL PROTECTED] https://lists.jboss.org/mailman/listinfo/jboss-user
