New BeanFactory build

2001-06-13 Thread Oleg V Alexeev
Hello struts-dev, This day (13 June) I place new build of BeanFactory (Struts extension to support unattended bean generation at pre action processing) Last additions - hard parameter setters for bean registrations, new Pager version, new PagerTag class - wrapper around Pager class (sample of

Re: New BeanFactory build

2001-06-13 Thread Jonathan Asbell
Hello Oleg. I have been following your progress on your bean-factory, and have downloaded the classes. However, I still have not fully grasped what it is substituting in struts, and what the sequence of events is when they are called and used. Could you provide a brief summary and sequence of

Re[2]: New BeanFactory build

2001-06-13 Thread Oleg V Alexeev
Hello Jonathan, It is easy stuff. 8) For me, of course, but not for another people, because it lives in my head... Now I trying to write documentation for bean-factory - hard work really. One little step to implement idea in code and another - great step - to describe it in clear manner. Main

RE: Client-side validation with Struts

2001-06-13 Thread Abraham Kang
I forgot how the struts tag names the forms but if you View Source of the generated Struts page you should be able to see it or if you only had one form in the page you could use: document.forms[0].fieldName.value ... I think you will have to keep your javascript functions in the JSPs until

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

2001-06-13 Thread Jeff Trent
Craig, I'm a strong believer in backward compatibility. Therefore, my vote is no since it will potentially have potential side affects. - jeff - Original Message - From: Craig R. McClanahan [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 4:42 PM Subject: Calling

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

2001-06-13 Thread craigmcc
craigmcc01/06/13 14:32:57 Modified:src/share/org/apache/struts/taglib/bean IncludeTag.java Log: Port the fix for bugzilla #2125. Revision ChangesPath 1.16 +17 -3 jakarta-struts/src/share/org/apache/struts/taglib/bean/IncludeTag.java Index: IncludeTag.java

cvs commit: jakarta-struts/src/share/org/apache/struts/action ActionForm.java

2001-06-13 Thread craigmcc
craigmcc01/06/13 15:16:50 Modified:src/share/org/apache/struts/action ActionForm.java Log: Make ActionForm actually Serializable by making the two non-Serializable instance variables transient. Revision ChangesPath 1.9 +6 -6

help on iterator.......

2001-06-13 Thread Jiten Mohanty
Title: help on iterator... Hi folks, How do i iterate over a array which is of primitive data type(String). Thanks Jiten

cvs commit: jakarta-struts/doc release-notes-1.0.xml project.xml

2001-06-13 Thread craigmcc
craigmcc01/06/13 17:24:03 Modified:doc project.xml Added: doc release-notes-1.0.xml Log: Add provisional 1.0 release notes to the HEAD branch as well. Revision ChangesPath 1.4 +1 -0 jakarta-struts/doc/project.xml Index: project.xml

cvs commit: jakarta-struts/src/share/org/apache/struts/upload MultipartIterator.java

2001-06-13 Thread martinc
martinc 01/06/13 18:11:29 Modified:src/share/org/apache/struts/upload Tag: STRUTS_1_0_BRANCH MultipartIterator.java Log: Fixed a bug which could cause corruption of an uploaded file. If the file contained the sequence \r\n\n, it would be transformed to

cvs commit: jakarta-struts/src/share/org/apache/struts/upload MultipartIterator.java

2001-06-13 Thread martinc
martinc 01/06/13 18:12:15 Modified:src/share/org/apache/struts/upload MultipartIterator.java Log: Port the fix for file upload corruption. Revision ChangesPath 1.14 +1 -3 jakarta-struts/src/share/org/apache/struts/upload/MultipartIterator.java Index:

New error handling feature?

2001-06-13 Thread Digico
Looking for tips or opinions on the following: I'd like an error handling feature similar to the basic feature in Struts (using the error tag) except that it pops up a new browser window with the messages in it. This would allow me to keep my forms visually inviolate, rather than being bumped

Re: New error handling feature?

2001-06-13 Thread Craig R. McClanahan
On Thu, 14 Jun 2001, Ted Husted wrote: If I were to try and do this myself, I might start by using the error window as for the input property, and then have that load the actual input page. This way the input page would not have to know if it was in error state or not. Of course, all this

Re: Re[2]: New BeanFactory build

2001-06-13 Thread Jonathan Asbell
Thanks Oleg. Can you give me a detsiled step-by-step from the point a form is submitted until the Action perform(). - Original Message - From: Oleg V Alexeev [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Jonathan Asbell [EMAIL PROTECTED] Sent: Wednesday, June 13, 2001 3:33 PM Subject:

cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/logic IterateTag.java IterateTei.java

2001-06-13 Thread martinc
martinc 01/06/13 21:24:28 Modified:doc Tag: STRUTS_1_0_BRANCH struts-logic.xml src/share/org/apache/struts/taglib/logic Tag: STRUTS_1_0_BRANCH IterateTag.java IterateTei.java Log: Add a new attribute, 'indexId', which is used to expose

Re: Client/Server Side Validation for Struts 1.1

2001-06-13 Thread David Winterfeldt
I just saw the type conversion thread going on in the user list, but I've thought about this for a bit and you mentioned possibly modeling or taking code from an existing framework. How closely have you looked at Barracuda Ted? Some of what they do is interesting. I think we could make an

Re[4]: New BeanFactory build

2001-06-13 Thread Oleg V Alexeev
Hello Jonathan, Thursday, June 14, 2001, 8:23:00 AM, you wrote: JA Thanks Oleg. Can you give me a detsiled step-by-step from the point a form JA is submitted until the Action perform(). 1. Search for list of bean registraions by path (like search for action mapping) 2. If fine one and it

Re: Workflow Context

2001-06-13 Thread Jonathan Asbell
My group is thinking of 4 new scopes. 1) Workflow scope - last as long as the set of steps in a task you are completeing 2) our own HttpSession object 3) publication scope 4) publication group scope We are a publishing company with many reports and magazines - Original Message - From: