Re: [Formsess-devel] validate .../>: join many of them.
Status: Beta
Brought to you by:
mrkatana
From: David <da...@df...> - 2004-05-23 10:12:25
|
Hello, this is an interessting idea, but we really need to release a new version as soon as possible, so bigger new features like that will only be discussed and intergrated after the next release. Could you add a wishlist item to the sourceforge.net tracker? - david On Sat, 22 May 2004 15:07:40 +0200 "Raoul Pierre" <pie...@wa...> wrote: > Hello, > > If I'm right, at the moment the only way to put many validate tags > together is > > <fs:validate field="toto" .../> > <fs:validate field="toto" .../> > ... > <fs:validate field="toto" .../> > > and the logic operator between tags is then "AND". > > I think it would be a nice thing if we can do more wide logic calculus > with validate tags. > Something like: > > <fs:validate field="toto" check="A" /> <!-- by default, it's a AND > operator --> > <fs:validate field="toto" check="B" logic="or"/> > <fs:validate field="toto" logic="open"/> <!-- by default, check > attribut is empty? --> > <fs:validate field="toto" check="C" logic="and"/> > <fs:validate field="toto" check="" logic="open"/> > <fs:validate field="toto" check="D" logic="or"/> > <fs:validate field="toto" check="E" logic="close"/> > <fs:validate field="toto" check="" logic="close"/> > > for logic formula: A . B + (C . (D+E)) > > Regards > > Pierre > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle > 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Formsess-devel mailing list > For...@li... > https://lists.sourceforge.net/lists/listinfo/formsess-devel > |