Re: Spawning a new window from Action.execute

2006-02-16 Thread Jari Fredriksson
Tom Ansley wrote: Yes, I use javascript for the exact problem you mention. Here is the code I use for the different possible formats: That way the Form gets not submitted, and the bean does not have the latest data on form. It may not always be a problem, but I see it not perfect.. But i

RE: Spawning a new window from Action.execute

2006-02-13 Thread Tom Ansley
Subject: Re: Spawning a new window from Action.execute You will need to use javascript. Let the javascript function call your action class and open a new window. HTH. - Yahoo! Mail Use Photomail to share photos without annoying attachments

Re: Spawning a new window from Action.execute

2006-02-13 Thread kalpesh modi
You will need to use javascript. Let the javascript function call your action class and open a new window. HTH. - Yahoo! Mail Use Photomail to share photos without annoying attachments.

Spawning a new window from Action.execute

2006-02-13 Thread Jari Fredriksson
Hello, new user here. New with struts, but looks good so far. I have one special need now, though.. Would like to open something in a new window, after getting the data into form bean, and validated it. This may not be a struts specific problem, but in case someone has ideas for it. Specif