Hi,
I hop someone can help me with the following.
I would like to do something like this:
<jsp:include page="../myPage.shtml?currentUseCase=login" 
flush="true"/>

but I want to take the value from a bean, like this:

<jsp:include page="../myPage.shtml?currentUseCase=<bean:write 
name="myPageForm" property="currentUseCase"/>"  flush="true"/>

I have the same problem when I want to use Struts tags in HTML tags. 
Instead of:
<img src="x1transp.gif"> 
I woild like to do something like:
<img src="<bean:write name="myPageForm" property="image"/>">
How can I do this? 

Thanks, Ulrika




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

Reply via email to