Re: The Forrest Option

2003-10-01 Thread Chris Gastin
not make the build process this awful process. I think everyone would agree with that. Chris Gastin - Original Message - From: David Graham [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 8:51 AM Subject: Re: The Forrest Option --- Ted Husted

Re: Build improvements (was Re: The Forrest Option)

2003-10-01 Thread Chris Gastin
Don: I don't know much about Forrest, but I am starting to read up on it, where possible. I am willing to throw some muscle work your way, just let me know what I can do. Chris Gastin - Original Message - From: Don Brown [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED

Where are tld files in CVS tree

2003-09-30 Thread Chris Gastin
Where in the CVS tree is the struts-html.tld file that needs to be modified when adding attributes to a tag. Thanks, Chris Gastin

Re: DO NOT REPLY [Bug 14183] - html:img does not support forward attribute

2003-09-30 Thread Chris Gastin
other than taglib are working fine, and passing. I am going mess with it later tonight, and see what I can figure out. Chris Gastin - Original Message - From: James Mitchell [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 8:56 PM Subject: Re

Dependancies a wonderful thing

2003-09-29 Thread Chris Gastin
in with the enhancement with Bug #14183, and resolve Bug #23462 as INVALID Does it matter, which option I pick, and what do you guys prefer as a good practice for this type of mistake in the future. I apologize for any confusion. Please advise. Thanks, Chris Gastin

Re: cvs commit: jakarta-struts/web/test/test/org/apache/struts/taglib/html TestErrorsTag1.jsp TestErrorsTag2.jsp

2003-09-29 Thread Chris Gastin
test that works,so I can determine if it my local environment or or the tests which are blowing up. I am not to familiar with Cactus, and its setup. Thanks, Chris Gastin - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 29, 2003 7:49 PM Subject

Find a Forward Path with a Forward Name

2003-09-27 Thread Chris Gastin
); ForwardConfig forwardConfig = config.findForwardConfig(forwardName); String path = forwardConfig.getPath(); First, Can I get a forward from the ModuleConfig? If yes am I accessing it correctly? If no then how can I find a forward value based on the name? Chris Gastin

Re: Find a Forward Path with a Forward Name

2003-09-27 Thread Chris Gastin
Nevermind I just realized I was trying to get it out of the reqeust rather than the ServletContext. Oooops! - Original Message - From: Chris Gastin [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Saturday, September 27, 2003 1:29 AM Subject: Find a Forward Path

Bugzilla Item #14183

2003-09-27 Thread Chris Gastin
quite understand the implementation of the action attribute. Could some explain to me the expectation, so I can code up action as well. Thanks, Chris Gastin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Off topic

2003-09-27 Thread Chris Gastin
I keep seeing IMHO in many posts. What does IMHO mean? Chris Gastin

Re: Bugzilla Item #14183

2003-09-27 Thread Chris Gastin
Thanks Ted! Originally I was thinking I would modify the ImgTag.src() method to add action, and forward, but after you pointed me to LinkTag as an example I see that it is calling TagUtil.computeURL(). Should I just refactor TagUtil.computeURL() to handle src too. Chris Gastin - Original

TagUtils is a Singleton

2003-09-27 Thread Chris Gastin
I was just curious why the TagUtils class is a Singleton? Thanks, Chris Gastin

Re: How can I extend a Struts tag?

2003-09-25 Thread Chris Gastin
David, You could extend org.apache.struts.taglib.html.TextTag. Add datechooser atribute to your new class. Override the doStartTag() method. In the new doStartTag method first call super.doStartTag() so you maintan the current functionality then put any specific code for adding the datechooser .

Re: Editable Fields V/S Static Text

2003-09-25 Thread Chris Gastin
are requesting. I am willing contribute to this effort. I did not realize there were so many bugs for the taglibs, which some of you pointed out. I will see if I can help out. I will check out bugzilla, and try to contribute in that area. Chris Gastin - Original Message - From: David Graham [EMAIL

Re: Editable Fields V/S Static Text

2003-09-25 Thread Chris Gastin
Rob: I am not an contributer, but I am a young developer. I am willing to step up and support these abilities in the struts tags Chris Gastin - Original Message - From: Robert Leland [EMAIL PROTECTED] To: Struts Developers List [EMAIL PROTECTED] Sent: Thursday, September 25, 2003 9:43 PM

TODO and deprecated calls

2003-09-25 Thread Chris Gastin
of this busy work. Chris Gastin

Editable Fields V/S Static Text

2003-09-24 Thread Chris Gastin
idea, and if the answer is yes, what is the next step. Chris Gastin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]