[jboss-user] [JBoss Seam] - Re: jboss-el limitations for lvals?
jcruise
do-not-reply at jboss.com
Mon Jul 16 08:14:33 EDT 2007
If I understand your quetion correctly, it wasn't used to directly set the value on a ValueHolder, it was setting a parameter on a facelet source tag:
e.g. not
| <h:inputText value="#{a? a: b}" />
|
but more like:
| <sl:myInputField value="#{a? a: b}" label="..." />
|
| <ui:composition xmlns-"...>
| <h:inputText value="#{value}" />
| </ui:composition>
|
if that helps :) - I don't have the original code to hand any more.
Cheers
J
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064506#4064506
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4064506
More information about the jboss-user
mailing list