I need to put the byte array as the response of a '/action.do' request in the value of the parameter of my applet. Here is what I wrote in jsp:
<param name="trace" value='<html:link page="/xxx.do?action=getTrace" />'>
but the corresponding xxxHTMLaction class is not executed. How can I trigger it into running? Any help is appreciated.
ginger
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

