<bean:define id="myServicer" name="thename"
property="servicer"/>

<html:link  href="<%= "javascript:copy(" + myServicer
+ ")" %>">
    <bean:write name="thename" property="servicer"/>
</html:link>

--- gdelgado <[EMAIL PROTECTED]> wrote:
> 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
> 
> 


__________________________________________________
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/

Reply via email to