it is because you need to change the invocation stack on your portlet and 
activate the one specific to bridged configuration :

in jboss-portal.xml add the line <config-name>Struts</config-name> like :


  | <portlet-app>
  |    <portlet>
  |       <portlet-name>StrutsPortletDemo</portlet-name>
  |       <!-- Use the specific struts container configuration -->
  |       <config-name>StrutsPortlet</config-name>
  |    </portlet>
  | </portlet-app>
  | 

then the ServletContextProvider should work and give you what you expect.

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to