Hi, The datefield was working fine before the security-constraint was added. Is there a solution to make use of the datefield with the current security-constraint that I have? Any help will be much appreciated.
Dimps wrote: > > I have an issue using the datefield - a similar issue was reported by > matt22 on Dec 15, 2009 . When a date is selected from the calendar, I get > the following error: > > Communication with the server failed: null > # Ajax failure: Status 400 > > Could this be caused by the <url-pattern> of <security-constraint> defined > in my web-xml: > > <security-constraint> > <display-name>SecurityConstraint</display-name> > <web-resource-collection> > <web-resource-name>AppStuff</web-resource-name> > <url-pattern>/*</url-pattern> > </web-resource-collection> > <auth-constraint> > <role-name>USER</role-name> > </auth-constraint> > <user-data-constraint> > <transport-guarantee>NONE</transport-guarantee> > </user-data-constraint> > </security-constraint> > > -- View this message in context: http://old.nabble.com/Problem-using-DateField-tp27026903p27113400.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org