[jboss-user] [JBoss Portal] - Re: to use display tag how to set portlet objects in JSP pag

baronnet do-not-reply at jboss.com
Wed Apr 18 07:47:38 EDT 2007


Hi,
I'm facing the same issue. The URL generated by displaytag is 

http://localhost:18080/applicationTestPortlet/portal/auth/portal/dashboard/admin/default/11?action=2&action=formulaireVue2Controller&d-49653-o=2&d-49653-p=1&d-49653-s=1

The right one is : http://localhost:18080/portal/auth/portal/dashboard/admin/default/11?action=2&action=formulaireVue2Controller&d-49653-o=2&d-49653-p=1&d-49653-s=1

The requestURI is good, but displaytag adds applicationTestPortlet at the begining of the path. What can I do ? 

<portlet:renderURL var="urlCourante">
  | 	<portlet:param name="action" value="formulaireVue2Controller"/>
  | </portlet:renderURL>
  | 
  | 
  | urlCourante = <%=urlCourante%><br/>
  | 
  | <display:table name="${liste.listeDeFormulaires}" requestURI="<%=urlCourante%>" >
  |   <display:column property="id" 		title="ID" 		sortable="true"/>
  |   <display:column property="uneChaine" 	title="Chaine" 	sortable="true"/>
  |   <display:column property="unEntier" 	title="Entier"  />
  |   <display:column property="unDouble" 	title="Double"  />
  |   <display:column property="unBooleen" 	title="Booleen" />
  | </display:table>

Best Regards,
FJB

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

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



More information about the jboss-user mailing list