RE: [VOTE] Convert RC2 to Beta 5

2003-06-08 Thread dhay
Go Martin!!! Martin Cooper [EMAIL PROTECTED] on 08/06/2003 08:25:53 PM Please respond to Struts Developers List [EMAIL PROTECTED] To:'Struts Developers List' [EMAIL PROTECTED] cc: Subject:RE: [VOTE] Convert RC2 to Beta 5 -Original Message- From: Martin Cooper

Re: upgrading to 1.1 nightly

2002-07-23 Thread dhay
Yep, saw that. To override that method, then, do I have to subclass both ActionServlet (to override getRequestProcessor()) and subclass RequestProcessor too? I thought all this made it easier to plug stuff in? ;-) Or am I missing something...? Cheers, David Craig R. McClanahan [EMAIL

Re: upgrading to 1.1 nightly

2002-07-23 Thread dhay
Cool. Where can I find documentation on the new format for struts-config.xml / controller info? Thanks, David Craig R. McClanahan [EMAIL PROTECTED] on 07/23/2002 04:51:19 PM Please respond to Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL

Re: upgrading to 1.1 nightly

2002-07-23 Thread dhay
Sorry - found struts-config dtd!!! Cheers, David David_Hay/Lex/Lexmark.LEXMARK@sweeper.lex.lexmark.com on 07/23/2002 06:07:52 PM Please respond to Struts Developers List [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark)

upgrading to 1.1 nightly

2002-07-18 Thread dhay
Hi. Am upgrading an app from 1.0 to 1.1 nightly build, and discovered that the following method which we were overriding no longer exists! Should we simply override process() now? /** * Ask the specified Action instance to handle this request. Return * the codeActionForward/code

Re: tabular radio buttons :(

2002-04-30 Thread dhay
Much better way is to stick everything in an ArrayList of beans which you iterate through. That way no logic-present tags - radio buttons will pick up values from underlying values. for update, you'll need either indexed tags or nested tags. cheers, Dave Chakradhar Tallam [EMAIL

Descriptions for indexed tags

2001-11-02 Thread dhay
Hi. Wanting to change the descriptions for the indexed tags in the docs to make things a little clearer. Propose the following: for tags which inherit from BaseInputTag: Valid only inside of logic:iterate tag. If true, the name of the html tag will be

Re: Unsubscribe me

2001-11-02 Thread dhay
read the bottom of your email! Gujral, Irvind [EMAIL PROTECTED] on 11/02/2001 03:23:50 PM Please respond to Struts Developers List [EMAIL PROTECTED] To: 'Struts Developers List' [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Unsubscribe me Unsubsribe

Re: [PATCH] nested iterates and the indexed attribute

2001-10-31 Thread dhay
Oops, finished the last note too quick... Does the patch work if the inner iterate only has a name and not a property? When I first looked at it ages ago, I ran into problems if the outer iterate returned a collection for each step which I then wanted to iterate over... (if that makes sense!)

Re: [PATCH] nested iterates and the indexed attribute

2001-10-31 Thread dhay
Hi Tom, apologies - I didn't read your initial note thoroughly enough - I thought you were submitting a patch to allow for nested iterates, not just fixing the problem of using an outer iterate param in the inner iterate. You can ignore my comments for that case! Have looked at your patch,

Re: how to make the textfield uneditable

2001-09-27 Thread dhay
add disabled=true. You should really post these type of questions to the user list Dave Lu, Jennifer [EMAIL PROTECTED] on 09/27/2001 04:54:25 PM Please respond to [EMAIL PROTECTED] To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: how to

RE: Indexed Tags (TextArea)

2001-09-05 Thread dhay
Oleg has just committed the necessary changes, so they should be in the build tomorrow. You should be able to add the files that were attached to a previous mail too the current nightly build src, and build it correctly though. Cheers, Dave Henry Mugasha [EMAIL PROTECTED] on 09/05/2001

Re: Submiting a form when selecting an option

2001-08-30 Thread dhay
You could do it with Javascript - on the select onchange method, call the form's submit(). Dave Rogerio Zamboim [EMAIL PROTECTED] on 08/30/2001 01:52:29 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Submiting a form when

Re: JSPTL-based tags question/proposal

2001-08-20 Thread dhay
Ted, Won't this necessitate that users are using a server that supports servlet 2.3? Or am I missing something? I know from the list that lots of us are using Tomcat 3.x rather than 4. Would we be forced to switch to 4? Cheers, Dave Ted Husted [EMAIL PROTECTED] on 08/19/2001 10:32:22

Problem running nightly build - org/xml/sax/helpers/DefaultHandler not found

2001-07-25 Thread dhay
Hi. I have just built and installed the nightly build from this am - jakarta-struts-src-20010725.zip - and am suddenly getting an error message on tomcat startup (3.3 m2): java.lang.reflect.InvocationTargetException: java.lang.NoClassDefFoundError: org/xml/sax/helpers/DefaultHandler Any

Re: Hot to get the iterated objects ?

2001-07-23 Thread dhay
Hi. Have added exception handling, as below, and sent new copy of tags to Oleg to commit. Cheers, Dave Ted Husted [EMAIL PROTECTED] on 07/23/2001 04:41:48 PM Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Re: Hot to get the

servlet-class specification in web.xml - '/' or '.' separator?

2001-07-18 Thread dhay
Hi everyone. Was wondering if anyone knows whether you should use a '/' or a '.' as the package separator in classes specified in web.xml? eg for my precompiled Jsp's: servlet servlet-name changeLogFileName /servlet-name servlet-class JspServ/changeLogFileName

Re: Struts v1.0.1

2001-07-16 Thread dhay
Is there someone that could commit the code I posted for the indexed tags (http://www.mail-archive.com/struts-dev%40jakarta.apache.org/msg02461.html)? Would be great to have them in the 1.01 release. Thanks, Dave Ted Husted [EMAIL PROTECTED] on 07/16/2001 08:11:27 AM Please respond to

Re: Struts v1.0.1

2001-07-16 Thread dhay
Hi Ted. If they are added to the 1.1 tree, will they make it into the nightly build? Would be great to have them in there so people don't have to keep copying them into the latest source and rebuilding. Cheers, Dave Ted Husted [EMAIL PROTECTED] on 07/16/2001 12:20:13 PM Please respond

Indexed tags to be committed...

2001-07-12 Thread dhay
PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Re[2]: Indexed tags - proposal to add changes Hello dhay, Link tag must build name of some parameter on base of index value or use it as separate parameter (I agree with you... 8) ) html:link

Re: Re[2]: Indexed tags - proposal to add changes

2001-07-10 Thread dhay
: David Hay/Lex/Lexmark) Subject: Re[2]: Indexed tags - proposal to add changes Hello dhay, Link tag must build name of some parameter on base of index value or use it as separate parameter (I agree with you... 8) ) html:link forward=news paramName=sell parampProperty=when paramId=whenSell

Re: Re[2]: Indexed tags - proposal to add changes

2001-07-09 Thread dhay
to [EMAIL PROTECTED]; Please respond to Oleg V Alexeev [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc:(bcc: David Hay/Lex/Lexmark) Subject: Re[2]: Indexed tags - proposal to add changes Hello dhay, Link tag must build name of some parameter on base of index value or use it as separate

Indexed tags - proposal to add changes

2001-07-06 Thread dhay
Hi everyone. I have been posting to the user list for some time now regarding creating indexed names within an iterate tag. From feedback from that list, this seems to be an important addition to the current tags. While looking to write my own additional tags which would do this (eg