Form Path « Web « Spring Q&A;

Home
Spring Q&A;
1.Annotation
2.AOP
3.Batch
4.Bean
5.Binding
6.Context
7.Core
8.Database
9.Development
10.EJB
11.Exception
12.File
13.GWT
14.Integration
15.Internationalization
16.Java EE
17.Job
18.JPA
19.JSF
20.Message
21.MVC
22.MVC Controller
23.Object
24.Remote
25.Roo
26.Security
27.Session
28.Spring Tool Suite
29.Struts
30.Test
31.Thread
32.Transaction
33.Web
34.Web Service
35.XML
Spring Q&A; » Web » Form Path 

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 ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.