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:

<html:option value="<bean:write name="elt" property="id"/>" />

error: "ProjectAddRequest.jsp": Attribute elt has no value at line 39, 
column 44

Friendly Regards,
Slimane

At 11:19 21/03/2002 +0000, you wrote:

>I believe you may be missing a slash at the end of the html:option tag. This
>might do the trick:
>
>         <html:option value="<bean:write name="elt" property="id"/>"/>
>
>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 tag
>
>
>Hi,
>
>I know this is really silly, but I can't get it working :(
>
>Here's my problem:
>
>I try to write into an option tag. I tried first using struts tag (with and
>without escape characters)
>
>         <html:option value="<bean:write name=\"elt\" property=\"id\"/>">
>         <html:option value="<bean:write name="elt" property="id"/>">
>
>but it didn't work :(
>
>Then I tried with the simple html tag (again with and without escape
>characters)
>
>         <option value="<bean:write name=\"elt\" property=\"name\"/>">
>         <option value="<bean:write name="elt" property="name"/>">
>
>I have the following error messages with the previous code:
>
>   "ProjectAddRequest.jsp": org.apache.jasper.compiler.ParseException: End
>of content reached while more parsing required: tag nesting error?
>
>So, I know, it's surely something stupid, but I can't find it :'(
>
>Thanks in advance for your replies.
>
>Friendly Regards,
>Slimane
>
>
>--
>To unsubscribe, e-mail:
><mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail:
><mailto:[EMAIL PROTECTED]>
>
>
>
>--
>To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to