A total stab in the dark here, I'm a JSP newbie:

At 04:20 PM 4/9/2002 -0700, Rick Mann wrote:
><logic:iterate id="foundLocation" name="foundCity" property="locations">
>     <p><bean:write name="foundLocation" property="name"></p>
></logic:iterate>
>
>As soon as I do that, I get "org.apache.jasper.compiler.ParseException: End
>of content reached while more parsing required: tag nesting error?".

Should it maybe be

>     <p> <bean:write name="foundLocation" property="name" /> </p>

(note the closing slash)?

Cheers,
Rob



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

Reply via email to