Why doesnt this work?
        <xtags:parse uri="<bean:write name='flowxml' scope='session'/>"
id="mydoc"/>
and yet <bean:write name='flowxml' scope='session'/> alone will return the
correct value
and using:

<jsp:useBean id="flowxml" class="java.lang.String" scope="session"/>
<xtags:parse uri="<%= flowxml %>" id="mydoc"/>
will work.

Is there a way to bring that String in from session without using any
scriplets or expressions at all?

Thanks,
-Tim

-------------------------------------
Gin-Ting Chen
[EMAIL PROTECTED]
727-738-3000 x6549
Sun Certified Programmer
Sun Certified Web Component Developer
BEA Certified Developer

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

Reply via email to