Here is a summary of how we reproduce this problem (which does not happen
with Stripes 1.5):

1) Request /sign-in which resolves to the default handler method view() on
our SignInActionBean which has the following annotations:
    @DefaultHandler
    @DontValidate
Response uses JSP specified in the returned ForwardResolution
2) Click on form submit button
3) Stripes processes request and correctly resolves the login() method and
the required fields are validated.  Once validation is complete a
ForwardResolution is constructed using a nested JSP file which includes a
fragment of the desired Response HTML.  This path is specified in a Stripes
layout component.
4) Response in browser is a form HTML fragment with expected field
validation errors rendered.

The relevant debug output is:

DEBUG [net.sourceforge.stripes.controller.UrlBindingFactory] - Matched
/WEB-INF/components/signInForm.jsp to [/]

Has there been a change in Stripes 1.5.1 that would cause this behaviour?


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to