Here is my snippet:

>From portlet A, i've this.

public void processAction(ActionRequest request, ActionResponse response) {
response.sendRedirect("/portal/auth/index.html?ctrl:cmd=action&ctrl:mode=view&ctrl:window=sigo.Avarias.NavSIGOPortletWindow&action=view");
request.getPortletSession().setAttribute(...,..., 
PortletSession.APPLICATION_SCOPE);
}


This url was obtained from my jsp page of the portlet that i sendRedirect.  In 
the respective jsp,  i've this:

<c:set var="addRowURL">
        <portlet:actionURL portletMode="edit">
                <portlet:param name="action" value="edit"/>
        </portlet:actionURL>
</c:set>
 


Viewing the html code generated from my jsp, i get url above written. So, i 
simply did copy/paste.


I hope, i've made myself clear.



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

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


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to