Dear All,
I have a Map[key,value] In My Action Class.Now I try to print the key followed by corresponding values In My XHTML Page Using JSTL 1.2 ,
JSF 1.2.
The Below Snippet Does not print AnyThing. I had tested in My Action Class by printing Map's Size its not empty.In the beforePhase event i call a method that sets value to the Map.
Where as when i try to print Map As it is All the key & Values Of Map gets Printed.
What I Want to Do In My xhtml Page Is :
The Same I achieved In My Plain
Jsp Page By doing like this..
Is it Possible to the Same Type Of Stuff In JSF Or Not??
Please Help Me.