What sort of options are there for embedding simple scalar values into
an html page, particularly into the parameters of an existing
javascript method?  I'm looking for something along the lines of:

onclick=oldJavaScript(<wicket:scalar wicket:id="foo"/>);

Which is then rendered as

onclick=oldJavaScript(1234);

Thanks as always,
Scott

-- 
Scott Swank
reformed mathematician

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to