Re: Running a prepare method before the assigned action method

2008-03-30 Thread Kedar Choudhary
meeboo wrote: Still no solution to this problem. How come parameters in actions with wildcards (for example myapp/modelObject/*) aren't parsed in the prepare method? They work fine when I parse them in my assigned action method :( meeboo wrote: Hey again I'm posting via nabble, and it

Re: Running a prepare method before the assigned action method

2008-03-25 Thread meeboo
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Running-a-prepare-method-before-the-assigned-action-method-tp16219260p16274676.html Sent from the Struts - User mailing

Re: [struts] Running a prepare method before the assigned action method

2008-03-25 Thread Dale Newfield
meeboo wrote: Still no solution to this problem. How come parameters in actions with wildcards (for example myapp/modelObject/*) aren't parsed in the prepare method? They work fine when I parse them in my assigned action method :( If you're using 2.1, there are now a number of ways in which

Running a prepare method before the assigned action method

2008-03-22 Thread meeboo
will be invoked before all actions in that class, I want it to be invoked just for this specific action. Any ideas? Thanks -- View this message in context: http://www.nabble.com/Running-a-prepare-method-before-the-assigned-action-method-tp16219260p16219260.html Sent from the Struts - User mailing list

Re: Running a prepare method before the assigned action method

2008-03-22 Thread meeboo
in modelObjectActions but then the prepare method will be invoked before all actions in that class, I want it to be invoked just for this specific action. Any ideas? Thanks -- View this message in context: http://www.nabble.com/Running-a-prepare-method-before-the-assigned-action-method

Re: Running a prepare method before the assigned action method

2008-03-22 Thread meeboo
method will be invoked before all actions in that class, I want it to be invoked just for this specific action. Any ideas? Thanks -- View this message in context: http://www.nabble.com/Running-a-prepare-method-before-the-assigned-action-method-tp16219260p16222867.html Sent from

Re: Running a prepare method before the assigned action method

2008-03-22 Thread Dave Newton
--- meeboo [EMAIL PROTECTED] wrote: I have a class for several actions and each action is mapped to a method, like this: action name=update/modelObject class=net.myapp.web.modelObjectActions method=update result/index.jsp/result /action The above action will fire

Re: Running a prepare method before the assigned action method

2008-03-22 Thread meeboo
this message in context: http://www.nabble.com/Running-a-prepare-method-before-the-assigned-action-method-tp16219260p16225398.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Running a prepare method before the assigned action method

2008-03-22 Thread Dave Newton
--- meeboo [EMAIL PROTECTED] wrote: won't work with a wildcard parameter mapping Dave action name=update/modelObject/* class=net.myapp.web.ModelObjectActions method=update Your first post didn't have a wildcard mapping. The parameter simply isn't parsed in the prepare

Re: Running a prepare method before the assigned action method

2008-03-22 Thread meeboo
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/Running-a-prepare-method-before-the-assigned-action-method-tp16219260p16227199