| Hi Scott,
  | 
  | I think the defineObjects helps to access the portlet objects directly in a 
JSP page. 
  | 
  | But coming to display tag, the tag handler file expecting the 
PortletRequest and RenderResponse objects in JSP PageContext. It uses a methods 
like 
  | 
  | portletRequest = 
(PortletRequest)pageContext.findAttribute("javax.portlet.request");
  | 
  | Display tag documentation also mentioned that the Pluto Portal 
implmenetaion makes those two objects avaialable in PageContext scope with 
"javax.portlet.request/response" names.
  | 
  | Question again is: how to place PortletRequest and RenderResponse onjects 
in jSP page context. I'm using JBoss portal with webwork fraework. And webwork 
provies a JSR168Dispatcher class to work in portlet environment.
  | 
  | I'm a newbi to portal stuff.:-)
  | 
  | Thanks,
  | ~Bhim
  | 

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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to