Where can I find an example of a jsp that uses javascript.

This is what I'm trying to do:

<html:link  href="javascript:copy('I WANT THE VALUE OF PROPERTY 'SERVICER'
HERE')">
    <bean:write name="thename" property="servicer"/>
</html:link>

my javascript takes the value of the property servicer as an argument.

Your help is very much appreciated.

Gus


Reply via email to