OH

MY

GOD

IT

WORKS

For Future Reference:
OLD:
<c:forEach var="refPortfolio" items="${refPortfolios}">
        <html:multibox value= "<c:out value='${portfolio.portfolioName}'/>"
property="userPortfolio" />
</c:forEach>

NEW:
<c:forEach var="refPortfolio" items="${refPortfolios}">
        <html:multibox value="${refPortfolio.industryFlag}"
property="referencePortfolios"/><br>
</c:forEach>

I have to admit... I'm actually stunned as hell that this worked ;)

I am now mixing JSTL, Struts-EL and Struts (garden variety) tags. Does
this eem strange or like S.O.P?

/cheer


On 4/15/05, Slattery, Tim - BLS <[EMAIL PROTECTED]> wrote:
> > Where do you get all the struts-el stuff? dos it come bundles
> > with Struts 1.2.4?
> 
> It's in the Struts distribution ZIP file, in the contrib\struts-el
> subdirectory
> 
> 
> --
> Tim Slattery
> [EMAIL PROTECTED]
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 


-- 
-Dave
[EMAIL PROTECTED]

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

Reply via email to