RE: [HELP] Couldn't include bean:write tag in onClick in html:radio

2005-05-20 Thread Nitin Mandolkar
You are trying to use struts tag in java script. Please check how to use struts tag in java script. -Original Message- From: Pham Anh Tuan [mailto:[EMAIL PROTECTED] Sent: 20 May 2005 05:46 To: Struts Users Mailing List Subject: [HELP] Couldn't include bean:write tag in onClick in

Re: [HELP] Couldn't include bean:write tag in onClick in html:radio

2005-05-20 Thread Nandan
Hello, Please replace your code with something like this: script language =javascript var MESSAGE = bean:write name=rule property=auctionTypeId/ ; /script html:radio name=exhibit_item_request property=auctionTypeId value=%= (String)rId%

Re: [HELP] Couldn't include bean:write tag in onClick in html:radio

2005-05-20 Thread Pham Anh Tuan
] Couldn't include bean:write tag in onClick in html:radio Hello, Please replace your code with something like this: script language =javascript var MESSAGE = bean:write name=rule property=auctionTypeId/ ; /script html:radio name=exhibit_item_request property=auctionTypeId value=%= (String