Re: Data loading problem in select tag using ajax in struts2

2009-07-24 Thread Dave Newton
Please ask this question on the struts-user mailing list. The struts-dev list is for the development of Struts itself. http://struts.apache.org/mail.html Thanks, Dave sam.raghav wrote: Dear all, I am new to struts. I have some code like this. registration.jsp -- registra

Re: avoiding synchronized in AnnotationActionValidatorManager

2009-07-24 Thread Musachy Barroso
Patch here(this one works), because I am haven't finished my PhD in Math yet, so I am having a hard time working with Crucible: Index: core/src/main/java/com/opensymphony/xwork2/validator/AnnotationActionValidatorManager.java === ---

Re: Struts2 jQuery Plugin - Logo

2009-07-24 Thread Musachy Barroso
A while back we said that we would remove the "ajax built in" from the feature list if we didn't find a replacement for the Dojo tags. Some work was done on a jquery plugin by Wes, and I think I dropped 1 line of code somewhere, but is hasn't got far, but we do want simple ajax tags to replace the

Data loading problem in select tag using ajax in struts2

2009-07-24 Thread sam.raghav
Dear all, I am new to struts. I have some code like this. registration.jsp -- registrationInput.jsp struts.xml -- /registrationInput.jsp /registrationInput.jsp Problem is on validating registrationInput.jsp and coming back to registrationInput.jsp I

RE: Struts2 jQuery Plugin - Logo

2009-07-24 Thread Al Sutton
As one of the original backers of the ajax-library neutral approach I think it's a noble goal that didn't pan out in reality. It's been several months since the discussion about that took place and theres' been little if any movement in getting it done, and given that ajax components are now pr

Re: Struts2 jQuery Plugin - Logo

2009-07-24 Thread Martin Cooper
Whoa. Before we go rushing off gung ho to include this as part of Struts itself, shall we re-discuss the topic that, right now, applies to this plugin just as much as to the Dojo tags? I mean, of course, the fact that we specifically decided that we didn't want to support a specific AJAX library a

Re: avoiding synchronized in AnnotationActionValidatorManager

2009-07-24 Thread Wes Wannemacher
I had to go through the registration process a while ago for another code review Musachy posted. To be honest though, I don't know if you have a my.atlassian.com account if it would work... -Wes On Fri, Jul 24, 2009 at 2:18 PM, Rene Gielen wrote: > Hmm, how can I authenticate to Fisheye and Cruci

Re: Struts2 jQuery Plugin - Logo

2009-07-24 Thread Wes Wannemacher
The CLA is available here - http://apache.org/licenses/icla.txt It is an agreement that you are granting the Apache foundation the use of your intellectual property as it pertains to source code contributions. You should read through it and make sure that you are comfortable with the conditions l

Re: Struts2 jQuery Plugin - Logo

2009-07-24 Thread Rene Gielen
We were so excited about your plugin that we forgot to kindly ask if you would not mind us integrating it into Struts 2. Thanks for giving this positive feedback _before_ we asked ;-) CLA = Contributor License Agreements See http://www.apache.org/licenses/ - René Johannes Geppert schrieb: I

Re: Struts2 jQuery Plugin - Logo

2009-07-24 Thread Johannes Geppert
I have no problem when this code will be integrated into struts2. But maybe someone with good skills in Struts2 and in JavaScript should take a look at the sources. Because this is my first struts2 plugin. What means "fill out the CLA" ? I don't know what the CLA is. Musachy Barroso wrote: >

Re: avoiding synchronized in AnnotationActionValidatorManager

2009-07-24 Thread Rene Gielen
Hmm, how can I authenticate to Fisheye and Crucible? Musachy Barroso schrieb: nothing like sending an email to find the answer. That whole thing is broken. musachy On Fri, Jul 24, 2009 at 10:32 AM, Musachy Barroso wrote: I changed the synchronized implementation of AnnotationActionValidatorMa

Re: avoiding synchronized in AnnotationActionValidatorManager

2009-07-24 Thread Musachy Barroso
nothing like sending an email to find the answer. That whole thing is broken. musachy On Fri, Jul 24, 2009 at 10:32 AM, Musachy Barroso wrote: > I changed the synchronized implementation of > AnnotationActionValidatorManager.getValidators to use java concurrent > API, I could use some code review

