Re: and its behaviour....

2005-11-22 Thread Gaet
Hi Michael, Sorry to disturb again, just another question : If i use scoped variable, than what do I must write in "value" attribute of a "notEqual" tag? So what do I have to write instead of I have tried But I got a nullPointerExceptionwhat is the right code? Or in this c

Re: and its behaviour....

2005-11-22 Thread Gaet
r 21, 2005 8:07 PM Subject: Re: and its behaviour Gaet,This is not a Struts thing, this is a JSP thing. read documentation [1] and look at the source code generated by servletcontainer as James suggested. Documentation states clearly in the veryfirst sentence that

Re: and its behaviour....

2005-11-21 Thread Michael Jouravlev
rom your .jsp. For Tomcat, the servlets are in > the /work directory. > > > -Original Message- > From: Gaet [mailto:[EMAIL PROTECTED] > Sent: Monday, November 21, 2005 12:46 PM > To: Struts Users Mailing List > Subject: Re: and its behaviour > > > Tha

RE: and its behaviour....

2005-11-21 Thread James Harig
: Struts Users Mailing List Subject: Re: and its behaviour Thanks for reply Michael, I mean that it's certainly trivial for experimented users with strutsnot like me :o) I try to look...but I can't find the solutionwhy this variables are different... Cordialement,

Re: and its behaviour....

2005-11-21 Thread Gaet
v To: Struts Users Mailing List Sent: Monday, November 21, 2005 5:54 PM Subject: Re: and its behaviour If it is trivial, why won't you look it up yourself? The key is tounderstand that myVar objects used here    and here    <% myVar = "content"; %>

Re: and its behaviour....

2005-11-21 Thread Michael Jouravlev
If it is trivial, why won't you look it up yourself? The key is to understand that myVar objects used here and here <% myVar = "content"; %> are different. Michael. On 11/21/05, Gaet <[EMAIL PROTECTED]> wrote: > Nobody knows the answer to this trivial question? > > Thanks > > > - O

Re: and its behaviour....

2005-11-21 Thread Gaet
Nobody knows the answer to this trivial question? Thanks - Original Message - From: Gaet To: Mailing List Struts Sent: Monday, November 21, 2005 10:08 AM Subject: and its behaviour Hi, I'm sure this question is easy to answer for much of yours but I cannot fig