hmm, what do you mean cannot ? Maybe I'm reading this thread wrong, but a portlet can request dispatch to a servlet just like it can to a jsp. use PortletContext.getRequestDispatcher(String path) or PortletContext.getNamedDispatcher(String name) to point to your servlet
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3884787#3884787 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3884787 ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
