aspose file tools
The moose likes Portals and Portlets and the fly likes Difference between portlet:renderURL and portlet:actionURL tags Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "Difference between portlet:renderURL and portlet:actionURL tags" Watch "Difference between portlet:renderURL and portlet:actionURL tags" New topic
Author

Difference between portlet:renderURL and portlet:actionURL tags

Padma priya Gururajan
Ranch Hand

Joined: Oct 05, 2006
Posts: 393
Hi,
Can you tell me the difference between portlet:renderURL and portlet:actionURL tags?
With regards,
Padma priya N.G.


Padma priya N.G.<br />Be the change you want to be - Mahatma Gandhi
Avishek Banerjee
Greenhorn

Joined: Jul 11, 2006
Posts: 17
Using actionURL creates a ActionURL, which on use fires an ActionRequest and your processAction() gets invoked for the portlet.

renderURL creates a RenderURL, which triggers a RenderRequest and the render() (and associated methods like the "do" methods) get executed.


Avishek<br />SCJP 5.0 - 90%
 
 
subject: Difference between portlet:renderURL and portlet:actionURL tags
 
Threads others viewed
sendRedirect & forward
logic and nested
JSP Custom Tag Vs AJAX JSP tags
"struts_action" param inside renderURL tag for liferay's MVCPortlet
Replacement for createReturnURI in JSR1 68
developer file tools