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