Hi,

I have a form with a submit button which performs an action.
On the same form I have link which is supposed to perform another action to
upload an image to the server.

I want the uploading action to be performed on a new page. Which means that
when I click the "upload image" link, I want a new browser tab to open, and
I want  the uploading action to be executed there.
Is this possible?
I tried this:
         <s:url action= 
        <s:param name="id" value="Upload Image" /></s:url>">
         

But it doesn't work!
-- 
View this message in context: 
http://www.nabble.com/Executing-action-in-a-new-tab--tp21783256p21783256.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to