Re: Call a function after invocation but before jsp rendering

2012-02-15 Thread Markus Demetz
perfect, didn't know that interceptor..! thank you!! Am 15.02.2012 21:54, schrieb Dave Newton: On Wed, Feb 15, 2012 at 3:52 PM, Markus Demetz wrote: to be concrete, I want to call a createTitle() method which is common for all my actions (extending BaseAction with a default implementation of c

Re: Call a function after invocation but before jsp rendering

2012-02-15 Thread Dave Newton
On Wed, Feb 15, 2012 at 3:52 PM, Markus Demetz wrote: > to be concrete, I want to call a createTitle() method which is common for > all my actions (extending BaseAction with a default implementation of > createTitle()), but when I use an Interceptor for that and call it after > the action invocati

Call a function after invocation but before jsp rendering

2012-02-15 Thread Markus Demetz
hi there, my application uses struts2 (latest version), siles with JSP and hibernate. what I am trying to do is to call a method after the action has been executed, but before the JSP is getting rendered. to be concrete, I want to call a createTitle() method which is common for all my actions

Reg: Chain action request parameters update

2012-02-15 Thread srikanth chowdary
Hi All, I am facing a problem in updating the request parameters in chain actions. Please find the description below with example scenario explained: I am having a form TestForm with a property name Now when I submit the form to ActionOne I have been modifying the property as testForm.se