>>>>> "Alan" == Alan Owen <[EMAIL PROTECTED]> writes:

    Alan> I coundn't get the following to work

    Alan> any ideas ?

    Alan> Many Thanks

    Alan> Alan

    Alan> <img src="<bean:write name="eventForm" property="test" filter="true"/>"
    Alan> alt="<bean:write name="eventForm" property="test" filter="true"/>" />

In general, it's a good idea to provide a little more detail for problems like
this, like describing what happened, and what was supposed to happen (if it
isn't obvious).

In this case, however, I think it's likely that you've hit the "nested quotes"
problem.  Try it this way:

<img src="<bean:write name='eventForm' property='test' filter='true'/>"
     alt="<bean:write name='eventForm' property='test' filter='true'/>" />

-- 
===================================================================
David M. Karr          ; Java/J2EE/XML/Unix/C++
[EMAIL PROTECTED]


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

Reply via email to