Re: Popup window submitting to action

2005-01-27 Thread bala pamarti
Brandon, I was looking for the same functionality in my application. Can you please post your code/sample code. TIA, Bala --- --- Brandon Mercer <[EMAIL PROTECTED]> wrote: > Hello, > I've got a slighty off topic question for the group. > I've got a pop-up > window that I use in my applicatio

RE: Popup window submitting to action

2005-01-27 Thread David Suarez
..djsuarez -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, January 27, 2005 9:56 AM To: user@struts.apache.org Subject: Re: Popup window submitting to action reload()... cool, didn't see that in my reference book. Everyone learns somethin

Re: Popup window submitting to action

2005-01-27 Thread fzlists
reload()... cool, didn't see that in my reference book. Everyone learns something new every day! :) (sure seemed like something that would be there, glad to know I just missed it) -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Thu, Jan

Re: Popup window submitting to action

2005-01-27 Thread fzlists
Well, you could either (a) create a form with an action of billpay.do and submit it, or (b) you could do parent.location="billpay.do". That should essentially do a refresh. I'm not aware of any refresh method, unless you are OK with IE-only code... IE has a number of "commands", as they are ca

Re: Popup window submitting to action

2005-01-27 Thread Brandon Mercer
Cedric Levieux wrote: Here what you want in the page retrieved after the submit action and reached via this action :