> You need to specify method name in "value" attribute. Since it is an
> image, it won't be shown:
> 
> <html:image altKey="myimage.caption" border="0" property="method"
> value="myProcName" src="myimage.gif" />
> 
> The above should produce request like this:
> method.x=51&method.y=16&method=myProcName

Hmm... Seems like MSIE do not add "method=myProcName" for
value="myProcName" for image tag. Strange. Maybe I need another HTTP
sniffer...

Michael.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to