[s2] 2.1.3 is 34% complete...keep it up

2008-06-20 Thread Don Brown
The Great Struts Bug Hunt is progressing nicely, with 50 issues closed already. Don't be shy and join in the efforts to close out the remaining 95 issues. Any help, from attaching fixes, to creating repeatable test cases, to just adding in your 2 cents on the issue is appreciated. I put the

Re: [s2] 2.1.3 is 34% complete...keep it up

2008-06-20 Thread Musachy Barroso
So many dojo issues... musachy On Fri, Jun 20, 2008 at 10:36 AM, Don Brown [EMAIL PROTECTED] wrote: The Great Struts Bug Hunt is progressing nicely, with 50 issues closed already. Don't be shy and join in the efforts to close out the remaining 95 issues. Any help, from attaching fixes, to

RE: [s2] 2.1.3 is 34% complete...keep it up

2008-06-20 Thread Relph,Brian
I do not think the jira sign-up page supports Firefox 3 ... I tried probably 20 times to entire the captcha, with no luck ... I got it the first time in ie6, so I do not think it was just me ... Brian Relph -Original Message- From: Musachy Barroso [mailto:[EMAIL PROTECTED] Sent:

Re: [s2] 2.1.3 is 34% complete...keep it up

2008-06-20 Thread Martin Cooper
On Fri, Jun 20, 2008 at 7:36 AM, Don Brown [EMAIL PROTECTED] wrote: The Great Struts Bug Hunt is progressing nicely, with 50 issues closed already. Don't be shy and join in the efforts to close out the remaining 95 issues. Any help, from attaching fixes, to creating repeatable test cases,

Re: [s2] 2.1.3 is 34% complete...keep it up

2008-06-20 Thread Al Sutton
whisperDeprecate the dojo plugin and allow users to work directly with any ajax framework/whisper Musachy Barroso wrote: So many dojo issues... musachy On Fri, Jun 20, 2008 at 10:36 AM, Don Brown [EMAIL PROTECTED] wrote: The Great Struts Bug Hunt is progressing nicely, with 50 issues

Re: [s2] 2.1.3 is 34% complete...keep it up

2008-06-20 Thread Musachy Barroso
I have to confess I have gone over Dojo's 1.x documentation 3 times already, to start porting the plugin, and I quit every time. loser / musachy On Fri, Jun 20, 2008 at 11:47 AM, Al Sutton [EMAIL PROTECTED] wrote: whisperDeprecate the dojo plugin and allow users to work directly with any ajax

Re: [s2] 2.1.3 is 34% complete...keep it up

2008-06-20 Thread Al Sutton
Should that be Dojo is a beast? It is friday isn't it :). Al. James Holmes wrote: +2 Dojo is a best. I'm all for something lighter like jQuery, Prototype, etc. On Fri, Jun 20, 2008 at 11:47 AM, Al Sutton [EMAIL PROTECTED] wrote: whisperDeprecate the dojo plugin and allow users to work

Re: [s2] 2.1.3 is 34% complete...keep it up

2008-06-20 Thread James Holmes
Yes, beast is what I was going for. Google mail needs auto spell and grammar checking instead of requiring you to manually invoke it... On Fri, Jun 20, 2008 at 11:56 AM, Al Sutton [EMAIL PROTECTED] wrote: Should that be Dojo is a beast? It is friday isn't it :). Al. James Holmes wrote:

Re: [s2] 2.1.3 is 34% complete...keep it up

2008-06-20 Thread James Holmes
Don, we can close out WW-2132 once you have some time to up the Struts Annotations dependency. http://issues.apache.org/struts/browse/WW-2132 On Fri, Jun 20, 2008 at 10:36 AM, Don Brown [EMAIL PROTECTED] wrote: The Great Struts Bug Hunt is progressing nicely, with 50 issues closed already.

Re: [s2] 2.1.3 is 34% complete...keep it up

2008-06-20 Thread Frank W. Zammetti
James Holmes wrote: +2 Dojo is a best. I'm all for something lighter like jQuery, Prototype, etc. Dojo is a best? Did you mean Dojo is a beast, Dojo is a bust or Dojo is the best? *Slightly* different meanings there :) At least between the first two and the last one - LOL Frank On

Re: [s2] 2.1.3 is 34% complete...keep it up

2008-06-20 Thread James Holmes
Beast On Fri, Jun 20, 2008 at 12:05 PM, Frank W. Zammetti [EMAIL PROTECTED] wrote: James Holmes wrote: +2 Dojo is a best. I'm all for something lighter like jQuery, Prototype, etc. Dojo is a best? Did you mean Dojo is a beast, Dojo is a bust or Dojo is the best? *Slightly* different

Re: [s2] 2.1.3 is 34% complete...keep it up

2008-06-20 Thread Musachy Barroso
BTW thank you guys for the push to get the build out. musachy On Fri, Jun 20, 2008 at 12:26 PM, James Holmes [EMAIL PROTECTED] wrote: Beast On Fri, Jun 20, 2008 at 12:05 PM, Frank W. Zammetti [EMAIL PROTECTED] wrote: James Holmes wrote: +2 Dojo is a best. I'm all for something lighter

Re: [s2] 2.1.3 is 34% complete...keep it up

2008-06-20 Thread Don Brown
Cool, done. Don On Sat, Jun 21, 2008 at 2:05 AM, James Holmes [EMAIL PROTECTED] wrote: Don, we can close out WW-2132 once you have some time to up the Struts Annotations dependency. http://issues.apache.org/struts/browse/WW-2132 On Fri, Jun 20, 2008 at 10:36 AM, Don Brown [EMAIL PROTECTED]

Tiles Conventions

2008-06-20 Thread Jeromy Evans
Is there any interest in a Tiles Convention? ie. a Tile found by the TilesResult based on the package and name of the action. The problem I'm trying to solve is that with ajax html results (page fragments) a TilesResult can easily: - substitute a Tile based on the theme; and/or -

RESTful form tags

2008-06-20 Thread Jeromy Evans
Is there any interest in creating restful form tags? I've created variations of the s:form tag (create, destroy, index, update) that simply and/or enforce the restful conventions. Basically, the action attribute of s:form is removed and replaced with a resourceURI attribute that understands

Re: RESTful form tags

2008-06-20 Thread Musachy Barroso
I like it. So far I have found it easier to just start new ideas in googlecode (or elsewhere), and then just propose to bring them in later. Or you can always use the sandbox. musachy On Fri, Jun 20, 2008 at 10:19 PM, Jeromy Evans [EMAIL PROTECTED] wrote: Is there any interest in creating

Autocompleter tags fail if s:file .. is added (struts 2.0.11.1)

2008-06-20 Thread Struts Two
I posted this problem on the user mailing list and I got no replies and I was wondering if this is bug or not (though I have found a workaround). I  have a page with a few autocompleter inputs (theme ajax) and some other form input fields. Everything works fine till I add an extra file input

Re: [S2] trunk build broken since last fix (again)

2008-06-20 Thread Jeromy Evans
Anyone know how to work-around this? It's caused by the updated annotation processor: http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-851 http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-852 [INFO]

Re: [S2] trunk build broken since last fix (again)

2008-06-20 Thread Don Brown
Fixed. Missing ?string in the template. Don On Sat, Jun 21, 2008 at 2:03 PM, Jeromy Evans [EMAIL PROTECTED] wrote: Anyone know how to work-around this? It's caused by the updated annotation processor: http://opensource.bamboo.atlassian.com/browse/STRUTS-MAIN-851

Re: RESTful form tags

2008-06-20 Thread Don Brown
Why not put them in the rest plugin? Don On Sat, Jun 21, 2008 at 12:19 PM, Jeromy Evans [EMAIL PROTECTED] wrote: Is there any interest in creating restful form tags? I've created variations of the s:form tag (create, destroy, index, update) that simply and/or enforce the restful conventions.

Re: RESTful form tags

2008-06-20 Thread Jeromy Evans
Don Brown wrote: Why not put them in the rest plugin? Well... I thought we planning on moving the S2 tag support out of core into a tags-plugin eventually. Including tags in the rest-plugin will complicate that issue further, won't it? UIBean does come with a lot of coupling baggage.

Re: RESTful form tags

2008-06-20 Thread Don Brown
Well, my current thought is we should wait to move tags out until we have a decent replacement. Otherwise, it does users no good and just confuses things. However, you could split the rest plugin into two artifacts - struts2-rest-plugin and struts2-rest-tags We are doing something similar with