Hi,
If you have this in a custom components method restoreState:
>ValueBinding vb = getValueBinding("value");
>if (vb != null) vb.getValue(getFacesContext());
>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

