You use the JSR168 portlet tag library to achieve this.

Here is an example using the actionURL tag, some JSTL (<c:set..>) and JSP 2.0 
to create a link for a portlet form:

<c:set var="editLinkURL"><portlet:actionURL><portlet:param name="action" 
value="editLink"/></portlet:actionURL></c:set>
  | 
  | ...
  | 
  | <form action="${editLinkURL}" method="post">
  | ...
  | </form>
  | 

Hope that helps.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3915581#3915581

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3915581


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to