bean:message inside onclick javascript string?

2004-03-23 Thread Craig Berry
I have a webpage on which I do a Javascript popup to confirm a deletion. The JSP fragment looks like this: html:submit property=command value=Delete onclick=return confirm('Are you sure you want to delete this paragraph permanently?')/ I would dearly love to replace that fixed text with

Re: bean:message inside onclick javascript string?

2004-03-23 Thread Saul Q Yuan
();/ Saul - Original Message - From: Craig Berry To: [EMAIL PROTECTED] Sent: Tuesday, March 23, 2004 9:46 PM Subject: bean:message inside onclick javascript string? I have a webpage on which I do a Javascript popup to confirm a deletion. The JSP fragment looks like