avoiding synchronized in AnnotationActionValidatorManager

2009-07-24 Thread Musachy Barroso
I changed the synchronized implementation of AnnotationActionValidatorManager.getValidators to use java concurrent API, I could use some code review on this one: http://fisheye6.atlassian.com/cru/DEMO-32 musachy -- "Hey you! Would you help me to carry the stone?" Pink Floyd ---

Re: Struts2 jQuery Plugin - Logo

2009-07-24 Thread Musachy Barroso
true. I get very excited about killing dead code (looking at you dojo tags) musachy On Fri, Jul 24, 2009 at 9:57 AM, Wes Wannemacher wrote: > For a contribution this size, we should probably have Johannes fill > out the CLA. Although, I haven't seen his opinion on the matter. If > Johannes wants

Re: Struts2 jQuery Plugin - Logo

2009-07-24 Thread Wes Wannemacher
For a contribution this size, we should probably have Johannes fill out the CLA. Although, I haven't seen his opinion on the matter. If Johannes wants to let us absorb it, I volunteer now to start working on the tests. -Wes On Fri, Jul 24, 2009 at 12:04 PM, Musachy Barroso wrote: > That looks exc

Re: Struts2 jQuery Plugin - Logo

2009-07-24 Thread Musachy Barroso
That looks excellent, great work. I am big +1 for bringing this in. About what Wes said, if there is only one author and the license is ASL 2, it shouldn't be hard to bring it it (zip it and attach code to jira?). For the unit tests I am also big +1 for selenium tests. musachy On Fri, Jul 24, 200

Re: Struts2 jQuery Plugin - Logo

2009-07-24 Thread Wes Wannemacher
I'd rather consider trying to bring this into the main struts distro. I didn't look at the code, but if other devs are interested in this route, we have to consider the following - IP Clearance Our testing policy I think we can handle the IP clearance, as long as we know it's a step we'd have to

Re: Struts2 jQuery Plugin - Logo

2009-07-24 Thread Johannes Geppert
Rene Gielen wrote: > > Brilliant work! I would love to see this integrated in S2 distribution, > if possible. Did you already setup a maven repo location for it? If not, > let me know if you need help to add a repo space to your google code svn > area. > I'am glad that you like the plugin. I do

Re: Struts2 jQuery Plugin - Logo

2009-07-24 Thread Frans Thamura
+1 Cool work --Original Message-- From: Rene Gielen To: Struts Developers List ReplyTo: Struts Developers List Subject: Re: Struts2 jQuery Plugin - Logo Sent: Jul 24, 2009 19:42 Brilliant work! I would love to see this integrated in S2 distribution, if possible. Did you already setup a m

Re: Struts2 jQuery Plugin - Logo

2009-07-24 Thread Rene Gielen
Brilliant work! I would love to see this integrated in S2 distribution, if possible. Did you already setup a maven repo location for it? If not, let me know if you need help to add a repo space to your google code svn area. Day one of the death of the dojo tags :) - René Johannes Geppert schrieb

RE: Struts2 jQuery Plugin - Logo

2009-07-24 Thread Al Sutton
I'd make this a candidate for inclusion in the main release, it could certainly go a long way to replacing the current ajax tags. Al. -- * Written an Android App? - List it at http://andappstore.com/ * == Funky Android Limited is registered in England & Wales with the company number  6741

Re: Struts2 jQuery Plugin - Logo

2009-07-24 Thread Philip Luppens
On Fri, Jul 24, 2009 at 1:39 PM, Johannes Geppert wrote: > > Hello, > > today I release the Version 1.0 of the Struts2 jQuery Plugin see > http://code.google.com/p/struts2-jquery/ > > or Showcase > http://www.weinfreund.de/struts2-jquery-showcase/index.action ... damn, that looks excellent. Phil

Struts2 jQuery Plugin - Logo

2009-07-24 Thread Johannes Geppert
Hello, today I release the Version 1.0 of the Struts2 jQuery Plugin see http://code.google.com/p/struts2-jquery/ or Showcase http://www.weinfreund.de/struts2-jquery-showcase/index.action Now I'm think about to create a Logo for this Plugin as a combination of the Struts2 Logo and the jQuery Log