Re: Can struts2 tag embeded inside javascript

2007-11-29 Thread panpan
:59 AM Subject: Re: Can struts2 tag embeded inside javascript Hi Richard, thank you! I have a seperate main.js for those functions. I've posted my code in my other post. I'll try to use single quotes. Thanks again. Richard Sayre wrote: I don't see any javascript in your post

Can struts2 tag embeded inside javascript

2007-11-27 Thread panpan
generate those INPUTs and also get the value from the variable 'additionalInterests[0].addressLine2'. How to solve this problem? Appreciate any inputs! -- View this message in context: http://www.nabble.com/Can-struts2-tag-embeded-inside-javascript-tf4882082.html#a13971786 Sent from the Struts

Re: Can struts2 tag embeded inside javascript

2007-11-27 Thread Richard Sayre
].addressLine2'/ instead of value of this variable. I have to dynamically generate those INPUTs and also get the value from the variable 'additionalInterests[0].addressLine2'. How to solve this problem? Appreciate any inputs! -- View this message in context: http://www.nabble.com/Can-struts2-tag

RE: Can struts2 tag embeded inside javascript

2007-11-27 Thread Hernandez, David
. . . -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 27, 2007 9:44 AM To: Struts Users Mailing List Subject: Re: Can struts2 tag embeded inside javascript --- panpan [EMAIL PROTECTED] wrote: I've been struggling for this problem for several days. Please help me

Re: Can struts2 tag embeded inside javascript

2007-11-27 Thread panpan
in context: http://www.nabble.com/Can-struts2-tag-embeded-inside-javascript-tf4882082.html#a13972247 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: Can struts2 tag embeded inside javascript

2007-11-27 Thread panpan
: Tuesday, November 27, 2007 9:44 AM To: Struts Users Mailing List Subject: Re: Can struts2 tag embeded inside javascript --- panpan [EMAIL PROTECTED] wrote: I've been struggling for this problem for several days. Please help me out. Okay. Non-JSP pages aren't compiled into servlets

Re: Can struts2 tag embeded inside javascript

2007-11-27 Thread panpan
get the value from the variable 'additionalInterests[0].addressLine2'. How to solve this problem? Appreciate any inputs! -- View this message in context: http://www.nabble.com/Can-struts2-tag-embeded-inside-javascript-tf4882082.html#a13971786 Sent from the Struts - User mailing list archive

RE: Can struts2 tag embeded inside javascript

2007-11-27 Thread Hernandez, David
it to be a little cleaner. -Original Message- From: panpan [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 27, 2007 9:51 AM To: user@struts.apache.org Subject: Re: Can struts2 tag embeded inside javascript Thank you Dave. Ok, I see. Do you anyway I can do to solve my problem? thanks

Re: Can struts2 tag embeded inside javascript

2007-11-27 Thread Dave Newton
--- panpan [EMAIL PROTECTED] wrote: I've been struggling for this problem for several days. Please help me out. Okay. Non-JSP pages aren't compiled into servlets. A JavaScript file isn't a JSP page, hence is not compiled into a servlet, hence has zero notion of custom tags. d.

RE: Can struts2 tag embeded inside javascript

2007-11-27 Thread panpan
(/whatever.js) to a servlet which forwards to the whatever.jsp file if you want it to be a little cleaner. -Original Message- From: panpan [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 27, 2007 9:51 AM To: user@struts.apache.org Subject: Re: Can struts2 tag embeded inside javascript

Re: Can struts2 tag embeded inside javascript

2007-11-27 Thread Martin Gainty
/apidocs/org/apache/struts/taglib/ html/JavascriptValidatorTag.html HTH M-- - Original Message - From: panpan [EMAIL PROTECTED] To: user@struts.apache.org Sent: Tuesday, November 27, 2007 9:59 AM Subject: Re: Can struts2 tag embeded inside javascript Hi Richard, thank you! I have