RE: HTML taglib: javascript

2004-07-14 Thread Joe Germuska
: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 12:02 AM To: Struts Developers List Subject: Re: HTML taglib: javascript >this is all fine for XHTML, but the browser's javascript engine does not >seem to like it.. Firefox complains silently (you can check it

RE: HTML taglib: javascript

2004-07-13 Thread Wouter Zoons
-Original Message- > From: Joe Germuska [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 14, 2004 12:02 AM > To: Struts Developers List > Subject: Re: HTML taglib: javascript > > >this is all fine for XHTML, but the browser's javascript engine does not > >seem

Re: HTML taglib: javascript

2004-07-13 Thread Joe Germuska
this is all fine for XHTML, but the browser's javascript engine does not seem to like it.. Firefox complains silently (you can check it on the Javascript console) and IE shows a dialog (unless you unchecked that option), the problem is that the CDATA is being interpreted as javascript Are you sendi

HTML taglib: javascript

2004-07-13 Thread Wouter Zoons
Hello, I did not find an answer in the archives and did not spot anything in CVS that solves the issue I am having. I am one of the AndroMDA developers, I wrote the bpm4struts cartridge that enables users to generate deployable/running Struts applications from UML without any manual coding. B