On 5/21/05, Saul Qunming Yuan <[EMAIL PROTECTED]> wrote:
> Try build the whole javascript function part in scriplet as follows:
> 
> onclick="<%='javascript:whichAuctionType(' + rId + ');'%>">
> 
> in your <html:radio>

I think you mean
onclick='<%="javascript:whichAuctionType(" + rId + ");"%>'>
in my experience containers can get very fussy about the use of
scriptlets inside tags and in particular about the types of quotes.

Steve

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

Reply via email to