RE: Is anyone using tomcat 4.1.18 with nested tags?

2003-02-11 Thread David Morris
roperty and isNesting in the NestedWrite tag. I haven't spent time researching this either. David Morris >>> [EMAIL PROTECTED] 02/11/03 08:57AM >>> Jeff: I have seen your several posts in the last day or so but haven't commiserated since you had indicated haven&#

Re: Indexed Properties and Population

2003-01-16 Thread David Morris
ction package and is ListUtils.lazyList, which takes a List and factory. David Morris >>> [EMAIL PROTECTED] 01/16/03 02:31PM >>> I have an ArrayList on a form... let's call the form Parent and the ArrayList Children. If I have: private ArrayList children; public void setC

RE: Problems with nested tags

2003-01-09 Thread David Morris
check http://issues.apache.org/bugzilla/show_bug.cgi?id=15799 to see if this is a related problem. David Morris >>> [EMAIL PROTECTED] 01/09/03 09:45AM >>> OK, done. Thanks for that Sri. That seemed easy enough but now I am getting an error that says: javax.servlet.ServletEx

Problem reloading resources with Beta 3

2003-01-02 Thread David Morris
there was a change made to the way plugins initialize? Thanks, David Morris -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Self reference in optionsCollection

2002-11-21 Thread David Morris
How do you reference "this" in an optionsCollection (or any standard tag for that matter)? The nested tags support a special notation of ./ or this/, which doesn't appear to carry through to standard tags. Thanks, David Morris -- To unsubscribe, e-mail: <mailto:[EMA

RE: Dynamic Forms

2002-06-21 Thread David Morris
for updatable properties so on my form I declare that bean, which contains the ArrayList and has the actual getter and setter. If that bean is named someBean on the form, the nested:iterate tag property is actually something like property="someBean.dynValues". David Morris >>&g

Re: FW: Bean Usage - Collections

