Re: bean:message inside onclick javascript string?

2004-03-23 Thread Saul Q Yuan
Try move the onclick javascript function out, something like this:




function verify() {
var msg = "<beam:message key="confirm.paragraph.delete" />";

return confirm(msg);
}






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 this:

  

  I would dearly love to replace that fixed text with , but all my experimentation has not
  succeeded in finding a relatively straightforward way to do this.  I'm
  using the -el taglibs, if that matters.  Anybody have ideas on an
  elegant solution?

  -- 
  Craig Berry
  Principal Architect and Technical Manager
  PortBlue
  (310) 566-7546
   

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


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:



I would dearly love to replace that fixed text with , but all my experimentation has not
succeeded in finding a relatively straightforward way to do this.  I'm
using the -el taglibs, if that matters.  Anybody have ideas on an
elegant solution?

-- 
Craig Berry
Principal Architect and Technical Manager
PortBlue
(310) 566-7546
 

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