Ok well I didn't try that one ... I thought that wasn't possible to add
children during the render phase.
I'll have a look,
Thanks
Bruno
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050011#4050011
Reply to the post :
http://www.jboss.com/index.html?modul
For dynamic components I use a component that builds it's tree in
encodeBegin(). So for your example consult the relevant attributes and create
the corresponding JSF component for list/menu/checkbox/radio/text.
I've used this succesfully to build grids of dynamic properties where the type
of e
Thanks for the reply. In this article Rick Hightower explain how to make
compile-time tag, which doesn't work for my requirements.
It's not difficult to turn them into render-time tags but I found easier to
just use the rendered attribute.
I've done a component which work like this :
|
|
I'm doing something similar in my project.
I use a few Facelets TagHandlers based on Rick Hightower's articles
(http://www.ibm.com/developerworks/java/library/j-facelets2.html). My page
looks something like this:
|
|
|
|
|
|