Re: How to send result into Pop-up window

2005-01-31 Thread Manisha Sathe
Thanks a lot, i think i can work this out. Btw, i could not receive the attached file (may be because it is through forum) Would appreciate if can forward attachement again to [EMAIL PROTECTED] Thanks once again, regards Manisha Keshav Shetty <[EMAIL PROTECTED]> wrote: Hi Manisah, As

Re: How to send result into Pop-up window

2005-01-31 Thread Keshav Shetty
Hi Manisah, As I understand this problem is not exactly related to struts but with the controlling the flow. With my knowledge of struts we can't do validation in main page and show the report in the popup screen. Don't worry I have a alternative solution for this. Please refer the attached pict

Re: How to send result into Pop-up window

2005-01-31 Thread Manisha Sathe
Now i get pop-up window but some other problems i am facing As u mentioned this will fail if i make use of validator javascript functions on search citeria. I thought i will use serverside validation - but now what's happening is i get validation errors on my new pop-up window and not on my o

Re: How to send result into Pop-up window

2005-01-30 Thread Eddie Bush
You could use a section to give a message to those that do not have JavaScript enabled. Find details in the HTML spec maintained by the W3C: www.w3c.org On Sun, 30 Jan 2005 16:13:33 -0800 (PST), Manisha Sathe <[EMAIL PROTECTED]> wrote: > Hi Keshav, > > Yes, the requirement is exactly as u said.

Re: How to send result into Pop-up window

2005-01-30 Thread Manisha Sathe
Hi Keshav, Yes, the requirement is exactly as u said. But 1 query, What will happen if user has switched off the javascript ? If nothing happens then also it is ok for me, Can i give some sort of msg that pls make javascript on - if it is off ? regards Manisha Keshav Shetty <[EMAIL P

Re: How to send result into Pop-up window

2005-01-28 Thread Keshav Shetty
Hi Manisha, As I understood your requirement is 1. In first page you show teh search criteria. User enters all required input and press show report. 2. The form will be submitted action gets control and retrives required data and forwards to report jsp. 3. The final report page should come in a s

How to send result into Pop-up window

2005-01-28 Thread Manisha Sathe
Hi, I am having a serach criteria, depending on that one report will be generated. After Submit it is going to one Action handler and then going to JSP report page. Currently i am displaying it in the same window. But if i want to display result in new window then how can i achieve it ? (I b