Hello group,

I have to generate a portlet action URL with a parameter. The value of the
parameter is the value of a variable. The following does not work:

---
<c:forEach items="${model.endpoints}" var="ep" >
    <portlet:actionURL var="selectUrl">
        <portlet:param name="endpointid" value='<c:out
value="${ep.name}"/>'/>
    </portlet:actionURL>
...
----

The value of the parameter is set to the string "<c:out
value="${ep.name}"/>". The expression is not evaluated.

Can someone help me?

Thanks, Martin

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

Reply via email to