RE: [Struts 2] Redirect Stopped Working After Struts 2 Upgrade

2012-10-29 Thread Martin Gainty
John- i could not get the StrutsPrepareAndExecuteFilter to pass ServletRequest Attributes so I made some Q&d mods to get the front end Parameters to pass to ActionSupport back-end //mods for StrutsPrepateAndExecuteFilter org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter::doF

Issue with maven archetypes - jetty plugin version 8 not refreshing JSPs

2012-10-29 Thread Miguel Almeida
Dear all, As I was upgrading the maven jetty plugin in a struts archetype, I noticed a difference in behaviour between versions 6 and 8 of the plugin. While this might be due to a change in jetty's configuration, I thought we should check this and probably update the archetypes accordingly. Essen

RE: Basic Struts doubt

2012-10-29 Thread Juan Jose Fuentes Esteban
I suppose you want to do that asyncronously, because if not, you just have to send the form and inspect the POST parameters for one with name ' TrackBaselineConfigActionForm' . So, use javascript as Lukasz recommended you. If you use jQuery, this is the API function to use: http://api.jquery.com/