RE: Is anyone using tomcat 4.1.18 with nested tags?

2003-02-11 Thread David Morris
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't read my posting (http://www.mail-archive.com/struts-user

Re: Indexed Properties and Population

2003-01-16 Thread David Morris
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 setChildren(int index, ChildForm

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.ServletException: No getter method

Problem reloading resources with Beta 3

2003-01-02 Thread David Morris
or if 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:[EMAIL PROTECTED

RE: Dynamic Forms

2002-06-20 Thread David Morris
the arrayList of dynProps each one having a value, name pair. nested:root name=yourBeanIfNotOnForm nested:iterate property=dynValues trtdnested:text property=value//td/tr /nested:iterate /nested:root David Morris [EMAIL PROTECTED] 06/20/02 08:14AM Hi, I have checked through almost

Re: FW: Bean Usage - Collections

2002-06-20 Thread David Morris
(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 PROTECTED] 06/20/02 10

Re: Nested iterate name

2002-06-04 Thread David Morris
? When I look at the NestedNameSupport class I get the impression that nested tag names sit off to the side and do not extend the base name support. Thanks, David Morris [EMAIL PROTECTED] 06/04/02 03:09AM David, You can wedge a nested:root tag within the form tag. The child tags to the root

Nested iterate name

2002-06-03 Thread David Morris
: html:form action=myform html:select property=mybeanproperty html:options name=mybean property=mybeanproperty.mybeanpropertyproperty ... How do I tell the nested:iterate tag to use the bean I specified rather than the form bean? Thanks, David Morris -- To unsubscribe, e-mail: mailto:[EMAIL

Re: nested tag issue

2002-06-03 Thread David Morris
/ /nested:iterate /nested:nest /nested:root David Morris [EMAIL PROTECTED] 06/03/02 04:07PM ...This works, where filter.do maps to the form that holds myCollection: html:form action=/filter.do nested:nest property=myCollection nested:iterate property=myCollection

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: Validator Tag with Struts 1.1.b1

2002-05-17 Thread David Morris
but couldn't get it to work with validation. Next I tried 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

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 [EMAIL

Re: A suggestion for Product-quality Code

2002-01-07 Thread David Morris
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 - If no app.properties found

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: 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 up with a working combination

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

2001-11-30 Thread David Morris
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 myTagLib:myTag / to somehow replace itself by a set of struts tags. I don't think findAncestor would do it. Am I missing something in your thoughts? Thanks

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

2001-11-30 Thread David Morris
of 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 trying to do nesting here. I am

HTML form tag

2001-11-01 Thread David Morris
on the 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
will be 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 HashMap to get and set

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 [EMAIL

Generic selection forms

2001-10-23 Thread David Morris
this for a report that spans more than a few pages? Thanks, 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

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. -Original Message- From