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

Child window opening problem

2006-01-26 Thread Deepa Khetan
Hi, Is there a way thru which i can populate my JSP from Action class. I have a requirement, wherein, when user enters a particular value, a database call has to made and other fileds should get populated . What i was doing is, submit another form when user enters this particular value, call an Ac