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

Reply via email to