Questions tagged [immediate-attribute]

In JSF (JavaServer Faces), the tags have an attribute called immediate. It is used to prioritize input and command components during conversion/validation and invoke phases.

16 questions
0
votes
0 answers

JSF get immediate attribute value java program

Can any one tell me how I can get the immediate attribute value from Java code ? I tried to the attribute in both the ways as below: My project is in jsf 1.2
1
2