Re: [Wicket-user] Does wicket support client validation?

2005-05-16 Thread Eelco Hillenius
Note that - at least in my opinion - once we have 'native' AJAX support,
client side validation using AJAX would be superiour to using JavaScript
like FValidate (or e.g. Commons-validator for that matter). Its on my
list as one of the first things to implement.

Eelco


On 5/1/05,  [EMAIL PROTECTED] wrote:


i can't find anything about it... :)
  

client validation means javascript and thus we felt it does not belong
into wicket core. But of course we know that is important for many web
application, thus we provide as part of project wicket-stuff a module
named wicket-contrib-fvalidate. And it contains examples
(src/examples) as well.




---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412alloc_id=16344op=click
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


Re: [Wicket-user] Does wicket support client validation?

2005-05-01 Thread Juergen Donnerstag
On 5/1/05,  [EMAIL PROTECTED] wrote:
 i can't find anything about it... :)

client validation means javascript and thus we felt it does not belong
into wicket core. But of course we know that is important for many web
application, thus we provide as part of project wicket-stuff a module
named wicket-contrib-fvalidate. And it contains examples
(src/examples) as well.

 
 and how can i change the template of FeebackPanel?
 

The same way you'd replace the markup of any other component. You
subsclass FeedbackPanel e.g. MyFeedbackPanel and than you provide your
own markup MyFeedbackPanel.html. You java class needs nothing more
than the constructor.

Juergen


[Wicket-user] Does wicket support client validation?

2005-04-30 Thread 叶卫国
i can't find anything about it... :)

and how can i change the template of FeebackPanel?



---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
___
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user