Re: Re[2]: Client/Server Side Validation for Struts 1.1

2001-06-14 Thread SRadford
I'm copying a posting I made to the user list (before I knew about the dev-list) as I think it has many similarities to the current discussions: The code I wrote has gone on hold due to outside circumstances and whilst I look at the Struts Validator. I'll also be thinking of a way of generating

Adding RowTag to Struts

2001-06-14 Thread Matt Raible
Hello all, I am writing in hopes of getting the RowTag added to Struts. I think this is a Tag - allowing for alternate row colors inside an iterate tag. I have added this class to the latest version of struts, and added its description to struts-logic.tld, but everytime I checkout a new

WhoWeAre

2001-06-14 Thread Ted Husted
I'm going to slip a WhoWeAre page to the documentation later today, listing the contributors and Committers. This would go over the WhoWeAre text that is in the root folder of the distribution. Craig and I have longish bios there. If any other Committers would like to send me theirs, I'll

RE: WhoWeAre

2001-06-14 Thread SCHACHTER,MICHAEL (HP-NewJersey,ex2)
Ted, If you could add this for me I'd appreciate it: --- Mike Schachter I'm currently a student of computer science at Drexel University in Philadelphia, PA. I've been working at HP Middleware, formerly Bluestone Software for 3 years programming in

Re: WhoWeAre

2001-06-14 Thread Jonathan
Mike, I'm from Lower merion and I went to Penn. My cousin is an engineer at Drexel. - Original Message - From: SCHACHTER,MICHAEL (HP-NewJersey,ex2) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 14, 2001 11:27 AM Subject: RE: WhoWeAre Ted, If you could add this for me

DTD Location

2001-06-14 Thread KenHoying
Currently, the XML indicates that the DTD is located over the web using a public qualifier. Does it really check over the web for the DTD to validate against? I would rather not do this for performance reasons. If it does, can I change the reference to a SYSTEM ref instead. What is the

cvs commit: jakarta-struts build.xml

2001-06-14 Thread craigmcc
craigmcc01/06/14 09:35:59 Modified:.Tag: STRUTS_1_0_BRANCH build.xml Log: Update version number in build.xml so the various documentation generated from it will say 1.0 instead of 1.0-b1. Revision ChangesPath No revision No

Re: WhoWeAre

2001-06-14 Thread Jeff Trent
Sorry to hear that. Guess your not too happy with the 76ers right about now... ;- - Original Message - From: Jonathan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, June 14, 2001 12:21 PM Subject: Re: WhoWeAre Mike, I'm from Lower merion and I went to Penn. My cousin is an

Re: DTD Location

2001-06-14 Thread KenHoying
Thanks you! I figured they would not have implemented it with a lookup over the web. Thanks, Ken Hoying Practice Partner TITAN Technology Partners Pager: 216-275-7284

Re: DTD Location

2001-06-14 Thread William Shulman
Another way is to implement your own EntityResolver to maintain a local cache. This is explained in the javadoc for the EntryResolver class (somewhere in javax.xml...) -will [EMAIL PROTECTED] writes: Currently, the XML indicates that the DTD is located over the web using a public

reset function

2001-06-14 Thread Kelvin_Ho
** Note: This e-mail is subject to the disclaimer contained at the bottom of this message. ** : I confuse about the 'reset' function in the

Proposal: Support nested tags where only attributes can be used

2001-06-14 Thread Dean Wampler
I'm new to struts, so bear with me. I have been working with the bean and template tags. I have found that a straightforward (if a bit tedious to do...) enhancement would make it much easier to construct JSP pages in ways useful for me. Basically, I would like to use nested tags to specify some

RE: Proposal: Support nested tags where only attributes can be used

2001-06-14 Thread Niall Pemberton
For the example you give, the following works just as well in existing Struts: In your JSP page: template:insert template=t.jsp template:put name=pageTitle direct=true bean:message key=login.title/ /template:put /template:insert Now, in t.jsp %@ taglib

Re: DTD Location

2001-06-14 Thread Craig R. McClanahan
On Thu, 14 Jun 2001, William Shulman wrote: Another way is to implement your own EntityResolver to maintain a local cache. This is explained in the javadoc for the EntryResolver class (somewhere in javax.xml...) It's already there, and already used! See the sources for

Re: Calling ActionForm.reset() from html:form when creating a bean

2001-06-14 Thread Christoph Beck
Hi, maybe one should add a ActionForm.init() method (with same parameters as reset()) which is then called in FormTag.doStartTag() whenever it creates a new ActionForm instance? This would not break existing code and would help those who would like do some initialization (I'm one of them, too).

RE: Proposal: Support nested tags where only attributes can be used

2001-06-14 Thread Niall Pemberton
I dont really get what your saying. In your template (i.e. t.jsp) you define the formatting for the common look and feel of all your pages, for example page titles, a side bar and footers. If on some pages you don't need all of them you just leave them out - for example if you didn't need a

RE: reset function

2001-06-14 Thread Niall Pemberton
If the form is in session scope and its not a wizard style form then it gives you an opportunity to initialise whatever properties you want to. Say you had a feedback form where you have a name field, comments field and priority field - each time you want to show a new default form. You

Re: Proposal: Support nested tags where only attributes can be used

2001-06-14 Thread Craig R. McClanahan
On Thu, 14 Jun 2001, Dean Wampler wrote: h1Title is bean:message bean:key template:get name=pageName/.title /bean:key /bean:message /h1 There's a pretty significant problem with this -- the JSP page compiler will consider .title to be template text, and will just

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

2001-06-14 Thread husted
husted 01/06/14 18:45:28 Added: doc/userGuide Tag: STRUTS_1_0_BRANCH volunteers.xml Log: Add WhoWeAre page, update Resources, and related indices. Revision ChangesPath No revision No revision 1.1.2.1 +271 -0

cvs commit: jakarta-struts/doc project.xml

2001-06-14 Thread husted
husted 01/06/14 18:46:05 Modified:doc Tag: STRUTS_1_0_BRANCH project.xml Log: Update project index. Revision ChangesPath No revision No revision 1.1.2.3 +2 -1 jakarta-struts/doc/project.xml Index: