1 Reply Latest reply on Mar 6, 2008 6:15 AM by guyb

    http 403 (access denied) when using a4j:support

    guyb

      Hi

      I'm using Portal 2.6.4 with Richfaces configured as for the SeamBookingPortal demo (jboss.org/repos/portletbridge rev 71).

      Any ideas why I'm getting http 403?

      When I put the following into the demo it works but in my code it doesn't.

      <h:inputText id="name" value="#{seamComponent.name}"
      <a:support event="onblur" reRender="outtext" />
      </h:inputText>
      <h:outputText id="outtext" value="#{seamComponent.name}" />

      rich:Calendar works so I assume the RichFaces is configured correctly.

      Thanks Guy

        • 1. Re: http 403 (access denied) when using a4j:support
          guyb

          Because I had this in my web.xml:

          <security-constraint>
          <display-name>
          Restrict raw XHTML Documents
          </display-name>
          <web-resource-collection>
          <web-resource-name>
          XHTML
          </web-resource-name>
          <url-pattern>*.xhtml</url-pattern>
          </web-resource-collection>
          <auth-constraint/>
          </security-constraint>