Re: Session error while loading an object

2010-07-14 Thread Ernesto Reinaldo Barreiro
Just the same problem: BasicDataSource is not serializable. Ernesto On Wed, Jul 14, 2010 at 11:15 AM, abhishek jain wrote: > 2010/7/14 Paweł Wielgus > >> Hi all, >> You get this error every time when tomcat tries to save someone's >> session and object of class com.cart.Customer is in it. >> Li

Re: Problem with jquery plugin

2009-12-15 Thread Ernesto Reinaldo Barreiro
I'm using jqGrid this way http://code.google.com/p/antilia-struts/wiki/SearchPage Regards, Ernesto On Tue, Dec 15, 2009 at 8:57 PM, Oscar wrote: > Hi to all, i was exploring the jquery plugin of struts 2 because i read > that you can do

Re: How to display a table (data grid) using Struts2 - Is there a tag?

2009-12-10 Thread Ernesto Reinaldo Barreiro
Nice work! I also have integrated jqGrid into a struts taglib http://code.google.com/p/antilia-struts but have followed a different approach. Configuration is done at the server side... http://code.google.com/p/antilia-struts/wiki/SearchPage Best, Ernesto On Thu, Dec 10, 2009 at 6:51 PM, Joha

Re: how to use ajax displaytag?

2009-11-12 Thread Ernesto Reinaldo Barreiro
Recently I just created a wrapper for jqgrid... Maybe it can be of some help to you http://code.google.com/p/antilia-struts/wiki/DemoApplication http://code.google.com/p/antilia-struts/wiki/SearchPage Ernesto On Thu, Nov 12, 2009 at 10:29

http://code.google.com/p/antilia-struts/

2009-10-21 Thread Ernesto Reinaldo Barreiro
Hi All, A few days ago I asked the list for implementation of RIA applications in struts2 and which components could be used. Someone, pointed me to http://www.trirand.com/jqgrid/jqgrid.html and mentioned there wasn't a tag integrating this GRID into struts2. So, I decided to give it a try an cre

Re: How to submit a form without a page refresh

2009-10-21 Thread Ernesto Reinaldo Barreiro
Just on way to do it! http://www.weinfreund.de/struts2-jquery-showcase/index.action See Ajax Form tab Bes

Re: Wondering that Struts2 is getting die?

2009-09-30 Thread Ernesto Reinaldo Barreiro
Why not volunteer to help maintain them:-) It is opensource... Just follow the list and you will see it is still very alive. Ernesto On Wed, Sep 30, 2009 at 1:12 PM, karaatli wrote: > > Hi all, > Due to out of date struts wiki page, confllunece page & others relating to > struts2 I am questionin

Re: AJAX issues in struts 2.1.6

2009-09-03 Thread Ernesto Reinaldo Barreiro
I have no idea... This seems to be an entirely different thing form the original post... But I'm new to struts2 so don't take my word for granted. By the way, FilterDispatcher is deprecated. What I use in my toy application is: struts2 org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndEx

Re: AJAX issues in struts 2.1.6

2009-09-03 Thread Ernesto Reinaldo Barreiro
Maybe just ? Or if you don't want JS to be cached? Best, Ernesto On Thu, Sep 3, 2009 at 10:27 AM, calintz wrote: > > Hello everyone, i need help here~ > > these are my jar files > struts2-dojo-plugin-2.1.6 > struts2-core-2.1.6 > ---

Re: Table(grids)

2009-09-02 Thread Ernesto Reinaldo Barreiro
After a similar question I asked a few days ago... I decided to create a tag-library and some utility classes that will make it easy integrate jqgrid into struts2 applications... I already have something working but it is far from finished (see http://code.google.com/p/antilia-struts/) and I'll b

Re: [OT] Re: example of rich internet applications (RIAs) using struts 2

2009-08-27 Thread Ernesto Reinaldo Barreiro
Hi, I'm new to this list so I don't know how is who... but it was clear for me from the beginning that Martin answers had no relation with my original e-mail (that's why I didn't answer his first e-mail and only answered to the second to be polite)... If you guys think someone is abusing the list b

Re: example of rich internet applications (RIAs) using struts 2

2009-08-26 Thread Ernesto Reinaldo Barreiro
:-) On Wed, Aug 26, 2009 at 3:29 PM, Wes Wannemacher wrote: > On Wed, Aug 26, 2009 at 9:27 AM, Ernesto Reinaldo > Barreiro wrote: > > Hi Martin, > > Sorry but I do not understand your questions... > > > > On Wed, Aug 26, 2009 at 2:44 PM, Martin Gainty > wrot

Re: example of rich internet applications (RIAs) using struts 2

2009-08-26 Thread Ernesto Reinaldo Barreiro
Hi Martin, Sorry but I do not understand your questions... On Wed, Aug 26, 2009 at 2:44 PM, Martin Gainty wrote: > > does the builtin communication bypass XMLHttpRequest? > if so which events do you support? > What do you mean by this? Is this referring to Wicket AJAX support? > > this is goo

Re: example of rich internet applications (RIAs) using struts 2

2009-08-26 Thread Ernesto Reinaldo Barreiro
Hi Erik, Comments inlined. > There's usually a trade-off between simplicity and out-of-the-box > functionality and flexibility (how open to extensibility and > customization). > Where you opt for on this spectrum should depend a lot on the > sophistication > of your development team. If your tea

Re: example of rich internet applications (RIAs) using struts 2

2009-08-26 Thread Ernesto Reinaldo Barreiro
lity (it's somehting i've been > planning to check out), so please explain what you mean by 'what they offer > in terms of functionality and producivity'. Do you mean the list of > available components/widgets? I can't speak for the struts team but my > feeling i

Re: example of rich internet applications (RIAs) using struts 2

2009-08-26 Thread Ernesto Reinaldo Barreiro
mean the list of > available components/widgets? I can't speak for the struts team but my > feeling is that the goals of struts and wicket are quite different and that > should really effect your choice. > > Hope this helps. > > -Eric > > > > 2009/8/25 Ernesto

Re: example of rich internet applications (RIAs) using struts 2

2009-08-25 Thread Ernesto Reinaldo Barreiro
Hi Obinna, Thanks for your answer... I have seen and tried both the dojo plugin and the struts2-jquery-plugin in an small showcase application I have built just to summarize (for internal use) what is available for struts2 But to be sincere I'm not very impressed about what they offer in terms

example of rich internet applications (RIAs) using struts 2

2009-08-25 Thread Ernesto Reinaldo Barreiro
Hi, I have been trying to find references to enterpise WEB applications, or Rich Internet Applications, out there using struts2 but I have found no references on struts 2 web site or in this mailing list. My apologies if this information is available somewhere on the strust2 site or this list and