Hi, 
I hope someone can help me with the following:
I would like to do something like this:

<jsp:include page="Menu.shtml?currentUseCase=login" flush="true"/>

but I want to pick the parameter from a Struts tag like:

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

I have the same problem here:

<img src="image.gif" width="60" height="60">
but I would like to pick the image from a bean like:

<img src="=<bean:write name="MyForm" property="myImage"/>"" 
width="60" height="60">

Thanks, Ulrika




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

Reply via email to