Re: Struts 2 Page & Ctrl+R

2008-07-08 Thread Lukasz Lenart
Could you show source of your frame? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts 2 Page & Ctrl+R

2008-07-08 Thread Rubbinio
What do you mean ? I have a link the user click on in Frame 1: listDashboardAction.action That invokes my action, does some stuff and returns "input" which in my struts.xml is /setup/dashboard/dashboard_config.jsp And that gets loaded in frame 2. Now how can i set the frame source cause i rea

Re: Struts 2 Page & Ctrl+R

2008-07-08 Thread Lukasz Lenart
Hi, Put all your frameset's source to actions, not to jsp files. Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts 2 Page & Ctrl+R

2008-07-08 Thread Rubbinio
That's the thing, the application is in a frameset and the struts 2 action is in on of the frames. Now my action result is a JSP and not an action. When I hit refresh in the Struts2 Filter I get the jsp name. So how can I make it have the .action because my page is rendered as a result of an acti

Re: Struts 2 Page & Ctrl+R

2008-07-08 Thread Lukasz Lenart
Hi, What you have in browser's address bar? CTRL+R just make GET request to your application, if you have .action in your url, apropreciated action has to be called. Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscrib

Re: Struts 2 Page & Ctrl+R

2008-07-08 Thread Rubbinio
Tried that and it did not work at all. I got it working in a way but not the way I want. Basically what I did was set the values in the session and then on page refresh they are picked up ok. The problem is the data on the page might change so I would like to have the action invoked when the user

Re: Struts 2 Page & Ctrl+R

2008-06-21 Thread Lukasz Lenart
> This worked fine before using Struts 1 and my guess is that it was because > the form was present in session. > > Is there any way to make this work in Struts 2 ? You can check Scope Plugin http://cwiki.apache.org/S2PLUGINS/scope-plugin.html maybe it will be helpful Regards -- Lukasz http://w

Struts 2 Page & Ctrl+R

2008-06-20 Thread Rubbinio
Hi all, we have some Struts 2 pages which load fine but if the user uses Ctrl+R or Browser Refresh the page reloads but no values are populated. This worked fine before using Struts 1 and my guess is that it was because the form was present in session. Is there any way to make this work in Str