Hi,
We are experiencing that action attribute of the
<s:url tag is not evaluating the expressions.

For e.g Inside a interator if we want to get dynamic
action names from the interator and assign into the
action tag of the <s:url tag it just prints the text
as it is without evaluating.

Even tried <c:out of the jstl inside the action
property as follows in side a iterator but didnt work.

<s:iterator id="testID" value="xxxxxxxx">
<s:set name="testActionName" value="actionName"/>
        <tr>
          <td valign="middle" bgcolor="white" >
          
            <s:url id="url" action="<c:out
value='${testActionName}'/>">
                                
.....
.....


Is there any way to overcome this kind of
requirements.

Thanks



       
____________________________________________________________________________________Be
 a better Heartthrob. Get better relationship answers from someone who knows. 
Yahoo! Answers - Check it out. 
http://answers.yahoo.com/dir/?link=list&sid=396545433

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

Reply via email to