Thank you!!


On Tue, 2005-11-01 at 08:59 +0000, Dipu wrote:
> This is how i include javascript
>  
> add( new JavaScriptReference("validation",validations()) );
>  
>  
> public final PackageResourceReference validations()
> {
>      return new PackageResourceReference(Application.get(),
> MyPage.class, "myValidator.js");
> } 
>  
> and the mark up will be like given below
> <wicket:head>
> <script wicket:id="validation" ></script>
> </wicket:head>





-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to