Form Path « Web « Spring Q&A





1. Deeper forms - "path" problem    forum.springsource.org

Hi! I have 2 domains: Code: public class Store { private int storeId; private List storeRows; private StoreDocuments storeDocuments; private Person person; .... } Code: public class StoreRow { private int ...

2. form:hidden path on String array    forum.springsource.org

I wish to have a hidden form field, such: . The issue is that getAnswer returns a String array. How do I put this answer into element [0]? thanks!

3. help with form:hidden path please    forum.springsource.org

I am trying to use an AutoPopulatingList as backing object in a form; Code: AutoPopulatingList records; The JSP code: Code:

Items binding error.
...

4. form:errors path="*", can I avoid printing specific paths?    forum.springsource.org

I'm not sure if there is a way to do it with the tag, but you can display ObjectErrors with the hasBindErrors tag. Here is an example of how we ...

6. Combining Basic and Form based auth for same application but different paths    forum.springsource.org

Hello, I've upgraded to Spring 3.1.0.M1 in order to attempt to configure my application to use basic and form based authentication for different paths in my application. The bug fix is ...