yongbl <i_yongbl <at> yahoo.com.sg> writes:

> 
> 
> Hi,
>  
> I am using Wicket 1.1. I wanted the Javascript's alert box to show some 
dynamic message like below, which I can do easily with scriplet.
>  
> function check(x, y, z){
>    ......   alert(  '<%= name %>'  );
>    ......
> }
>  
> Is there a way of accomplishing the same thing in Wicket?
>  
> Regards,
> James Yong
> 
> 

Do let me know even if mine is a silly question :-(
In JSP, I can put <%=name%> inside javascipt
and in Freemarker, ${name}.
How can I approach with Wicket?

Thanks.







-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to