Song Chao,

I have no problem with this. Here is an example of what I am using in my JSP:

   <portlet:actionURL var="changeComponentUrl">
<portlet:param name="componentIndex" value="${componentListStatus.index}"/>
       <portlet:param name="componentId" value="${component.id}"/>
   </portlet:actionURL>

My taglib definition is:

   <%@ taglib uri="http://java.sun.com/jsp/jstl/core"; prefix="c"%>

What scope is your item object in?  That could be the problem?

--
Michael Binette

Song Chao wrote:
Hi, all
I found that it doesn't work when I pass values by EL to <portlet param >,
such as

<portlet:actionURL var="action_add_url">
   <portlet:param name="id" value="${item.id}" />
</portlet:actionURL>


How to solve this problem? Please show me some examples.

Thanks.

Bob Song



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

Reply via email to