RE: [PROPOSAL] Deprecate or remove Dojo plugin

2008-07-21 Thread Karr, David
> -Original Message- > From: Musachy Barroso [mailto:[EMAIL PROTECTED] > Sent: Monday, July 21, 2008 10:36 AM > To: Struts Developers List > Subject: [PROPOSAL] Deprecate or remove Dojo plugin > > With all the problems/questions and time that the ajax tags > have caused, and not having a

RE: Dojo plugin update using 1.1.0 framework

2008-04-05 Thread Karr, David
> -Original Message- > From: Jeromy Evans [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 05, 2008 5:56 PM > To: Struts Developers List > Subject: Re: Dojo plugin update using 1.1.0 framework > > > I've concluded that tag libraries for rich client framework > like these no longer warr

RE: Dojo plugin update using 1.1.0 framework

2008-04-05 Thread Karr, David
> -Original Message- > From: Al Sutton [mailto:[EMAIL PROTECTED] > Sent: Saturday, April 05, 2008 12:44 AM > To: Struts Developers List > Subject: Re: Dojo plugin update using 1.1.0 framework > > All of the bits are left in place so that the source can be > re-integrated as easily as pos

RE: Dojo plugin update using 1.1.0 framework

2008-04-04 Thread Karr, David
Is it appropriate at this point to submit a bug for this, and provide a patch for your changes? > -Original Message- > From: Al Sutton [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 01, 2008 11:18 PM > To: dev@struts.apache.org > Subject: Dojo plugin update using 1.1.0 framework > >

RE: Problem with Struts-html.tld when deployed on weblogic

2006-08-03 Thread Karr, David
Ask this on the struts-user list (sorry if I missed it there). > -Original Message- > From: user123 [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 03, 2006 12:35 PM > To: dev@struts.apache.org > Subject: Problem with Struts-html.tld when deployed on weblogic > > I have a struts fram

RE: svn commit: r154023 - struts/el/trunk/src/share/org/apache/strutsel/taglib/bean/ELIncludeTag.java

2005-02-17 Thread Karr, David
es Mitchell [mailto:[EMAIL PROTECTED] > > It's just one of many things Eclipse is yelling at me. Look at > IncludeTag.setName(), it's simply doing this.page = name in > the setter. Am > I wrong to change this? > > ----- Original Message - > From: &qu

RE: svn commit: r154023 - struts/el/trunk/src/share/org/apache/strutsel/taglib/bean/ELIncludeTag.java

2005-02-16 Thread Karr, David
Could you clarify this a bit? You now have two different attributes, "name" and "page", that both will be setting the "page" attribute in the superclass. Is that what you intend to happen? > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > URL: http://svn.apac

RE: Struts 1.2.2 Dead in the Water?

2004-09-01 Thread Karr, David
Yes, you're right. I missed that when I changed the others before. Niall has already fixed this in CVS (6 hours ago). > -Original Message- > From: Kunal Parikh [mailto:[EMAIL PROTECTED] > Sent: Wednesday, September 01, 2004 12:15 AM > To: Struts Developers List > Subject: Re: Struts 1.2.

RE: [VOTE] Struts 1.2.1 Alpha, Beta, or GA? (was Re: Struts 1.2.1 release)

2004-07-24 Thread Karr, David
27;t find org.apache.cactus.ant.RunServerTestsTask > > I gave up after that - I have tested the new "acceptCharset" > attribute with an el expression in a web app and it worked fine. > > > Niall > > - Original Message - > From: "Karr, David

RE: [VOTE] Struts 1.2.1 Alpha, Beta, or GA? (was Re: Struts 1.2.1 release)

2004-07-23 Thread Karr, David
David, > > If you're busy I could do that now - as I should have > originally :(. Let me know > > Niall > > ----- Original Message - > From: "Karr, David" <[EMAIL PROTECTED]> > > If Niall's change to FormTag is in this release, I'

RE: [VOTE] Struts 1.2.1 Alpha, Beta, or GA? (was Re: Struts 1.2.1 release)

2004-07-23 Thread Karr, David
If Niall's change to FormTag is in this release, I'll have to make sure I update ELFormTag before the code is tagged. Otherwise, I'm +1 on 1.2.2. > -Original Message- > From: Ted Husted [mailto:[EMAIL PROTECTED] > Sent: Friday, July 23, 2004 6:34 AM > To: Struts Developers List > Subject

RE: cvs commit: jakarta-struts/src/share/org/apache/struts/taglib/html FormTag.java

2004-07-22 Thread Karr, David
I'll add this to Struts-EL in the next day or so, unless you want to tackle that yourself. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 21, 2004 2:02 PM > To: [EMAIL PROTECTED] > Subject: cvs commit: > jakarta-struts/src/share/org/apach

RE: [OT] Cygwin

2004-07-10 Thread Karr, David
There are occasionally some issues with it that make it inconvenient for novice users, but I couldn't live without it. I can't imagine how people get real work done without it (unless they don't use Windows). > -Original Message- > From: Michael McGrady [mailto:[EMAIL PROTECTED] > > I a

RE: struts-el tags bean info implementation

2004-04-09 Thread Karr, David
> -Original Message- > From: Derek Scherger [mailto:[EMAIL PROTECTED] > > Karr, David wrote: > > The reason I implemented it this way is because in many > cases, the JSP > > attribute type in the base class was not String. However > in JSP 1.2, > >

RE: struts-el tags bean info implementation

2004-04-08 Thread Karr, David
The reason I implemented it this way is because in many cases, the JSP attribute type in the base class was not String. However in JSP 1.2, the EL expressions are Strings, so the BeanInfo for the JSP tag class has to associate the attributes with String properties. I then made the setter method f