Re: Remove a key from collection.

2003-08-14 Thread K.M.Prabhu
I am having a properties in my Action class and i will set it in the session. In properties, i know some keys(say a,b,c). In my JSP page using the following JSTL, print the values for those keys. core:out value=a/c:out value=${prop.a}/ core:out value=b/c:out value=${prop.b}/ After printing the

RE: Remove a key from collection.

2003-08-11 Thread Erez Efrati
I don't really have the entire picture here but I would suggest: In you PropertiesBean split between the known, and dynamic containers of properties and then in the page pull them using different property on the PropertiesBean. This way it would be much more clear which is expected and which is