Re: OGNL and instanceof

2008-12-05 Thread Johannes Geppert
newton.dave wrote: > > I'd try #object first, since it's a named context variable created on the > page. > > Dave > thank you, this works great. -- View this message in context: http://www.nabble.com/OGNL-and-instanceof-tp20850061p20858557.html Sent from the Struts - User mailing list arch

Re: OGNL and instanceof

2008-12-05 Thread Dave Newton
--- On Fri, 12/5/08, Johannes Geppert wrote: > i want to iterate above an List with different Objects. > How can i use instanceof to differ the Object. > [...] > I'd try #object first, since it's a named context variable created on the page. Dave --