Re: Newbie problem with "Nested" tag library

2005-11-17 Thread ALEX HYDE
me" in second > case, but normally I don't know which I have to > put... > > Thanks for help! > > > ----- Original Message - > From: ALEX HYDE > To: Struts Users Mailing List > Sent: Thursday, November 17, 2005 4:23 PM > Subject: Re: N

Re: Newbie problem with "Nested" tag library

2005-11-17 Thread Gaet
HI, I found the solution and it was just missing the element. Here is the complete stuff : - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: Newbie problem with "Nested" tag library

2005-11-17 Thread Gaet
With the code : And, this not : Syntax not accurate... :O| --- Gaet <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I currently want to display a value with struts's > tags instead w

Re: Newbie problem with "Nested" tag library

2005-11-17 Thread Gaet
Thanks Alex but i'd like to use only tags and if possible "Nested" tags Why, this works And, this not : Syntax not accurate... :O| --- Gaet <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I currently want to display a value with str

Re: Newbie problem with "Nested" tag library

2005-11-17 Thread ALEX HYDE
You might try something along the lines of: Syntax not accurate... :O| --- Gaet <[EMAIL PROTECTED]> wrote: > Hi everybody, > > I currently want to display a value with struts's > tags instead with "pure" > java. > Here is the code I want to translate : > > <%= > ((Employe)employesVector.

Newbie problem with "Nested" tag library

2005-11-17 Thread Gaet
Hi everybody, I currently want to display a value with struts's tags instead with "pure" java. Here is the code I want to translate : <%= ((Employe)employesVector.elementAt(i)).getEmploiservice().getEmploi().getLib ellelong() %> I have tried to translate with nested library as it seems to be