Results 1 to 3 of 3

Thread: validator for a dynamic list of textfield

  1. #1

    Default validator for a dynamic list of textfield

    I'm worknig on a project that uses the spring framework(based on the appfuse).

    I 'm trying to use validator for a User interface that contains dynamic number of text field that the severside equalent of them is a nested list of beans.

    For simple forms, everything is configured & I have to just add an XDoclet tag @spring.validator type="required". but I don't know how I can configure validator for a list.

    I tries to find some detailed document about validator, but I found nothing.

    thank for helps & directions
    Farid

  2. #2
    Join Date
    Aug 2004
    Location
    Denver
    Posts
    249

    Default

    You might have better luck with this question on the AppFuse mailing list - to subscribe send a blank e-mail to users-subscribe@appfuse.dev.java.net.

  3. #3

    Default

    Actually, I have gone in depth more than appfuse. Appfuse uses the spring framework & as a part of it, it uses spring validator. So my question is specificly about the spring validatior & how it supports the attributes that are a list of beans.

    thanks

Similar Threads

  1. Replies: 1
    Last Post: Jun 24th, 2007, 10:58 AM
  2. Dynamic list binding
    By abstraction in forum Web
    Replies: 16
    Last Post: Nov 9th, 2006, 11:46 AM
  3. Odd behaviour when injecting TransactionTemplate
    By damon311 in forum Container
    Replies: 3
    Last Post: Jul 23rd, 2005, 11:21 AM
  4. Replies: 5
    Last Post: Jan 20th, 2005, 05:25 PM
  5. Replies: 3
    Last Post: Nov 6th, 2004, 10:10 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •