You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by snurre1000 <ul...@nordstrom.gs> on 2002/04/04 08:24:47 UTC

HTML and JSP tags with Struts tags

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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>