5 Replies Latest reply on May 13, 2008 6:01 AM by zjsun

    problem with UISeamCommandBase.isPortletRequest()

      UISeamCommandBase.isPortletRequest() check the external context's request's instance wich the javax.portlet.PortletRequest, it's a problem when some portal(such as jetspeed) has there portlet request implemented with extending HttpServletRequest.


      so this cause the s:link,s:button's action attribute problems in these container, because the url generated has been urlencoded.


      here is the discuss:
      some PC have their portletRequest extending the HttpServletRequest