Re: [Newbie] stupid problem with option tag

2002-03-21 Thread Slimane Zouggari
Hi, THANX A LOT ! :) now it works :) It was indeed the second method which did the trick. Friendly Regards, Slimane At 14:02 21/03/2002 +0100, you wrote: > > Hi, > > > > Thanks for your answer, but I'm not sure I understood it. > > > > You say, if I understand it right, that my first try (us

Re: [Newbie] stupid problem with option tag

2002-03-21 Thread Nicolas De Loof
> Hi, > > Thanks for your answer, but I'm not sure I understood it. > > You say, if I understand it right, that my first try (using the html tag of > Struts) wasn't correct. > And that my second try (using simple html tag) should work. Your second try is mixing JSP tag with escaped and non-esca

RE: [Newbie] stupid problem with option tag

2002-03-21 Thread Slimane Zouggari
Hi, thanx for your answer, but that didn't do the trick :( in fact when I add a slash at the end, here's the error I have: " /> error: "ProjectAddRequest.jsp": Attribute elt has no value at line 39, column 44 Friendly Regards, Slimane At 11:19 21/03/2002 +, you wrote: >I believe you may

RE: [Newbie] stupid problem with option tag

2002-03-21 Thread Gar?ar ?. Gu?geirsson
I believe you may be missing a slash at the end of the html:option tag. This might do the trick: "/> Regards, Gardar -Original Message- From: Slimane Zouggari [mailto:[EMAIL PROTECTED]] Sent: 21. mars 2002 11:01 To: [EMAIL PROTECTED] Subject: [Newbie] stupid problem with option

Re: [Newbie] stupid problem with option tag

2002-03-21 Thread Nicolas De Loof
1. "> is not valid because JSP tag syntax is XML styled, i.e. a tag call cannot include another tag as attribute. Instead you can use scriplet notation if the tld file declare that the attribute can be JSP content (oposite to a constant value) : (...) 2. "> Would work because JSP parser don