[jboss-user] [JBoss Seam] - s:formattedText doesn't render anything
demetrio812
do-not-reply at jboss.com
Wed Jun 20 05:57:26 EDT 2007
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#4055946
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4055946
More information about the jboss-user
mailing list