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 you Yahoo!?
New and Improved Yahoo! Mail - 1GB free storage!

Reply via email to