Paul
Paul

Reputation: 1383

Java spring form checkbox

Does anyone have a good example of how to use the check box form option in spring. I am interested in the serverside code mostly. Do I need to have an xml bean?

eg

<bean id="" class"" />

Upvotes: 0

Views: 397

Answers (1)

Aravind A
Aravind A

Reputation: 9697

I have a sample for you here for check box support in Spring. But these are without annotations . As @JB Nizet says , it would be lot easier with annotations .

Upvotes: 1

Related Questions