Hi I changed the seam-gen generated code to use the s:formattedText tag but it doesn't
render anything...what's wrong?
That's the code I use:
| <s:decorate id="testoDecoration"
template="layout/edit.xhtml">
| <ui:define name="label">Text</ui:define>
| <s:formattedText id="testo"
value="#{paginaHome.instance.testo}"/>
| </s:decorate>
|
Thanks!
Demetrio
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055946#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...