RE: html:text tags are slightly broken.

2003-01-15 Thread Raible, Matt
This has been fixed in Struts 1.1b3 - you can enable this using either of the following: html:html xhtml=true or on your included pages: html:xhtml / One thing to note is that it doesn't do XHTML 1.0 Strict as it still used the attribute name in a form. HTH, Matt -Original Message-

RE: xhtml javascript WAS: html:text tags are slightly broken.

2003-01-15 Thread Raible, Matt
For the Javascript, I think that Struts should use the following syntax for all javascript rendering: script type=text/javascript !-- //-- /script To my knowledge, this is XHTML* compliant and works in older browsers. -Original Message- From: James Childers [mailto:[EMAIL PROTECTED]]

RE: xhtml javascript WAS: html:text tags are slightly broken.

2003-01-15 Thread Raible, Matt
don't think that works. I'm basing this on what I've read here: http://www.w3.org/TR/xhtml1/#h-4.8 and here: http://www.w3.org/TR/xhtml1/#C_4 David From: Raible, Matt [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED

RE: Is it possible to use Modules (sub applications) with theVal idat ion Framework

2003-01-15 Thread Raible, Matt
I have - works fine for me. You can checkout struts-resume from CVS at http://sf.net/projects/struts for an example. Matt -Original Message- From: Talyan, Vivek [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 15, 2003 12:36 PM To: '[EMAIL PROTECTED]' Subject: Is it possible to use

RE: LookupDispatchAction

2003-01-15 Thread Raible, Matt
Yep - just do: a href=/pathToAction.do?action=Edit or whatever you button's value is in your ApplicationResources.properties file. A better way is to add a forward that has this path and use html:link HTH, Matt -Original Message- From: Pat Quinn [mailto:[EMAIL PROTECTED]] Sent:

<    1   2   3