DO NOT REPLY [Bug 13973] - Tomcat shutdown Loop

2002-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13973. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

JGuru FAQ

2002-10-28 Thread Ted Husted
jGuru does not claim ownership of the material, so there would not be any copyright issues with them per se. 2. Ownership of Material. Other than personally identifiable information which is covered under the jGuru Privacy Policy, any material, information or other communication you transmit

DO NOT REPLY [Bug 13973] - Tomcat shutdown Loop

2002-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13973. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Nightly build issue

2002-10-28 Thread Erik Hatcher
I decided to try out a Struts nightly build (from a previous 1.1beta2 version) and I ran our Cactus test suite to see if all validated ok... but I'm getting all Struts tests failing with this error: String index out of range: -1 java.lang.StringIndexOutOfBoundsException: String index out of

Re: Nightly build issue

2002-10-28 Thread Erik Hatcher
Oh, sorry for omitting this nightly build 20021028 is the one I tried and got the errors below Erik Hatcher wrote: I decided to try out a Struts nightly build (from a previous 1.1beta2 version) and I ran our Cactus test suite to see if all validated ok... but I'm getting all Struts

Re: Nightly build issue

2002-10-28 Thread Erik Hatcher
with the servlet path being null. If anyone has ideas on where to dig further to see where a fix is needed then I'd happily take it the extra distance and give it a shot to fix it. Erik Erik Hatcher wrote: Oh, sorry for omitting this nightly build 20021028 is the one I tried and got the errors below

Re: Nightly build issue

2002-10-28 Thread Eddie Bush
Can you verify your assumption with the logging output? It should say what the value of matchPath is. This would be a debug-level logging statment indicated by a line stating: Selecting module for path matchPath You may have to turn up the volume on your logging output to see it. I'd be

Re: Nightly binary distributions broken?

2002-10-28 Thread Craig R. McClanahan
The 1025-1027 builds were broken by problems building commons-fileupload (grumble grumble - fileupload requires JUnit 3.8.1 and my standard environment uses JUnit 3.7). This hasn't been resolved yet, but should be by tonight's (1029) build. The 1028 build also failed on an XML parsing error in

Modules vs. Sub-Applications

2002-10-28 Thread David Graham
Going back to the discussion on calling modules sub-applications, I think it was decided to call everything a module to eliminate confusion. The naming of Struts 1.1 classes and methods is not helping this situation. For example, we have an ApplicationConfig class and

RE: JGuru FAQ

2002-10-28 Thread James Mitchell
Ted, That sounds great. I probably won't have time to do this until post 1.1, but its definitely on my todo list. 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. -

Re: Modules vs. Sub-Applications

