What will I write in the parameter-value?

<display:column parameter="viewID".... href="" <portlet:param name="name" value=${??}/></porlet:actionURL>" />

Would I write the value as ${myObject.viewID} ?? And it is expected to be processed the way I want...?

I haven't tried it out as yet...


--
Cheers,
Gaurav Vaish
http://www.mastergaurav.org
http://mastergaurav.blogspot.com
--------------------------------

On Apr 7, 2005 11:04 AM, Rick Herrick <[EMAIL PROTECTED]> wrote:

The general idea is correct though.  You'd use the ${foo.id} _expression_ wherever you'd pass the parameter to the tag that generates the link.  So instead of having a direct href, you could have:

 

<portlet:something action="" param0="${foo.id}"/>

 

If you don't have the ability to use an _expression_ in your tags or the tags don't support parameters of any sort, then the problem lies in the portlet tag library you're using.  But as far as displaytag goes, that's how you'd do it (assuming you're using EL; if not, you can use a scriptlet instead, but the concept's the same).

 

Rick Herrick

[EMAIL PROTECTED]


Reply via email to