Future Struts evolution: look at elements of BEA Page Flows

2004-03-24 Thread Karr, David
Before I go any further, I'd like to say that I haven't had time to go over any of the proposed future architectural ideas for Struts going forward. Nevertheless, as I put on my flame-retardant gloves, I'd like to know if anyone thinking about this has examined the elements of the BEA Page Flow

RE: [VOTE] 1.2.0 Release Plan

2004-02-20 Thread Karr, David
Does this involve changing the file header comment to replace the existing license with the new license? That's something that I can relatively easily script in elisp macros. If someone can confirm that's all this is, and show me exactly what needs to change, I can get that done this weekend.

RE: Mavenising struts-el

2004-02-10 Thread Karr, David
The cactus test cases I had written for struts-el are probably out of date, and were written before the attempt to clean up and enhance the existing cactus tests with new strategies. I haven't dedicated time to rework them yet, partially because I didn't see a huge need for it. I believe I had

RE: Browser-specific attrs for html tags (was: [Bug 26795])

2004-02-09 Thread Karr, David
Simpler for who? If we assume hypothetically for a moment that it's reasonable to allow developers to specify custom attributes, then it's obviously easier for them to just specify the syntax which adds the custom attributes, as opposed to having them do the work of defining a subclass and

RE: cvs commit: jakarta-struts/contrib/struts-el/doc/userGuide struts-html-el.xml

2004-01-18 Thread Karr, David
It looks like this is the same change I committed last night. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sunday, January 18, 2004 5:15 AM To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-struts/contrib/struts-el/doc/userGuide struts-html-el.xml husted

RE: Struts EL Distro

2003-12-18 Thread Karr, David
I don't see a problem with removing the duplicate jars from the lib directory, but I disagree with distributing half-baked wars. I like the fact that users can deploy sample applications with little effort. I have some spare time next week, so I could look at paring out unnecessary jars from the

RE: 1.2.0 Resurrected

2003-11-25 Thread Karr, David
I'm going to need to check for any updates to the tag interfaces and move them to Struts-EL. I'll make sure that's done before this weekend. -Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] With the long weekend coming up, I was thinking of rolling up my sleeves

RE: EL evaluation performance...

