Re: bean:define and its behaviour....

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

Re: bean:define 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 nested:notEqual property=idservice value=%=myVar% I have tried nested:notEqual

Re: bean:define 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: bean:define and its behaviour Hi, I'm sure this question is easy to answer for much of yours but I

Re: bean:define and its behaviour....

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

RE: bean:define and its behaviour....

2005-11-21 Thread James Harig
12:46 PM To: Struts Users Mailing List Subject: Re: bean:define 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

Re: bean:define and its behaviour....

2005-11-21 Thread Michael Jouravlev
are in the CATALINA_BASE/work directory. -Original Message- From: Gaet [mailto:[EMAIL PROTECTED] Sent: Monday, November 21, 2005 12:46 PM To: Struts Users Mailing List Subject: Re: bean:define and its behaviour Thanks for reply Michael, I mean that it's certainly trivial