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
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
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
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 :
> >
> >
> >
> >
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
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
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
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
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.
9 matches
Mail list logo