Re: s:a and result in new window

2008-06-18 Thread Paranoid_Fabio
Ok. I will check this.. Anyway, with the s:a struts anchor, the url parameters are correctly passed. thank u Laurie Harper wrote: > > Did you check the result of s:url? Either the URL was not constructed > correctly (the parameters weren't appended in the query string) or > something went

Re: s:a and result in new window

2008-06-18 Thread Laurie Harper
Did you check the result of s:url? Either the URL was not constructed correctly (the parameters weren't appended in the query string) or something went wrong applying the parameters when the request was made. Determine where it failed, and that will tell you where to focus on debugging further

Re: s:a and result in new window

2008-06-18 Thread Paranoid_Fabio
Thank you for the reply. I tried your solution and the action is invoked..the problem is that,using the standard html anchor, the parameters are not passed to my action. Paranoid_Fabio wrote: > > Hello. What I want to do is a very simple thing, but I can't find a > solution. > I call an action

Re: s:a and result in new window

2008-06-17 Thread Laurie Harper
Paranoid_Fabio wrote: Hello. What I want to do is a very simple thing, but I can't find a solution. I call an action from a jsp page, and I want to display the resulting jsp page in a new browser window. I've already read about target="_blank", target="_new" etc... but I can't use them because I