[jboss-user] [JBoss Portal Users] - Re: links from portlet content to another portal page

apemberton do-not-reply at jboss.com
Mon Oct 5 12:45:57 EDT 2009


The message you're getting may be resolved by configuring your jboss-portlet.xml with a transaction attribute, otherwise your two portlets won't be able to generate URLs to eachother:


	<portlet-name>YourPortlet</portlet-name>
	
		<trans-attribute>Required</trans-attribute>
	


The the appropriate reference guide for info on the jboss-portlet.xml descriptor: http://docs.jboss.org/jbportal/v2.6.4/referenceGuide/html/jbossPortletDTD.html

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

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



More information about the jboss-user mailing list