I wish I could pay.... but I'm broke. However, if had the cash I would millions $$$ :-)
But if you could help I would be most grateful. ----- Original Message ----- From: "Arik Levin ( Tikal )" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Sunday, January 05, 2003 1:50 PM Subject: RE: Validator with Map-backed forms > Hi Max Kremer. > How much you are willing to pay???? ;) > > -----Original Message----- > From: Max Kremer [mailto:[EMAIL PROTECTED]] > Sent: Sunday, January 05, 2003 8:34 PM > To: Struts Users Mailing List > Subject: Validator with Map-backed forms > > Hi, > > I've asked this question before but so far haven't received any feedback on > this subject: > Is there any way to use the Validator with map-backed Action Forms? > > I'm currently using Map-backed forms to manage forms that are dynamically > created from a database, where the number of fields, their names, their > types are not necessarily known at deployment (so no DynaActionForm). I'm > wondering if it's still possible to use the (Commons) Validator to validate > the form fields. > > I understand that the normal usage requires form elements in the > validator-rules file to match that of a form-bean element in the Struts > config file. That's not really possible in my case because I don't know > ahead of time what the fields will be (by name or type, in number, etc.). > Would it be possible to programmatically create the formset and form > elements Validator requires but still use them in conjunction with the > validations file (where the validator elements are stored), which would be > commonly shared between forms? Any pointers on how I can accomplish this? > Or, is there a better way to handle dynamic (i.e., on-the-fly or real-time) > form creation with Struts? > > > > > > > > Regards, > > Max Kremer > > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > - > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

