Hi,
 
If you have this in a custom components method restoreState:
 
>ValueBinding vb = getValueBinding("value");
>if (vb != null) vb.getValue(getFacesContext());
 
is there any way to get to the "value", ie the EL _expression_, from the tag if you include it in the tag as an attribute?  Or would you have to have a different component for each bean you want to initialize?
 
Regards,
Jakob
 
--- [This E-mail has been scanned for viruses but it is your responsibility to maintain up to date anti virus software on the device that you are currently using to read this email. ]

Reply via email to