Hello - 

This may be way out in left field but....

Is it possible for a jsp scriptlet to read a struts tag?

For example - can you do this? (My goal here is to be able to have the value
in the logic:equal tag to be dynamic instead of constant).

<logic:iterate id="userTeam" name="IQSideMenuForm" property="userTeams">
        <% String teamId = <bean:write name="userTeam" property="teamId"
filter="true"/> ;%>
        .
        .
        .
        <logic:equal name="toDoIssue" property="teamId" value="<%= teamId
%>">
        .
        .
        </logic:equal>
</logic:iterate>

Or is there a better way to make the value in logic:equal to be dynamic?

Your help is greatly appreciated.
Chris McLennan

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

Reply via email to