2002-06-20 Thread David Morris
bean (it can be convenient because then you have from and to values), one on the form and one associated with your action class. The name you specify on your html:text(?) tag would be the name you assign to the attribute you saved in the action class. David Morris >>> [EMAIL PROTECTE

RE: Dynamic Forms

2002-06-20 Thread David Morris
You would build the arrayList of dynProps each one having a value, name pair. David Morris >>> [EMAIL PROTECTED] 06/20/02 08:14AM >>> Hi, I have checked through almost the entire archive and encountered loads of articles covering dynamic forms, but all

Re: Nested iterate name

2002-06-04 Thread David Morris
support. Thanks, David Morris >>> [EMAIL PROTECTED] 06/04/02 03:09AM >>> David, You can wedge a tag within the form tag. The child tags to the root tag will only see the root tag, and those outside the scope of the root tag won't know it&#

Re: nested tag issue

2002-06-03 Thread David Morris
Dean, This is like the blind leading the blind. I wonder why you don't want to declare a form but something like this should work: David Morris >>> [EMAIL PROTECTED] 06/03/02 04:07PM >>> ...This works, where filter.do maps to the form

Nested iterate name

2002-06-03 Thread David Morris
this unless there is a way to get the request associated with a form bean. The following sort of thing does work so I have to question whether I am using the nested tags properly: ... How do I tell the nested:iterate tag to use the bean I specified rather than the form bean? Thanks,

Re: Validator Tag with Struts 1.1.b1

2002-05-17 Thread David Morris
the brute force form approach but validation still doesn't work. Would dynaforms help? Thanks, David Morris >>> [EMAIL PROTECTED] 05/17/02 07:52AM >>> David Morris wrote: >Validators, > >Any idea how I can use this with the 1.1 beta or do I need to use >ano

Validator Tag with with Struts 1.1.b1

2002-05-17 Thread David Morris
not define the tag and the validator tld uses the old package naming. Any idea how I can use this with the 1.1 beta or do I need to use another version? Also, can someone point me to a working example of validation with a 1.1 version of Struts? Thanks, David Morris -- To unsubscribe, e-mail

Re: Struts menu

2002-04-10 Thread David Morris
Scott, What is the feasibility of pulling roles from something like Tomcat? On the surface, it would be better to check the tomcat_users and web.xml files and filter out pages that the user is unauthorized to. Does your menu do this or would it be useful to you? David Morris >>&g

RE: Struts Validator Load Failure

2002-01-07 Thread David Morris
You might check that the commons jar files are in the same directory as struts.jar. I assume WEB-INF/lib. David Morris >>> [EMAIL PROTECTED] 01/07/02 05:34PM >>> Same problem as described using: RH Linux 7.2 07-jan Struts and Torque 06-Jan Tomcat 4 If someone comes

Class loader question

2002-01-07 Thread David Morris
. Thanks, David Morris -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: A suggestion for Product-quality Code

2002-01-07 Thread David Morris
e URL is: http://nagoya.apache.org/bugzilla/ David Morris >>> [EMAIL PROTECTED] 01/07/02 09:43AM >>> ...Specifically, some of the problems I have run into are: - If the ActionForm name is not defined in struts-config, silence - If the ActionForward string is not found, silence

RE: Is there a way to "call" a struts custom tag from your owncustom tag?

2001-11-30 Thread David Morris
your own tag. I still don't think this is real good practice, but it should work. David Morris >>> [EMAIL PROTECTED] 11/30/01 11:50AM >>> Thanks for your answer David. Again, maybe I was not clear in my original message, even though I thought I were. But I am really not tr

RE: Is there a way to "call" a struts custom tag from your owncustom tag?

2001-11-30 Thread David Morris
one tag changes enclosed tags. David Morris >>> [EMAIL PROTECTED] 11/30/01 10:05AM >>> Oh, well, maybe I wasn't clear in my question. I want to somehow "replace itself" by a set of struts tags. I don't think findAncestor would do it. Am I missing somethi

HTML form tag

2001-11-01 Thread David Morris
document. If it would help, I wouldn't mind adding the support to the tag. Thanks, David Morris -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Re: Using a HashMap for storing the FormBeans-Data

2001-10-25 Thread David Morris
part of the next release. This is probably not much help. I am not happy with this approach and was hoping that someone with a better overall understanding of Struts had worked through this. David Morris >>> [EMAIL PROTECTED] 10/25/01 02:04AM >>> Hi, is it possible to use a

Re: 24/7 availability

2001-10-24 Thread David Morris
and others with information about the product as it is produced. Without our data the plant is running blind but only a few operations run continuously during production. That is why we have the opportunity to take down a single application, just not all of them at once. David Morris

24/7 availability

2001-10-23 Thread David Morris
suggestions on where I might begin implementing this type of support? Thanks, David Morris

Generic selection forms

2001-10-23 Thread David Morris
for a report that spans more than a few pages? Thanks, David Morris

RE: Re : Struts in VAJ 3.53

2001-09-23 Thread David Morris
Harshal, This is really a VAJ question. You can choose to ignore these on the error screen. Right click and select filter problems -- exclude deprecated warnings.. David Morris >>> [EMAIL PROTECTED] 09/22/01 02:46PM >>> Also Iam seeing this a lot of this. Field initializati

RE: Re : Struts in VAJ 3.53

2001-09-23 Thread David Morris
difference between my development system that works and the one that doesn't). David Morris >>> [EMAIL PROTECTED] 09/22/01 02:46PM >>> Also Iam seeing this a lot of this. Field initialization: The type named FastHashMap is deprecated. Please Help. Thanks Harshal.

Re: adding an ActionError in the Action

2001-05-02 Thread David Morris
Andrew, Did you ever get an answer? What we found was that we could copy to the request scope and errors work fine. I then tried changing the doRequest for HttpError and it seems OK. David Morris >>> [EMAIL PROTECTED] 04/26/01 02:29AM >>> Hi, If I form valid