Hi All, I would like to be able to insert text dynamically in a wicket web page. An example would be where the arguments for a JavaScript function need to by dynamic:
For example if I have something like this in my web page:
<script type='text/javascript'>
MyJavascriptObject.callMethod( ${sessionKey}, '${uniqueUsername}');
</script>
I would like the values of ${sessionKey} and ${uniqueUsername} to be populated
dynamically.
Many Thanks,
Joel Halbert