2002-10-28 Thread chuckcavaness
I thought it was application module, therefore the current names are still consistent with that. Did I miss some threads :( Wait, stop the printer... chuck Going back to the discussion on calling modules sub-applications, I think it was decided to call everything a module to eliminate

question about tiles:useAttribute

2002-10-28 Thread Anand Joshi
hi All, I had used tiles:useAttribute in struts 1.0.2 where tiles was separate. It used to work even without attribute id. Now in struts 1.1b2 release,I have to give id attribute otherwise tag does not work. specifcally it gives nullPointerException. ie: this line tiles:useAttribute

Re: Modules vs. Sub-Applications

2002-10-28 Thread Craig R. McClanahan
On Mon, 28 Oct 2002 [EMAIL PROTECTED] wrote: I thought it was application module, therefore the current names are still consistent with that. That's certainly my excuse for thinking we should not change them now :-). Although I agree with David that ModuleConfig and selectModule() would

Re: Modules vs. Sub-Applications

2002-10-28 Thread David Graham
Would it make sense to keep the current names but deprecate and replace them in a future version (maybe 2.0)? David From: Craig R. McClanahan [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Modules vs.

[SURVEY] HREF attribute for FormTag

2002-10-28 Thread Taylor, Jason
Hi all-- There have been two bugs (#12600, #13871) logged against the form tag for the behavior of its getActionMappingUrl method, which always prepends the context path. Other html tags that produce a URL that is sent to the browser such as LinkTag and ImgTag give the user at least the

DO NOT REPLY [Bug 2017] - Text entered in forms using multi-part/formdata cannot be utf8

2002-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2017. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 2017] - Text entered in forms using multi-part/formdata cannot be utf8

2002-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2017. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Modules vs. Sub-Applications

2002-10-28 Thread David Graham
I was suggesting deprecating the names in a future version and moving to all module names for clarity, not necessarily removing the functionality. What benefits would making the ActionServlet into a Filter provide? It is an interesting idea. David From: Craig R. McClanahan [EMAIL

RE: Struts IRC Channel

2002-10-28 Thread Martin Cooper
+1 on staying away from IRC. IMHO, IRC fragments the community we have on the lists. It also lessens the pool of people who can answer any given question, for a variety of reasons. Who's going to give authoritative answers to Tiles questions asked at 3am French time? ;-) -- Martin Cooper

Re: Nightly build issue

2002-10-28 Thread Erik Hatcher
of that string would always be a /. Perhaps its something related to how Cactus is invoking through ActionServlet that the path does not begin with /? Also, I'm not using modules, if that has any bearing on this. I've noticed other fishy things with our application and the 20021028 build that I haven't

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread Taylor, Jason
My first thought was you could use the 'action' to identify the form bean and the 'href' to specify a certain url to submit the form to. But then I looked at the JSTL c:url tag and it seems that a better algorithm would be to prepend the context path only when the 'action' begins with a slash

Re: Zero-copy persistence with Struts?

2002-10-28 Thread V. Cekvenich
Craig R. McClanahan wrote: On Fri, 25 Oct 2002, Frederico Schuh wrote: Date: Fri, 25 Oct 2002 07:01:05 -0700 (PDT) From: Frederico Schuh [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: RE: Zero-copy persistence

Re: Nightly binary distributions broken?

2002-10-28 Thread Robert Leland
Moral of the story -- please be sure that an ant dist runs successfully before checking in changes to the XML source documents, so that you've ensured all the XSLT transformations are successful. I also run Cooktop, on the Windows platform, to edit/display/validate the XML using XSLT. It's

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread David Graham
You still haven't addressed why you want to do this. If html:form can't lookup the form bean because the action doesn't match an action mapping, then the other html form related tags are basically useless. You could just use straight html for this. David From: Taylor, Jason [EMAIL

Re: Struts IRC Channel

2002-10-28 Thread V. Cekvenich
Also, if a question is answered, at least in theory you can say Search the mail archive for post X and thus preserving the knowledge. .V Martin Cooper wrote: +1 on staying away from IRC. IMHO, IRC fragments the community we have on the lists. It also lessens the pool of people who can answer

Re: Nightly build issue

2002-10-28 Thread Craig R. McClanahan
path = contextPath + modulePath + moduleRelativeResourcePath; I've noticed other fishy things with our application and the 20021028 build that I haven't had time to dig into yet. There were build problems over the weekend that might or might not be contributing to this as well. Erik

DO NOT REPLY [Bug 13973] - Tomcat shutdown Loop

2002-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13973. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 13973] - Tomcat shutdown Loop

2002-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=13973. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread Craig R. McClanahan
On Mon, 28 Oct 2002, Alan P Sexton wrote: Date: Mon, 28 Oct 2002 20:20:36 + From: Alan P Sexton [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: [SURVEY] HREF attribute for FormTag Here is a problem which

Re: Nightly build issue

2002-10-28 Thread Erik Hatcher
modules, if that has any bearing on this. I've noticed other fishy things with our application and the 20021028 build that I haven't had time to dig into yet. Erik -- To unsubscribe, e-mail: mailto:struts-dev-unsubscribe;jakarta.apache.org For additional commands, e-mail: mailto:struts-dev

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread Hal Deadman
--using tiles and container managed security/form based login -see below -Original Message- From: Craig R. McClanahan [mailto:craigmcc;apache.org] Sent: Monday, October 28, 2002 4:14 PM To: Struts Developers List Subject: Re: [SURVEY] HREF attribute for FormTag On Mon, 28 Oct

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread Taylor, Jason
I thought I addressed the form bean instance issue in my response to Craig's post. The 'action' attribute would still work for finding the form bean since getActionMappingName would return the same thing it always has. What I'm talking about would *absolutely* support the form-bean

Multiple instances of an ActionForm in the same session

2002-10-28 Thread John D. Penrose
I need to support a muilti-page wizard in popup browsers, meaning multiple browser instances sharing one session. I can't store the ActionForm at request scope, since it's a multi-page wizard. It must be stored at session scope. Since there's multiple active browser instances, their information

Re: Struts IRC Channel

2002-10-28 Thread Kevin . Bedell
Not sure how much of an issue this is - I've been on and off the IRC channel all day just to check it out and have yet to see anyone there other than a single sysop... V. Cekvenich [EMAIL PROTECTED]@main.gmane.org on 10/28/2002 03:31:20 PM Please respond to Struts Developers List [EMAIL

Re: Nightly build issue

2002-10-28 Thread Erik Hatcher
Eddie Bush wrote: Can you verify your assumption with the logging output? It should say what the value of matchPath is. This would be a debug-level logging statment indicated by a line stating: Selecting module for path matchPath After getting the logging opened up, my results are matchPath

Re: Multiple instances of an ActionForm in the same session

2002-10-28 Thread Joe Germuska
At 5:04 PM -0500 2002/10/28, John D. Penrose wrote: I need to support a muilti-page wizard in popup browsers, meaning multiple browser instances sharing one session. I can't store the ActionForm at request scope, since it's a multi-page wizard. It must be stored at session scope. Since there's

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread Craig R. McClanahan
On Mon, 28 Oct 2002, Taylor, Jason wrote: Date: Mon, 28 Oct 2002 13:54:29 -0800 From: Taylor, Jason [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] Subject: RE: [SURVEY] HREF attribute for FormTag I thought I addressed

RE: Struts IRC Channel

2002-10-28 Thread Daniel Honig
Hey I think it is a neat idea. IMHO I'd love to see jakarta with it's own Jabber client/p2p system but I'm not sure this will work. I find the mailing list is fine for most purposes and though the search on the archive isn't great it does give us a persistent archive where the irc chat sessions

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread David Graham
The statement that hardcoding the context path in jsps is a bad idea is absolutely true. However, struts does not hardcode the context path. Hardcoded form action=/context/account/add.do Dynamic html:form action=/account/add.do Struts inserts the context path dynamically at runtime which is

Re: Modules vs. Sub-Applications

2002-10-28 Thread Paul Smith
It would seem like there should be a relatively large gap between 1.X and 2, dont you think? For Struts to maintain it's leadership role in the web app framework, it seems that it must grow significantly. To do that, at some point we'd have to switch over to a different architecture. Much like the

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread Taylor, Jason
Thanks for your comments-- I have some responses below. -Original Message- From: David Graham [mailto:dgraham1980;hotmail.com] Sent: Monday, October 28, 2002 2:43 PM To: [EMAIL PROTECTED] Subject: RE: [SURVEY] HREF attribute for FormTag The statement that hardcoding the context

Re: RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread Ted Husted
10/28/2002 5:42:41 PM, David Graham [EMAIL PROTECTED] wrote: I'm still not convinced we need the behavior you desire. The value of struts html tags comes from the ability to use a form bean to populate input elements. Without html:form being able to use a form bean the tags are pretty

RE: [SURVEY] HREF attribute for FormTag

2002-10-28 Thread David Graham
You're definition of hardcoding is flawed. Hardcoding means that you specify a value at compile time. Any value derived from an algorithm is inherently dynamic and thus, not hardcoded. It seems that the only use of the requested behavior is to allow a struts app to submit a form to a

cvs commit: jakarta-struts/src/share/org/apache/struts/validator/doc-files validatorUML.jpg

2002-10-28 Thread rleland
rleland 2002/10/28 18:04:49 Modified:src/share/org/apache/struts/validator/doc-files validatorUML.jpg Log: Update UML for validator Revision ChangesPath 1.2 +292 -147

Re: Modules vs. Sub-Applications

2002-10-28 Thread Ted Husted
As these methods are really not part of the public API, could we not just change them now and be done with it? -Ted. 10/28/2002 1:21:40 PM, Craig R. McClanahan [EMAIL PROTECTED] wrote: On Mon, 28 Oct 2002 [EMAIL PROTECTED] wrote: I thought it was application module, therefore the

Re: Modules vs. Sub-Applications

2002-10-28 Thread James Holmes
+1 --- Ted Husted [EMAIL PROTECTED] wrote: As these methods are really not part of the public API, could we not just change them now and be done with it? -Ted. 10/28/2002 1:21:40 PM, Craig R. McClanahan [EMAIL PROTECTED] wrote: On Mon, 28 Oct 2002 [EMAIL PROTECTED] wrote:

cvs commit: jakarta-struts/src/share/org/apache/struts/action/doc-files actionUML.jpg

2002-10-28 Thread rleland
rleland 2002/10/28 18:56:20 Modified:src/share/org/apache/struts/action/doc-files actionUML.jpg Log: Update UML for action Revision ChangesPath 1.3 +342 -323 jakarta-struts/src/share/org/apache/struts/action/doc-files/actionUML.jpg Binary file

cvs commit: jakarta-struts/src/share/org/apache/struts/config/doc-files configUML.jpg

2002-10-28 Thread rleland
rleland 2002/10/28 19:04:05 Modified:src/share/org/apache/struts/config/doc-files configUML.jpg Log: Update UML for config Revision ChangesPath 1.4 +180 -246 jakarta-struts/src/share/org/apache/struts/config/doc-files/configUML.jpg Binary file

cvs commit: jakarta-struts/src/share/org/apache/struts/upload/doc-files uploadUML.jpg

2002-10-28 Thread rleland
rleland 2002/10/28 19:10:55 Modified:src/share/org/apache/struts/upload/doc-files uploadUML.jpg Log: Update UML for upload Revision ChangesPath 1.3 +334 -177 jakarta-struts/src/share/org/apache/struts/upload/doc-files/uploadUML.jpg Binary file

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/bean/doc-files beanUML.jpg

2002-10-28 Thread rleland
rleland 2002/10/28 19:24:18 Modified:src/share/org/apache/struts/taglib/bean/doc-files beanUML.jpg Log: Update UML for bean taglib Revision ChangesPath 1.4 +331 -248

DO NOT REPLY [Bug 14032] New: - Please add me to Consultants

2002-10-28 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14032. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/logic/doc-files logicUML.jpg

2002-10-28 Thread rleland
rleland 2002/10/28 19:54:10 Modified:src/share/org/apache/struts/taglib/logic/doc-files logicUML.jpg Log: Update UML for logic taglib Revision ChangesPath 1.2 +415 -242

cvs commit: jakarta-struts/doc/resources consultants.xml

2002-10-28 Thread jmitchell
jmitchell2002/10/28 20:03:59 Modified:doc/resources consultants.xml Log: Added consultant: JD Tangney and Associates (http://jdtangney.com) John Tangney (mailto:johnt;jdtangney.com) Revision ChangesPath 1.9 +1 -0

cvs commit: jakarta-struts/doc/userGuide building_view.xml

2002-10-28 Thread jmitchell
jmitchell2002/10/28 20:17:34 Modified:doc/userGuide building_view.xml Log: Fixed bad links to userGuide from API docs. Thanks Alan. Revision ChangesPath 1.16 +2 -2 jakarta-struts/doc/userGuide/building_view.xml Index: building_view.xml

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/bean package.html

2002-10-28 Thread jmitchell
jmitchell2002/10/28 20:20:02 Modified:src/share/org/apache/struts/taglib/bean package.html Log: Fixed bad links to userGuide from API docs. Thanks Alan. Revision ChangesPath 1.5 +3 -3 jakarta-struts/src/share/org/apache/struts/taglib/bean/package.html

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/nested/bean/doc-files nested-bean.jpg

2002-10-28 Thread rleland
rleland 2002/10/28 20:30:04 Modified:src/share/org/apache/struts/taglib/nested/bean/doc-files nested-bean.jpg Log: Update UML for nested bean taglib Revision ChangesPath 1.3 +120 -174

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/logic package.html

2002-10-28 Thread jmitchell
jmitchell2002/10/28 20:30:17 Modified:src/share/org/apache/struts/taglib/logic package.html Log: Fixed bad links to userGuide from API docs. Thanks Alan. Revision ChangesPath 1.13 +11 -11 jakarta-struts/src/share/org/apache/struts/taglib/logic/package.html

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html package.html

2002-10-28 Thread jmitchell
jmitchell2002/10/28 20:31:07 Modified:src/share/org/apache/struts/taglib/html package.html Log: Fixed bad links to userGuide from API docs. Thanks Alan. Revision ChangesPath 1.18 +12 -12 jakarta-struts/src/share/org/apache/struts/taglib/html/package.html

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/nested/html/doc-files nested-html.jpg

2002-10-28 Thread rleland
rleland 2002/10/28 20:38:22 Modified:src/share/org/apache/struts/taglib/nested/html/doc-files nested-html.jpg Log: Update UML for nested html taglib Revision ChangesPath 1.3 +555 -775

RE: Accessing DynaActionForm objects in JSTL tags?

2002-10-28 Thread James Mitchell
Personally, I consider DynaActionForms and JSTL as top bullets for 1.1. But if means delaying the release, well.you know. 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

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/nested/logic/doc-files nested-logic.jpg

2002-10-28 Thread rleland
rleland 2002/10/28 20:58:02 Modified:src/share/org/apache/struts/taglib/nested/logic/doc-files nested-logic.jpg Log: Update UML for nested logic taglib Revision ChangesPath 1.3 +600 -626

cvs commit: jakarta-struts/doc/userGuide building_controller.xml

2002-10-28 Thread craigmcc
craigmcc2002/10/28 21:00:14 Modified:doc/userGuide building_controller.xml Log: Correct missing /li and /p element end markers that were causing the nightly builds to fail. Revision ChangesPath 1.43 +6 -6 jakarta-struts/doc/userGuide/building_controller.xml

cvs commit: jakarta-struts/doc/userGuide introduction.xml

2002-10-28 Thread jmitchell
jmitchell2002/10/28 21:30:24 Modified:doc/userGuide introduction.xml Log: Update Docs. Revision ChangesPath 1.13 +1 -1 jakarta-struts/doc/userGuide/introduction.xml Index: introduction.xml

Re: Modules vs. Sub-Applications

2002-10-28 Thread Rob Leland
Ted Husted wrote: As these methods are really not part of the public API, could we not just change them now and be done with it? Some are Public, however I would also vote +1 to rename them now. I agree with David and say lets go one intermediate step and deprecate them for struts 1.1B3

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/template package.html

2002-10-28 Thread jmitchell
jmitchell2002/10/28 21:31:39 Modified:src/share/org/apache/struts/taglib/template package.html Log: Update links. Revision ChangesPath 1.4 +3 -3 jakarta-struts/src/share/org/apache/struts/taglib/template/package.html Index: package.html

cvs commit: jakarta-struts/doc/userGuide preface.xml

2002-10-28 Thread jmitchell
jmitchell2002/10/28 21:32:26 Modified:doc/userGuide preface.xml Log: Update Docs. Revision ChangesPath 1.10 +2 -2 jakarta-struts/doc/userGuide/preface.xml Index: preface.xml === RCS file:

cvs commit: jakarta-struts/conf/share struts-config_1_1.dtd

2002-10-28 Thread craigmcc
craigmcc2002/10/28 21:41:46 Modified:conf/share struts-config_1_1.dtd Log: Cosmetic changes only to avoid lines 80 characters. For some unknown reason, this cleans up a bogus XML parsing error (-- not allowed in a comment at line 490, column 81) in TestApplicationConfig when

Re: Modules vs. Sub-Applications

2002-10-28 Thread Craig R. McClanahan
On Tue, 29 Oct 2002, Rob Leland wrote: Date: Tue, 29 Oct 2002 00:27:11 -0500 From: Rob Leland [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Modules vs. Sub-Applications Ted Husted wrote: As these

cvs commit: jakarta-struts/contrib/struts-el/web/exercise-taglib/WEB-INF web.xml

2002-10-28 Thread jmitchell
jmitchell2002/10/28 21:54:18 Modified:contrib/struts-el/web/exercise-taglib/WEB-INF web.xml Log: Remove references to tlds which are not used in strutsel-exercise-taglib.war Revision ChangesPath 1.3 +0 -10

cvs commit: jakarta-struts/contrib/struts-el build.xml

2002-10-28 Thread jmitchell
jmitchell2002/10/28 21:57:16 Modified:contrib/struts-el build.xml Log: Include properties from the main struts build. (for those who build struts-el from the main distributionlike me :D) Revision ChangesPath 1.6 +1 -0

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html package.html

2002-10-28 Thread jmitchell
jmitchell2002/10/28 22:08:15 Modified:src/share/org/apache/struts/taglib/html package.html Log: Update links. Revision ChangesPath 1.19 +3 -3 jakarta-struts/src/share/org/apache/struts/taglib/html/package.html Index: package.html

Re: Modules vs. Sub-Applications

2002-10-28 Thread David Graham
+1 on rename and deprecation. David From: Craig R. McClanahan [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Subject: Re: Modules vs. Sub-Applications Date: Mon, 28 Oct 2002 21:48:05 -0800 (PST) On Tue, 29 Oct 2002, Rob

Struts with style

2002-10-28 Thread James Mitchell
Ok, don't kill me. Would anyone be opposed to adding a bit of style to our online docs? Here's one proposal: http://www.open-tools.org/struts-atlanta/struts-with-css Only Home, News, and Kickstart were modified. So click between 'Who We Are' and 'Home' so see before and after of style