10 Replies Latest reply on Apr 18, 2007 10:01 AM by theute

    to use display tag how to set portlet objects in JSP pagecon

    bomma001

      Hi,

      I'm trying to use displaytag in Jboss portal 2.2 with webwork framewok. The display tag documentation says
      --------------------------------------------------------------------------------------------------------------
      The displaytag-portlet library needs access to the javax.portlet.PortletRequest and javax.portlet.RenderResponse objects for the request the JSP is rendering in. The library uses the javax.servlet.jsp.PageContext#findAttribute method to locate the request and response objects using the names "javax.portlet.request" and "javax.portlet.response".

      To provide these objects it is recommended they be bound as request attributes using these names. If your portal uses the Apache Pluto portlet container the objects will already be bound to the request using the appropriate names.
      ---------------------------------------------------------------------------------------------------------------

      So how to insert the portlet objects in JSP PageContext. Please suggest me on this issue.

      Thanks,
      ~Bomma