1 Reply Latest reply on Jan 22, 2006 1:38 PM by roy.russo

    <portlet:renderURL> problem

      Hi

      (jbp-2.0.1 is used)

      i defined the action value of a form like:

      <form method='POST' action='<portlet:renderURL><portlet:param name="op" value="update"/></portlet:renderURL>'......

      When the forum is submit, i hope the render doView() method will be called.
      However, It seems that this assumption is wrong. I got following exception:

      Who can give me some indication?

      thanks in advance!
      yxyang


      2006-01-23 05:43:26,841 ERROR [org.jboss.portal.server.servlet.CommandFilter] Exception in command invocation
      org.apache.jasper.JasperException
      at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:370)
      at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
      at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
      at org.jboss.portal.portlet.impl.PortletRequestDispatcherImpl.execute(PortletRequestDispatcherImpl.java:71)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.portal.server.servlet.CommandFilter.doFilter(CommandFilter.java:54)