Re: Struts2 jQuery Plugin - Logo

2009-07-27 Thread Obinna
I agree with Renee, Wes et al that having some kind of 'official' ajax plugin is almost a requirement for a serious UI framework as serious now. I've used ajax feature pretty heavily on the last 4 projects (all using struts) I've worked on. The first two using dojo, and the last two using a

Re: Struts2 jQuery Plugin - Logo

2009-07-27 Thread Johannes Geppert
I think also that a modern web framework like struts2 needs AJAX support. And every second struts2 user use the AJAX functionality of struts2 or code it with hand. When I take a look in the download history I feel confirmed that many users want AJAX functionality. I can also help to support and

Re: Struts2 jQuery Plugin - Logo

2009-07-27 Thread Ian Roughley
I haven't looked at the code for the jquery plugin yet, but I can offer some insight into the problems with the dojo integration. At the time of writing, dojo was the most mature framework out there. The problems we encountered was with JS programming model that dojo used as well as a strong

Re: ognl 2.7.3 performance

2009-07-27 Thread Musachy Barroso
showcase seems fine. Rainer, whenever you can, get us an xwork release :) musachy On Thu, Jul 23, 2009 at 10:57 AM, Musachy Barrosomusa...@gmail.com wrote: I am done with the changes in xwork. Whoever can give a hand testing what is in trunk, this is a good time to jump in :). If everything is

Xwork injecting

2009-07-27 Thread Lukasz Lenart
Hi, I'm working on two bugs regarding injecting custom TextProvider into XWork classes. The default TextProvider is defined in XWorkConfigurationProvider class, but when I tried to define my own bean in a xml config file, I've got exception: Caused by: Bean type interface

Re: Xwork injecting

2009-07-27 Thread Musachy Barroso
you can't define 2 beans with the same type and the same name (in this case empty by default). if you want to make it pluggable(that a word?) you first need to give it a name, like bean type=sometype class=mytextprovider name=mytextprovider / that will register the bean in the container (also

Re: Struts2 jQuery Plugin - Logo

2009-07-27 Thread Musachy Barroso
+1 for combining efforts. Eric, could you submit the topics stuff as a patch for Johannes' plugin? I would like for us to define some strategy for this, and don't let drag for months. Do we all agree that bringing this into the sandbox is a good idea then? musachy On Mon, Jul 27, 2009 at 12:00

Re: Struts2 jQuery Plugin - Logo

2009-07-27 Thread Rene Gielen
Musachy Barroso schrieb: +1 for combining efforts. Eric, could you submit the topics stuff as a patch for Johannes' plugin? I would like for us to define some strategy for this, and don't let drag for months. Do we all agree that bringing this into the sandbox is a good idea then? +1