How can i call getter on any bean which has an object type argument.
e.g obj.getXYZ(Obj2 a)
Is there any tag to do this in struts/JSP/JSTL or using expression language.
Adnan Memon
-
getter with Object argument (1 messages)
- Posted by: adnan memon
- Posted on: January 18 2005 13:26 EST
Threaded Messages (1)
- getter with Object argument by Kishore Senji on January 19 2005 16:37 EST
-
getter with Object argument[ Go to top ]
- Posted by: Kishore Senji
- Posted on: January 19 2005 16:37 EST
- in response to adnan memon
Take a look at http://www.javaworld.com/javaworld/jw-05-2003/jw-0523-calltag-p3.html.
Even if you are not using a JSP 2.0 container, you can passing in an object using runtime expression with JSP 1.2