2003-10-17 Thread Karr, David
-Original Message- From: Arron Bates [mailto:[EMAIL PROTECTED] Peoples (Dave?), Just curious as to how quickly the EL tag logic identifies that there is in fact stuff to evaluate? Any micro-benchmarks? Sorry, I don't know of any benchmarks for this. If there's no real

RE: Looking for thoughts on html:errors with indexed properties

2003-10-01 Thread Karr, David
-Original Message- From: James Turner [mailto:[EMAIL PROTECTED] Hi gang, Currently, the html:errors tag doesn't work well with indexed properties, because it looks for an exact match on the property name. So if you have an error in petFish[3].species, you need to have:

RE: Struts-el: Page Tag: Why?

2003-09-26 Thread Karr, David
-Original Message- From: Derek Richardson [mailto:[EMAIL PROTECTED] The bean:page tag is not one of the tags listed as not being ported into struts-el (http://jakarta.apache.org/struts/faqs/struts-el.html). This means that bean:page can do something struts-el cannot. Will

RE: [VOTE] Struts 1.1 Final Release

2003-06-26 Thread Karr, David
-Original Message- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 4:43 AM To: [EMAIL PROTECTED] Subject: [VOTE] Struts 1.1 Final Release Since no significant issues have arisen in response to Struts 1.1 RC2, I propose that we release the tip of the main

RE: Status check?

2003-06-06 Thread Karr, David
Perhaps a -target 1.2 option should be specified on our javac targets? I would guess the number of issues with down-compilation from 1.4 to 1.2 is very small, but if we have one in our code base, the compiler won't tell us about it. -Original Message- From: Hajratwala, Nayan (N.)

RE: Would a fix be useful

2003-04-01 Thread Karr, David
I would point out a couple things about this issue, however. If you inspect the code in Double.parseDouble() and Long.parseLong(), it becomes clear that a complete implementation of this is not trivial. Also note that the commons-lang project apparently addresses some of this, but I don't how

RE: select is missing a readonly attribute

2003-03-20 Thread Karr, David
The Struts tags support, either directly or indirectly, the attributes supported in the underlying HTML 4.01 specification. The HTML select tag doesn't specify a readonly attribute, so neither does Struts. -Original Message- From: Raible, Matt [mailto:[EMAIL PROTECTED] The

RE: Using tiles def in global forwards broken?

2003-03-05 Thread Karr, David
You said does not work. It would be a challenge for anyone to figure out what might be wrong if we don't know what happened. -Original Message- From: White, Joshua A (CASD, IT) [mailto:[EMAIL PROTECTED] Would you mind helping me out? Could you compare my information with yours?

RE: Should html:file tag have a value attribute?

2003-02-28 Thread Karr, David
Say what? What makes you think it's ignored? It doesn't appear to be ignored in Struts (handled in BaseFieldTag.doStartTag()). The HTML specification describes it, although another source (HTMLHelp) says that most browsers ignore it for security reasons. -Original Message- From:

RE: Should html:file tag have a value attribute?

2003-02-28 Thread Karr, David
- From: Karr, David [mailto:[EMAIL PROTECTED] Sent: Friday, February 28, 2003 1:58 PM To: Struts Developers List Subject: RE: Should html:file tag have a value attribute? There's definitely a CP error in the doc. The HTML specification says that the value of the value attribute MAY

RE: Short term plans

2003-02-28 Thread Karr, David
-Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED] My plans are to finish up html this weekend, and tiles, upload, and validator by the end of next week. After that I hope to get all the nested tags done between 3/15 and 3/22, then move on to the struts-el tags.

Investigating adding custom ant task to valid TLD attributes bean mappings

2003-02-27 Thread Karr, David
I don't like the fact that it's so easy to mess up my BeanInfo mapping in Struts-EL, as it's all validated at runtime through introspection. After 1.1 is released, I plan to do some minor rearrangement inside the BeanInfo classes and add a custom task to the build which uses a class I just wrote

RE: Investigating adding custom ant task to valid TLD attributes bean mappings

2003-02-27 Thread Karr, David
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED] On Thu, 27 Feb 2003, Karr, David wrote: From: Karr, David [EMAIL PROTECTED] I don't like the fact that it's so easy to mess up my BeanInfo mapping in Struts-EL, as it's all validated at runtime through

RE: committers attention - just a few moments...

2003-02-25 Thread Karr, David
Failing responses from people who are actually familiar with the nested tags and your changes, then I think you'll just have to use your own judgment. I had to make a similar decision recently wrt the Struts-EL tags. Test your changes as much as possible, and try to get some feedback from people

RE: New Tests

2003-02-12 Thread Karr, David
Interesting. I like this approach, but I think it's also useful to directly test the code by using mock objects. In my Struts-EL tests, I did a little more than what was in the existing base tests. I ended up setting header parameters for required attribute values, and I read the headers on

RE: DO NOT REPLY [Bug 16749] New: - Struts EL tag handlers cannot be reused by containers

2003-02-11 Thread Karr, David
That's ok. I can read my mail, from this account, at least. Unfortunately, that's all I can do. You'll still have to wait until Saturday for me to get anything to you. It would probably be best if I provided an entire Struts dsitribution built locally. I can probably make that available to

RE: Bug 16685

2003-02-07 Thread Karr, David
That would be 16885, I assume? -Original Message- From: James Turner [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 4:00 PM To: [EMAIL PROTECTED] Subject: Bug 16685 In reference to Ted's note on the latest release plan, Dr. Validator has looked at 16685 and it appears

RE: DO NOT REPLY [Bug 16749] - Struts EL tag handlers cannot be reused by containers

2003-02-04 Thread Karr, David
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] On Tue, 4 Feb 2003 [EMAIL PROTECTED] wrote: Struts EL tag handlers cannot be reused by containers It sounds like these tags definitely have a problem. There's been some recent discussion on TOMCAT-USER

RE: DO NOT REPLY [Bug 16749] - Struts EL tag handlers cannot be reused by containers

2003-02-04 Thread Karr, David
-Original Message- From: Wendy Smoak [mailto:[EMAIL PROTECTED]] David wrote: I'll also have to build a little test case that clearly demonstrates the symptom. Is this easily demonstratable in Tomcat? (Just a user lurking on the dev list here...) I have not seen this behavior

Plans for the upcoming 2/14 soft deadline?

2003-02-03 Thread Karr, David
What are anyone's intentions for the deadline I heard about for 2/14, for some step in the release cycle? I only ask this because I will be out of town from 2/9-2/14. I probably won't even be able to get to email, much less do any last minute changes for the release. I hope no tag attribute

RE: [PATCH] for 13279

2003-02-03 Thread Karr, David
His comment about the web page statement is valid, however. Is it an apache-wide policy to only use patches attached in bugzilla (despite what the page says), or is it inconsistent? If we (Struts) are varying from the convention, then perhaps we should have a little statement on the Struts page

RE: LogFactory.release(classloader)

2003-01-30 Thread Karr, David
This method was added to the commons-logging source in December, and it's not in a release yet, just in the nightly build. -Original Message- From: Mohan Kishore [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 30, 2003 3:16 PM To: [EMAIL PROTECTED] Subject:

RE: Action question

2003-01-24 Thread Karr, David
Wouldn't those properties be set on the ActionMapping object, not the Action? That should be created before the Action object. -Original Message- From: Travis Chase [mailto:[EMAIL PROTECTED]] Sent: Friday, January 24, 2003 1:56 PM To: Struts Developers List Subject: RE: Action question

Link to current bugs we're focusing on for 1.1rc1?

2003-01-22 Thread Karr, David
Could someone repost the link for the current list of bugs we're focusing on for 1.1rc1? I just subscribed on this address, and I can't find it in the archives. Has there been any activity posted this morning about when we're going to tag rc1? -- To unsubscribe, e-mail: mailto:[EMAIL

RE: options collection problem

2002-12-30 Thread Karr, David
The setter and getter for the noticeStatus property on your form bean are the key to this. The setter is used when you submit the form, and the getter is used to populate the selected item. It would be useful to set a breakpoint in your getter method, to first verify it is getting there, and

RE: options collection problem

2002-12-30 Thread Karr, David
-0800 Karr, David [EMAIL PROTECTED] wrote: The setter and getter for the noticeStatus property on your form bean are the key to this. The setter is used when you submit the form, and the getter is used to populate the selected item. It would be useful to set a breakpoint in your getter

RE: [OT] Re: Why are people are up on Struts

2002-12-13 Thread Karr, David
Many years ago, it took me about five minutes after starting to use Emacs with a PC keyboard that I had to get the Ctrl and CapsLock keys switched. It's much easier once you get that done. -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED]] On Fri, 13 Dec 2002, Eddie

nightly build still missing struts-el?

2002-12-12 Thread Karr, David
So does anyone know why the nightly build is still missing the struts-el distribution? It's been missing since about 12/8. Is there any place that I can look at the build output or configuration? -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

RE: nightly build still missing struts-el?

2002-12-12 Thread Karr, David
point to ${struts.home}/target/library. Karr, David wrote: So does anyone know why the nightly build is still missing the struts-el distribution? It's been missing since about 12/8. Is there any place that I can look at the build output or configuration? -- Eddie Bush

RE: Struts without taglib ?

2002-11-26 Thread Karr, David
Yes, you can use Struts without the tag library, and you can use CSS in JSP pages. The two things have no dependence on each other. Questions like these are better asked on the struts-user list. -Original Message- From: Rajendra Yadav [mailto:[EMAIL PROTECTED]] Thanks Andrew, So,

RE: Adding doc to user guide on indexed/mapped properties/tags

2002-11-25 Thread Karr, David
Acknowledged. I've finished writing what I was going to put into the user guide, but I'll move that to a howto section and replace it with a short paragraph in both the Model and View sections in the user guide which will just refer to the howto section. -Original Message- From: Ted

RE: Enhancement Request - add label and labelKey to form elements

2002-11-25 Thread Karr, David
It would be good to provide some sort of automated support for this component, but I don't see how we can possibly assume where the label component will be placed. Yes, it could be used for prototypes, but I'd rather not build a framework that people use to build throwaway code. The annoying

RE: Enhancement Request - add label and labelKey to form elements

2002-11-25 Thread Karr, David
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] I think a way to create label elements would be very useful. I just don't think we should embed it in the existing UI element tags (for the reasons that others have articulated. (I thought you tied labels

RE: Enhancement Request - add label and labelKey to form elements

2002-11-25 Thread Karr, David
This may not have any effect on the implementation, but also note that another legal form of the label component is to NOT specify a for attribute, but assume that the nested content is the component the label is for. It looks like the only way adding this tag could be of any benefit is if we

RE: Velocity vs. JSP: objective tests?

2002-11-22 Thread Karr, David
One thing that should be considered is not a technical issue. It's clear that the number of JSP developers is much larger than Velocity developers. That doesn't mean JSP is better than Velocity, but it means that people and training will be more portable when using JSP. Assuming that same

RE: html:html locale=true xhtml=true

2002-11-18 Thread Karr, David
I actually did notice that when I did the Struts-EL port. Unfortunately, I don't remember what I concluded about it. It's entirely possible I concluded something about meddling in the affairs of wizards and ignored it. -Original Message- From: Martin Cooper [mailto:[EMAIL PROTECTED]]

RE: [VOTE] How to implement XHMTL support

2002-11-13 Thread Karr, David
-Original Message- From: Craig R. McClanahan [mailto:craigmcc;apache.org] The presumption of storing the outer xhtml setting (independent of *how* you do so) is to let the included page automatically adapt to the outer page's choice - presumably, that lets you use the same

RE: [VOTE] How to implement XHMTL support

2002-11-13 Thread Karr, David
Neither am I. Absolutely correct naming is almost impossible, it's just a good goal. If you can't make it perfect, the documentation should take you the rest of the way. Make sure that the documentation for the html and xhtml tags refer to each other. A boilerplate comment about this in each

RE: Struts 1.0.2 + Xerces 2.2.0

2002-11-13 Thread Karr, David
This is not a bug. It's part of the XML specification. http://www.w3.org/TR/REC-xml#sec-comments -Original Message- From: Jeanfrancois Arcand [mailto:jfarcand;apache.org] we (the Tomcat dev team) are experiencing some problem with Struts 1.0.2 and Xerces 2.2.0 in Tomcat. When

RE: [VOTE] How to implement XHMTL support

2002-11-12 Thread Karr, David
Just so I understand, you're experimenting with making tags generated from a jsp:include be xhtml-compliant even if the original page wasn't specified as being xhtml-compliant? It seems to me that XHTML compliance is an attribute of an html element and its nested elements (including the

RE: Unclear semantics on form use for wizards

2002-11-11 Thread Karr, David
This may seem far out, but what if the reset functionality could be entirely specified in the form-bean element? For instance, the reset element could contain a set of elements named test, each of which would have attributes field and value. The test element would have field subelements,

RE: Unclear semantics on form use for wizards

2002-11-11 Thread Karr, David
From: Karr, David [EMAIL PROTECTED] This may seem far out, but what if the reset functionality could be entirely specified in the form-bean element? For instance, the reset element could contain a set of elements named test, each of which would have attributes field and value

RE: FW: Struts 1.0.2, Nested 1.0 and Standard Tags 1.0.2

2002-11-06 Thread Karr, David
I'll provide some information at the end. If you have any more questions about this, please ask on the struts-user list. -Original Message- From: edgar [mailto:edgar;blue-moose.net] Sent: Wednesday, November 06, 2002 8:20 AM My apologies for not posting more information. This was

Attribute lowsrc of html:img is non-compliant?

2002-11-01 Thread Karr, David
What is the lowsrc attribute of the html:img tag? Is that supposed to render a lower-precision version of the image? This attribute is not defined in the HTML 4.01 spec. I don't even find this in the description at http://www.htmlhelp.com which often lists some attributes that it states are

RE: Building Struts

2002-10-31 Thread Karr, David
-Original Message- From: David Graham [mailto:dgraham1980;hotmail.com] Sent: Thursday, October 31, 2002 9:42 AM This is my first time using Ant so I'm ignorant of all the details. I was thinking we could zip up a build environment with all the required jars in it and a

RE: Building Struts

2002-10-31 Thread Karr, David
-Original Message- From: Craig R. McClanahan [mailto:craigmcc;apache.org] Sent: Thursday, October 31, 2002 11:08 AM On Thu, 31 Oct 2002, Karr, David wrote: Date: Thu, 31 Oct 2002 10:11:38 -0800 From: Karr, David [EMAIL PROTECTED] Reply-To: Struts Developers List [EMAIL

RE: Accessing DynaActionForm objects in JSTL tags?

2002-10-30 Thread Karr, David
At end. -Original Message- From: Craig R. McClanahan [mailto:craigmcc;apache.org] Sent: Tuesday, October 29, 2002 11:44 PM David == David Karr Karr writes: David Presently JSTL tags can't easily access DynaActionForm objects. I haven't David used these much, but I

RE: [struts-el] HTML taglib

2002-10-24 Thread Karr, David
At end. -Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Thursday, October 24, 2002 8:21 AM David M. Karr wrote: Eddie == Eddie Bush [EMAIL PROTECTED] writes: Eddie Ok - you asked for it. Note that this error *only* arises if I try to use the

RE: Struts-EL - BUILD FAILED

2002-10-23 Thread Karr, David
/ jakarta-taglibs/ somethingElse/ they all share the same parent directory. Karr, David wrote: You don't really need to build the JSTL, just use the binary package. -- Eddie Bush -- To unsubscribe, e-mail: mailto:struts-dev-unsubscribe;jakarta.apache.org

RE: [struts-el] HTML taglib

2002-10-23 Thread Karr, David
Tell us what happened, Eddie. -Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Wednesday, October 23, 2002 1:41 PM To: Struts Developers List Subject: [struts-el] HTML taglib Is anyone else unable to compile JSPs which make use of the struts-html-el:html

RE: [BUGS] CheckboxTag with value property

2002-10-22 Thread Karr, David
-Original Message- From: Franco Caponi [mailto:franco.caponi;tin.it] Sent: Tuesday, October 22, 2002 12:12 PM There is a suspicious bug on the CheckboxTag. Infact i can specify a value that is rendered as attribute on the INPUT html tag, to overwrite the default on value. But

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread Karr, David
-Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Monday, October 21, 2002 10:55 AM To: Struts Developers List Subject: Struts-EL - BUILD FAILED The build script for struts-el seems to not be working for me. I'm fixing it right now. Anyone else experiencing

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread Karr, David
Solutions: 1. Comment out those 2 lines so as not to cause confusion. I guess that would make it so that the default build doesn't build struts-el. Craig was trying to ensure that it was built in the default build. I don't know whether this matters. 2. Leave them 'as is' and add comments

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread Karr, David
in Destination JAR for tag library, or are my properties maybe not configured well? The build went fine (for the standard taglib), but I sure have some odd directory names ... Karr, David wrote: -Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Monday, October 21

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread Karr, David
, but I'd think each of the taglibs would have more independent build scripts... Karr, David wrote: -Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Monday, October 21, 2002 10:55 AM To: Struts Developers List Subject: Struts-EL - BUILD FAILED The build script

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread Karr, David
-Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Monday, October 21, 2002 1:56 PM Karr, David wrote: Perhaps it might be useful to add checks in the build script for whether it finds a build.properties file, and emits a warning if it does not? It's

RE: Struts-EL - BUILD FAILED

2002-10-21 Thread Karr, David
-Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Monday, October 21, 2002 12:17 PM So far as testing: Wouldn't it be good of us to have a struts-test app which we could exercise things in? ... or struts-regressions? ... something we target our tests on

RE: Tiles Refactorings for 1.1 compatability

2002-10-18 Thread Karr, David
. -Original Message- From: Karr, David [mailto:david.karr;attws.com] Sent: Thursday, October 17, 2002 11:50 AM To: 'Struts Developers List' Subject: RE: Tiles Refactorings for 1.1 compatability -Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent

RE: Tiles Refactorings for 1.1 compatability

2002-10-18 Thread Karr, David
-Original Message- From: Byrne, Steven [mailto:sbyrne;dorado.com] Sent: Thursday, October 17, 2002 11:56 AM To: Struts Developers List Subject: RE: Tiles Refactorings for 1.1 compatability I was given to understand that Struts-el needed Servlet 2.3, and so that's why I suggested

RE: Tiles Refactorings for 1.1 compatability

2002-10-18 Thread Karr, David
-Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Thursday, October 17, 2002 11:29 AM To: Struts Developers List Subject: Re: Tiles Refactorings for 1.1 compatability Byrne, Steven wrote: Here's the draft roadmap that I wrote up. Struts 1.2 January 2003

RE: Tiles Refactorings for 1.1 compatability

2002-10-18 Thread Karr, David
-Original Message- From: Eddie Bush [mailto:ekbush;swbell.net] Sent: Thursday, October 17, 2002 9:10 AM To: Struts Developers List Subject: Re: Tiles Refactorings for 1.1 compatability Ted Husted wrote: I posted a starter version of the roadmap so we'd have something to patch

RE: Suggestions for placement of Struts-EL information in the user gu ide?

2002-10-18 Thread Karr, David
Ok, I'll proceed with writing those. Will there be a straightforward (even if somewhat messy) way for me to generate a link from these pages to the package descriptions for the base library? That is, in my html-el package description, I would like to see a link that would go directly to the

RE: Constructing Binary Distribution

2002-10-16 Thread Karr, David
Sorry if I missed one of your issues. I remember someone asking about whether the jstl.jar value had to be empty or nonexistent. I thought it was you. If you ensure that jstl.jar is not defined, it will not build the struts-el distribution. -Original Message- From: Robert Leland

RE: [VOTE] How should Tiles be refactored?

2002-10-16 Thread Karr, David
Could we have a ruling on this, please? As far as I can tell, it's still Thursday, in all parts of the world. ;) -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 3:14 PM To: Struts Developers List Subject: RE: [VOTE] How should

RE: [VOTE] How should Tiles be refactored?

2002-10-16 Thread Karr, David
Engineer/Struts Evangelist http://www.open-tools.org -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 16, 2002 6:18 PM To: 'Struts Developers List' Subject: RE: [VOTE] How should Tiles be refactored? Could we have a ruling

RE: [VOTE] How should Tiles be refactored?

2002-10-16 Thread Karr, David
- From: Karr, David [EMAIL PROTECTED] Oh. Sheesh, it's not even Thursday. -Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] You sure about that? ;) -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED

RE: LabelTag

2002-10-15 Thread Karr, David
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 10:32 AM To: Struts Developers List Subject: RE: LabelTag backwards compatibility in this way). The W3C spec for input is the about the worst example of a spec definition that

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/tiles UseAttributeTag.java

2002-10-07 Thread Karr, David
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Monday, October 07, 2002 8:44 AM To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/tiles UseAttributeTag.java Log: Correct a bug where the property id is

RE: Applying patches

2002-10-04 Thread Karr, David
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 9:24 AM To: Struts Developers List; [EMAIL PROTECTED] Subject: Re: Applying patches In addition, I want committers to start adding unit tests that will help avoid regressions

RE: Nested taglib with EL?

2002-10-04 Thread Karr, David
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 9:30 AM To: Struts Developers List Subject: Re: Nested taglib with EL? Personally, I'd suggest not trying to support partial references in the struts-el library similar to what

RE: cvs commit: jakarta-struts/contrib/struts-el build.xml

2002-10-02 Thread Karr, David
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 8:12 AM To: Struts Developers List Subject: Re: cvs commit: jakarta-struts/contrib/struts-el build.xml On 1 Oct 2002, David M. Karr wrote: Also, if Struts-EL is being

RE: Nested taglib with EL?

2002-10-02 Thread Karr, David
-Original Message- From: Brandon Goodin [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 10:39 AM To: Struts Developers List Subject: Nested taglib with EL? Does anyone know if the Nested taglib will implement el? If you mean whether it's covered in the Struts-EL

RE: Nested taglib with EL?

2002-10-02 Thread Karr, David
-Original Message- From: Eddie Bush [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 02, 2002 11:04 AM To: Struts Developers List Subject: Re: Nested taglib with EL? I don't believe it will - that functionality (as I recall David having said) is entirely replaced by the

RE: Struts-EL: Finished with copyright header and javadoc

2002-10-01 Thread Karr, David
-Original Message- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 01, 2002 10:36 AM To: Struts Developers List Subject: Re: Struts-EL: Finished with copyright header and javadoc Use the following command to pick up everything new that's checked in

RE: Unit testing taglibs?

2002-09-25 Thread Karr, David
-Original Message- From: Davor Cengija [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 12:34 AM To: Struts Developers List Subject: Unit testing taglibs? How to unit-test taglibs, possibly without servlet container? I'm writing wml-related taglib for struts and

RE: Struts-EL: Status and moving forward

2002-09-18 Thread Karr, David
-Original Message- From: V. Cekvenich [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 17, 2002 8:07 PM To: [EMAIL PROTECTED] Subject: Re: Struts-EL: Status and moving forward I think this is great that you did this and a great contribution.!!! I would like to test it in

RE: Figuring out which commons library versions to get source for

2002-08-15 Thread Karr, David
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 12:47 PM To: [EMAIL PROTECTED] Subject: RE: Figuring out which commons library versions to get source for In the CVS Repository viewable at cvs.apache.org you can notice

RE: Figuring out which commons library versions to get source for

2002-08-15 Thread Karr, David
-Original Message- From: James Mitchell [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 15, 2002 12:41 PM To: Struts Developers List Subject: RE: Figuring out which commons library versions to get source for Hey David, I don't remember what IDE you are using, but I use