Re: cvs commit: jakarta-struts/web/exercise-taglib html-select.jsp

2002-02-23 Thread Arron Bates
Martin, Can I get a simple example bean and markup of its various options, so I can see how I have to get it nested?... Ta. Arron. [EMAIL PROTECTED] wrote: martinc 02/02/22 23:10:30 Modified:doc/userGuide struts-html.xml

Re: cvs commit: jakarta-struts/web/exercise-taglib html-select.jsp

2002-02-23 Thread Martin Cooper
Arron, I modified the html:select test in struts-exercise-taglib to include a simple example of how this tag is used, and I modified the TestBean class for that test as well. I also checked in the docs for the tag, so you'll see them if you build struts-documentation. If you need more than that,

Re: Struts vs. Java Faces (aka JSR 127)

2002-02-23 Thread Craig R. McClanahan
On Fri, 22 Feb 2002, Tim W Wilson wrote: Date: Fri, 22 Feb 2002 14:34:12 -0500 From: Tim W Wilson [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Struts vs. Java Faces (aka JSR 127) Is there any opinion in the Structs development

cvs commit: jakarta-struts/web/example/WEB-INF struts-config.xml web.xml

2002-02-23 Thread craigmcc
craigmcc02/02/23 14:54:18 Modified:conf/share struts-config_1_1.dtd src/share/org/apache/struts/action ActionServlet.java src/share/org/apache/struts/config ApplicationConfig.java ConfigRuleSet.java

cvs commit: jakarta-struts/src/share/org/apache/struts/config ActionConfig.java ApplicationConfig.java ControllerConfig.java DataSourceConfig.java ExceptionConfig.java FormBeanConfig.java FormPropertyConfig.java ForwardConfig.java MessageResourcesConfig.java

2002-02-23 Thread craigmcc
craigmcc02/02/23 15:53:30 Modified:src/share/org/apache/struts/config ActionConfig.java ApplicationConfig.java ControllerConfig.java DataSourceConfig.java ExceptionConfig.java FormBeanConfig.java

cvs commit: jakarta-struts/src/example/org/apache/struts/webapp/example/jdbc - New directory

2002-02-23 Thread craigmcc
craigmcc02/02/23 18:07:12 jakarta-struts/src/example/org/apache/struts/webapp/example/jdbc - New directory -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Possible problem in ConfigRuleSet in 1.1

2002-02-23 Thread struts-dev
Sorry to post a bug here, but the bug database is down right now and I wanted to let someone know. I've been working on getting everything working on 1.1 and I think I found something wrong in the ConfigRuleSet as it relates to the message-resources element. Here is a section of the file