Matt Bathje wrote:
Janice -

I do multiple bean:defines (with values, not with name/property attributes) in some of my jsps, and never have problems, and am therefore assuming that the name/property attributes are causing the problem.

Here may be a non-jstl workaround you can try:

<bean:define id="lastClientName">
    <bean:write name="widget" property="clientName" />
<bean:define>

Doh...of course END your previous bean:define instead of opening a new one :)


Matt

[snip rest of content]

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



Reply via email to