Re: Yet another Struts E-Commerce example

2001-07-24 Thread Steve Wilkinson
Ted Husted wrote: > You should post this on the User list, Steve, where more people will see > it. > Thanks Ted. I'll do that tonight from my new particles account. I'm trying to keep the book email on the new particles account only. Is it possible to get a link on the resources page also?

Re: Yet another Struts E-Commerce example

2001-07-24 Thread Ted Husted
You should post this on the User list, Steve, where more people will see it. Very much enjoyed your chapter. In fact, I'm about to go through it again this afternoon ... I would personally recommend that everyone at least think about purchasing the book, since it covers a wealth of material tha

Re: Hot to get the iterated objects ?

2001-07-24 Thread Ted Husted
You should post this to the user list, where there are more people to help with questions like this. Raghvendra Sinha wrote: > I'm new to struts, I'm trying to use the iterate tag with to retrieve data > from a db and display it. We have the functionality working with our java > classes and now I

RE: Hot to get the iterated objects ?

2001-07-24 Thread Raghvendra Sinha
I'm new to struts, I'm trying to use the iterate tag with to retrieve data from a db and display it. We have the functionality working with our java classes and now I'm trying to incorporate it using struts. The following code illustrates how we are doing it now. <% try {

Re: Business Logic Framework.

2001-07-24 Thread Ted Husted
Depending on how large the framework is, the proposal could be made to the general list or to the Commons list (for smaller projects). A concern here is long-term maintenance of a codebase, so it helps if you are already involved in developing or supporting other Jakarta products. Is what you hav

Business Logic Framework.

2001-07-24 Thread Matt Larson
Hello, I would like to contribute my work to the Apache Foundation, but I'm having difficulty in determining if such software already exists in Jakarta. Furthermore, I don't even know which mailing list to send this to; please forward this (and copy) me if needed...thanks. I have developed a bu

cvs commit: jakarta-struts/doc struts-html.xml

2001-07-24 Thread dwinterfeldt
dwinterfeldt01/07/24 06:31:38 Modified:doc struts-html.xml Log: Correcting package name for the messages tag extra info class. Revision ChangesPath 1.17 +1 -1 jakarta-struts/doc/struts-html.xml Index: struts-html.xml

503 error

2001-07-24 Thread William Shulman
Hello- all of a sudden my tomcat keeps giving me a 503 error "This application is not currently avail" whenever I try to browse to http://localhost:8080/foo where /foo is an app that I have had working for weeks. I cant figure this one out. What could have happened such that this app is no long

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html SubmitTag.java SelectTag.java LocalStrings.properties LinkTag.java CheckboxTag.java ButtonTag.java BaseHandlerTag.java BaseFieldTag.java

2001-07-24 Thread oalexeev
oalexeev01/07/24 04:42:15 Modified:src/share/org/apache/struts/taglib/html SubmitTag.java SelectTag.java LocalStrings.properties LinkTag.java CheckboxTag.java ButtonTag.java BaseHandlerTag.java BaseFieldTag.java L

cvs commit: jakarta-struts/doc struts-html.xml

2001-07-24 Thread oalexeev
oalexeev01/07/24 04:41:40 Modified:doc struts-html.xml Log: Add support for indexed tags in html taglib. Submitted by David Hay Revision ChangesPath 1.16 +71 -0 jakarta-struts/doc/struts-html.xml Index: struts-html.xml =