You can use the struts-el taglib in the contrib directory.  That allows
you to use EL in the Struts tags.

David


--- "Denis @ Betterway" <[EMAIL PROTECTED]> wrote:
> Hey everyone,
> 
> I have a problem where I want to use a map backed form and I basically
> want
> to do this:
> 
>                      <c:forEach items="${pDesc}" var="prop">
>                         <tr bgcolor="#CCCCCC">
>                           <td align="left" class="normal" width="101">
>                             <c:out value="${prop.key}"/>
>                           </td>
>                           <td class="normal" width="149">
>                             <html:text property="property(<c:out
> value="${prop.key}"/>) />
>                           </td>
>                         </tr>
>                         </c:forEach>
> 
> I can't nest tags like that though, so is there another way to do this?
> 
> Thanks,
> 
> Denis
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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

Reply via email to