Re: HTML, XML, XHTML and html:html

2002-10-22 Thread Matt Read
In my experience XHTML does not work in older browsers, specifically Netscape 4.x and I would be very concerned if an upgrade to Struts 1.1 gave me no choice in using XHTML. Matt. Quoting David Graham [EMAIL PROTECTED]: XML compliant HTML is XHTML. I don't think we need the xhtml attribute

RE: HTML, XML, XHTML and html:html

2002-10-22 Thread Matt Read
generate XHTML-transitional by default and have a type attribute that can be set to strict, transitional, or frameset as needed. --- - Nayan Hajratwala - Chikli Consulting LLC - http://www.chikli.com -Original Message- From: Matt Read [mailto:mread;spotd.co.uk] Sent: Tuesday

RE: HTML, XML, XHTML and html:html

2002-10-22 Thread Matt Read
that the slash is an unknown attribute instead of part of the tag name. I don't know this for a fact, but I never saw you give a rebuttal for this point so I thought I'd restate it as a possibility. I can't claim any great degree of familiarity with the top - just trying to help. Matt Read wrote: I don't

RE: HTML, XML, XHTML and html:html

2002-10-22 Thread Matt Read
^^^ notice the difference James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org Only two things are infinite, the universe and human stupidity, and I'm not sure about the former. - Albert Einstein (1879-1955) -Original Message- From: Matt Read

RE: HTML, XML, XHTML and html:html

2002-10-21 Thread Matt Read
For what it's worth, most version of Netscape 4 and previous don't understand the XML shortcut of using tag / to open and close a tag in one go. E.g. br/br works, br/ doesn't. Matt. -Original Message- From: Martin Cooper [mailto:martin.cooper;tumbleweed.com] Sent: Monday, October 21,

Re: Struts Improvement Proposal: Logic Extensibility

2002-04-26 Thread Matt Read
Given your example, if you add an Action defined to populate your shopping cart data and an Action defined to populate your dynamic content then why not use templates to bring them together when necessary? That's how I do it in almost exactly the same situation. This way you only create 2 actions

FW: Struts Improvement Proposal: Logic Extensibility

2002-04-26 Thread Matt Read
make sense for some things. Brandon Goodin Phase Web and Multimedia P (406) 862-2245 F (406) 862-0354 [EMAIL PROTECTED] http://www.phase.ws -Original Message- From: Matt Read [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 9:09 AM To: [EMAIL PROTECTED] Subject: Re: Struts

html:hidden - property tag required?

2002-03-08 Thread Matt Read
Could anyone explain why the property tag on html:hidden (and all tags that subclass BaseFieldTag) is required (according to struts-html.tld)? I'm trying to do the following: bean:parameter id=gid name=gid / html:form action=/myaction html:hidden name=gid / /html:form This should

Build errors

2002-03-06 Thread Matt Read
I'm getting the following error when trying to build struts from the latest CVS. I assume the solution is to add xalan.jar to the compilation classpath in build.xml, could anyone confirm this? Thanks, Matt. compile.library: [style] DEPRECATED - xslp processor is deprecated. Use trax or

RE: Build errors

2002-03-06 Thread Matt Read
Sorry, my mistake, it was my Ant setup. I needed xerces.jar and xalan.jar in my ANT_HOME/lib directory. As you probably all knew... -Original Message- From: Matt Read [mailto:[EMAIL PROTECTED]] Sent: 06 March 2002 19:29 To: [EMAIL PROTECTED] Subject: Build errors I'm getting

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/bean WriteTag.java

2002-03-06 Thread Matt Read
An update to this, I've finally managed to get the latest CVS to build and that change definitely didn't fix the problem. Is anyone looking at this or shall I (try) ? Matt. -Original Message- From: Matt Read [mailto:[EMAIL PROTECTED]] Sent: 06 March 2002 19:29 To: [EMAIL PROTECTED

RE: Re[2]: cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/bean WriteTag.java

2002-03-06 Thread Matt Read
commit: jakarta-struts/src/share/org/apache/struts/taglib/bean MC WriteTag.java oalexeev02/03/06 01:11:10 Modified:src/share/org/apache/struts/taglib/bean WriteTag.java Log: Fix - formatKey class variable is not set to null in release() method. Bug submitted by Matt

RE: Re[2]: cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/bean WriteTag.java

2002-03-06 Thread Matt Read
give that a quick try, and let me know the result? I can check in the change. -- Martin Cooper - Original Message - From: Matt Read [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Wednesday, March 06, 2002 1:06 PM Subject: RE: Re[2]: cvs commit: jakarta-struts/src

RE: Re[2]: cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/bean WriteTag.java

2002-03-06 Thread Matt Read
/taglib/bean WriteTag.java - Original Message - From: Matt Read [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Wednesday, March 06, 2002 2:07 PM Subject: RE: Re[2]: cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/bean WriteTag.java Don't worry about