Re: nested property tag in action tag

2012-03-21 Thread Markus Demetz
ok, for now I got it working by doing it in this way: the thing is that I use the OpenSessionInView pattern with hibernate, so I get lazy exceptions here since the action already executed (now I prepared my specific properties in non lazy mode). I'm doing so, beacause I need the computation o

Re: nested property tag in action tag

2012-03-20 Thread vEnkaTa mohAna rAo SriperumbUdUru
I think, you need to reconsider your design let us what you want to do? why are you doing so? On Tue, Mar 20, 2012 at 6:19 PM, Markus Demetz wrote: > hi all, > > when I use the tag inside a jsp with executeResult="true", > so I can access the properties of that action with the tag > inside the

Re: nested property

2009-02-04 Thread Paweł Wielgus
Hi elyes, You can do it with nested:equal, or else with nested:define, two different ways. Best greetings, Paweł Wielgus. 2009/2/4 elyes sallem : > Hello, > i have a form, in which a i wanna set a readonly property of a textarea, > depending on contratAjustEditMode's value (a member of ajustContr