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

nested property tag in action tag

2012-03-20 Thread Markus Demetz
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 result. but is there a way to to access the same property without forwarding to a result, say doing it inline like this: // jsp code I assume that

Re: if nested property is null

2009-03-31 Thread elyes sallem
che.org/1.3.10/struts-taglib/tagreference.html#logic:present > > Nils-H > > On Tue, Mar 31, 2009 at 9:09 AM, elyes sallem > wrote: > > Hello, > > i have a nested property that i display in the jsp page : > > > > > > > >

Re: if nested property is null

2009-03-31 Thread Nils-Helge Garli Hegvik
Have you checked the 'present' tag? http://struts.apache.org/1.3.10/struts-taglib/tagreference.html#nested:present http://struts.apache.org/1.3.10/struts-taglib/tagreference.html#logic:present Nils-H On Tue, Mar 31, 2009 at 9:09 AM, elyes sallem wrote: > Hello, > i have a neste

if nested property is null

2009-03-31 Thread elyes sallem
Hello, i have a nested property that i display in the jsp page : but , i can have a null value of iee property how can i implement this to avoid an exception such as this one in the jsp page

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

nested property

2009-02-04 Thread 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 ajustContratModifie) here is a part of the form , like this the test (contratAjustEditMode==0) doesn't work, it can not recognize contratAjustEditMode: Rega

nested property and javascript reference

2004-05-19 Thread ZCurtis
I am struggling with using javascript to reference a nested property that is two levels deep. I didn't seem to find anything on this topic that helped me when searching the archive list. Here is an example of my code that is not working because document.forms[0].myHidden does not exist.