Re: Child window opening problem

2006-01-26 Thread Deepa Khetan
Well, that i know. I am already populating the JSP from a Child JSP. I do not want this child JSP to be shown to the user. On 1/27/06, Srinivas Jadcharla <[EMAIL PROTECTED]> wrote: > > //Is there a way thru which i can populate my JSP from Action class > > use mapping.findForward("success"); > > O

Re: Child window opening problem

2006-01-26 Thread Srinivas Jadcharla
//Is there a way thru which i can populate my JSP from Action class use mapping.findForward("success"); Other Option: Use separate JSP for displaying other fields. On 1/26/06, Deepa Khetan <[EMAIL PROTECTED]> wrote: > > Hi, > > Is there a way thru which i can populate my JSP from Action class