Re: I'm calling a JSP page from <frame> tag using...
Posted By:
Sudhakar_Santhanam
Posted On:
Friday, March 23, 2001 02:02 AM
Well,one way of passing in your parameters to a .jsp page called through a tag is that you can put it into a session attribute using the session.setAttribute() method and call the method appropriately in the corresponding Jsp page using the session.getAttribute (String) and downcasting it to its original datatype.I suppose I had been able to answer you if I got your point right.