Re: struts 2 ajax choice

2013-05-14 Thread NIJO GEORGE
Use DWR(Direct Web Remoting) for easy ajax implementation from Struts2 NIJO GEORGE P Follow me on Twitter Add me as Friend View my Profile on LinkedIn +918089699703 On 14 May 2013 0

Re: struts 2 ajax choice

2013-05-14 Thread Ken McWilliams
ail > peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > > > Date: Mon, 13 May 2013 15:07:01 -0700 > > From: sh_thorn_b...@yahoo.com > > Subject: Re: struts 2 ajax choice

RE: struts 2 ajax choice

2013-05-14 Thread Martin Gainty
accepter aucune responsabilité pour le contenu fourni. > Date: Mon, 13 May 2013 15:07:01 -0700 > From: sh_thorn_b...@yahoo.com > Subject: Re: struts 2 ajax choice > To: davelnew...@gmail.com; user@struts.apache.org > > Dave, > > so, as your experience, which one u r

Re: struts 2 ajax choice

2013-05-13 Thread john lee
Dave, so, as your experience, which one u recommend to use? JSON or S2Jquery? thanks in advance john  From: Dave Newton To: Struts Users Mailing List Cc: john lee Sent: Monday, May 13, 2013 5:03 PM Subject: Re: struts 2 ajax choice On Mon

Re: struts 2 ajax choice

2013-05-13 Thread Mike Hao
Hi Dave, Thank you so much for your quick response and your explanations. Regards, Mike On Mon, May 13, 2013 at 6:03 PM, Dave Newton wrote: > On Mon, May 13, 2013 at 5:56 PM, Mike Hao wrote: > > > Will the S2 jQuery plugin provide the similar functions as S2 dojo > plugin? > > > > The docs a

Re: struts 2 ajax choice

2013-05-13 Thread Dave Newton
On Mon, May 13, 2013 at 5:56 PM, Mike Hao wrote: > Will the S2 jQuery plugin provide the similar functions as S2 dojo plugin? > The docs and examples are available on the site I linked to. > Is S2 jQuery plugin maintained by Struts 2 team? The S2 jQuery plugin I linked to is an independent p

Re: struts 2 ajax choice

2013-05-13 Thread Mike Hao
> > > > > > From: Paul Benedict > > To: Struts Users Mailing List ; john lee < > > sh_thorn_b...@yahoo.com> > > Sent: Monday, May 13, 2013 4:43 PM > > Subject: Re: struts 2 ajax choice > > > > > > Plea

Re: struts 2 ajax choice

2013-05-13 Thread Dave Newton
rn_b...@yahoo.com> > Sent: Monday, May 13, 2013 4:43 PM > Subject: Re: struts 2 ajax choice > > > Please note the Dojo plugin is deprecated. > > > On Mon, May 13, 2013 at 4:42 PM, john lee wrote: > > > > > > > from the document, > > > > > >

Re: struts 2 ajax choice

2013-05-13 Thread john lee
So, JSON is the only choice ? thanks john From: Paul Benedict To: Struts Users Mailing List ; john lee Sent: Monday, May 13, 2013 4:43 PM Subject: Re: struts 2 ajax choice Please note the Dojo plugin is deprecated. On Mon, May 13, 2013 at 4:42 PM

Re: struts 2 ajax choice

2013-05-13 Thread Paul Benedict
Please note the Dojo plugin is deprecated. On Mon, May 13, 2013 at 4:42 PM, john lee wrote: > > > from the document, > > > Struts 2 support both DoJo plugin and JSON plugin, > > > which one is easy to plugin and use? > > > which one is more powerful? > > thanks in advance > > john

Re: Struts 2 AJAX error

2010-09-13 Thread Dave Newton
I do; in S2.1+ is different than in S2.0; please read the documentation regarding the Dojo Ajax plugin. (Which is deprecated, by the way.) Dave On Mon, Sep 13, 2010 at 11:42 AM, Arpan wrote: > Hi All, > > I am getting the following error while using ajax theme in struts tag: > > org.apache.jasp

Re: Struts 2 AJAX grid

2010-03-24 Thread srinivas1977
Hi Evans, I am working on Struts 2 Ajax Grid. I am getting the results using Ajax but could not able to display it in Grid. Grid is simple with sorting and pagination but no inline editining. The grid should be displayed inside Struts 2 Tabbed Panel. I am not what to use for the Grid inside the

Re: Struts 2 Ajax DateTime Picker compatibility with FireFox 3

2008-10-01 Thread matt.payne
Don't use it (or dojo). Some of the jquery date/time pickers are far better anyway. Matt Abhinav Sharma wrote: > > I am using inbuilt struts 2 ajax date time picker for my web application. > It works fine with FireFox 2 but I face issues with rendering of these > controls in FireFox 3. Fire

Re: Struts 2 Ajax DateTime Picker compatibility with FireFox 3

2008-10-01 Thread Abhinav Sharma
Thanks Gabriel, It seems to be the Ajax theme issue . I did try to use the fix suggested but It doesn't work for me. But is there any other fix available to resolve the issue. Gabriel Belingueres-2 wrote: > > I had no issues using the datetimepicker with FF3. Maybe your problems > are related w

Re: Struts 2 Ajax DateTime Picker compatibility with FireFox 3

2008-09-30 Thread Gabriel Belingueres
I had no issues using the datetimepicker with FF3. Maybe your problems are related with the following post: http://dojotoolkit.org/forum/dojo-0-4-x-legacy/dojo-0-4-x-support/firefox-3-and-struts-2-theme-ajax-render-issues 2008/9/30 Abhinav Sharma <[EMAIL PROTECTED]>: > > I am using inbuilt struts

Re: Struts 2 AJAX

2008-08-07 Thread stanlick
Thanks Dave. Like Struts 1, I think Struts 2 tags that are not required by the core framework are largely be ing passed over in favor of JSTL. It is easier to use tags that are stable, standard and well documented and duplicate tags that do effectively the same thing are confusing. StrutsRequest

Re: Struts 2 AJAX

2008-08-06 Thread Dave Newton
--- On Wed, 8/6/08, [EMAIL PROTECTED] wrote: > On Tue, Aug 5, 2008 at 7:45 PM, Dave Newton wrote: > > --- On Tue, 8/5/08, [EMAIL PROTECTED] wrote: > > > Is Struts 2.1.x still bound to DOJO? > > S2[.1] Ajax/Dojo is a plugin. > Is any other js library compatible to be "plugged" in? To the existing t

Re: Struts 2 AJAX

2008-08-06 Thread stanlick
Is any other js library compatible to be "plugged" in? On Tue, Aug 5, 2008 at 7:45 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- On Tue, 8/5/08, [EMAIL PROTECTED] wrote: > > Is Struts 2.1.x still bound to DOJO? > > S2 Ajax/Dojo is a plugin. > > Dave > > > --

Re: Struts 2 AJAX

2008-08-05 Thread Piero Sartini
> Is Struts 2.1.x still bound to DOJO? It isn't - DOJO is available as a plugin since 2.1.x But there is no possibility to use the AJAX theme without DOJO right now. There was an interesting discussion at struts-devel: -> http://www.nabble.com/-PROPOSAL--Deprecate-or-remove-Dojo-plugin-td1857370

Re: Struts 2 AJAX

2008-08-05 Thread Dave Newton
--- On Tue, 8/5/08, [EMAIL PROTECTED] wrote: > Is Struts 2.1.x still bound to DOJO? S2 Ajax/Dojo is a plugin. Dave - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts 2 Ajax DEBUG: widget ID collision on ID: xxx Problem!?

2008-07-15 Thread netslow
I have the same problem. And, as I think, it causes the following error: "WARNING: Parameters: Invalid chunk ignored". I have a lot of files, and I won't post them for now. Any ideas? Noob2k8 wrote: > > Hi, > > ive got a small problem with a simple Ajax example. > > My whole app is too big s

Re: Struts 2 + Ajax and Back Button

2008-07-07 Thread matt.payne
Just give in and use (jquery syntax)) $("#back").click(function(event) { window.location.href='forgot.action'; }) where cree wrote: > > Hello All, > > I am attempting to resolv

Re: Struts 2 + Ajax and Back Button

2008-07-07 Thread cree
Hello again everyone, I guess I would like to give an update on my struts 2 and ajax integration. I appreciate everyone's responses as they have helped a lot to resolve my problem with ajax and the back button. My seemingly last problem I have has to do with IE (no surprise). I have implemen

Re: Struts 2 + Ajax and Back Button

2008-07-01 Thread duschhaube
Hi, I use dojo 1.1 and struts-dojo-tags at the same time and it works. her you find the documentation. http://dojotoolkit.org/book/book-dojo/part-3-javascript-programming-dojo-and-dijit/multiple-versions-dojo-page cree schrieb: Hello All, I am attempting to resolve the ajax back button pro

Re: Struts 2 + Ajax and Back Button

2008-06-30 Thread cree
Owen Berry wrote: > > Dojo 0.4 back button support: > > http://dojotoolkit.org/book/dojo-book-0-4/part-7-utilities/back-button-and-bookmarking > > What version of Dojo is included with Struts 2.0.11? Is it 0.4? > > >From my readings it supported 0.4.x, dave mentioned possibly 0.4.5. Thank

Re: Struts 2 + Ajax and Back Button

2008-06-30 Thread Owen Berry
Dojo 0.4 back button support: http://dojotoolkit.org/book/dojo-book-0-4/part-7-utilities/back-button-and-bookmarking What version of Dojo is included with Struts 2.0.11? Is it 0.4? On Mon, Jun 30, 2008 at 2:15 PM, cree <[EMAIL PROTECTED]> wrote: > > Thank you all for your replies. > > I guess at

Re: Struts 2 + Ajax and Back Button

2008-06-30 Thread cree
Thank you all for your replies. I guess at this point I would ask if there is any back button fix at all under struts 2? Or should I go with: Musachy Barroso wrote: > > Just to confirm what Dave said, do not mix Dojo versions. If you need > Dojo 1.x, you are better off not using the s2 ajax t

Re: Struts 2 + Ajax and Back Button

2008-06-30 Thread Musachy Barroso
Just to confirm what Dave said, do not mix Dojo versions. If you need Dojo 1.x, you are better off not using the s2 ajax tags at all. musachy On Mon, Jun 30, 2008 at 1:23 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- On Mon, 6/30/08, cree <[EMAIL PROTECTED]> wrote: >> I guess in short I am loo

Re: Struts 2 + Ajax and Back Button

2008-06-30 Thread Dave Newton
--- On Mon, 6/30/08, cree <[EMAIL PROTECTED]> wrote: > I guess in short I am looking to see if there is any way > that I can utilize the back.js in the other jsp or throughout > the two jsp's or if there is support in struts 2.0.11's dojo toolkit. S2 currently uses Dojo 0.4.3 (give or take). I'd

Re: Struts 2 AJAX editable grid

2008-04-21 Thread Jeromy Evans
tom tom wrote: Hi, They both look good, As I stated, I am looking for a one with Select box inside, none of them contains a select box inside the grid It does. Column 4: State http://developer.yahoo.com/yui/examples/datatable/dt_cellediting.html YUI allows you to create customer cell for

Re: Struts 2 AJAX editable grid

2008-04-21 Thread tom tom
Hi, They both look good, As I stated, I am looking for a one with Select box inside, none of them contains a select box inside the grid Thanks --- Jeromy Evans <[EMAIL PROTECTED]> wrote: > I use YUI. > Have a look at Satyam's demo of the editable > datagrid to see if it's > suitable: > http:

Re: Struts 2 AJAX editable grid

2008-04-20 Thread Jeromy Evans
I use YUI. Have a look at Satyam's demo of the editable datagrid to see if it's suitable: http://www.satyam.com.ar/yui/DataGrid.html It supports client-side and server-side pagination and sorting: http://developer.yahoo.com/yui/datatable/ tom tom wrote: Thanks I will have a look, Lot of grids

Re: Struts 2 AJAX editable grid

2008-04-20 Thread tom tom
Thanks I will have a look, Lot of grids got the limitation to have combo boxes in the Grid, If any such Grid someone knows that will be great, we are looking for a such a grid with Sorting and Pagination features. Has anyone enhanced the ftl to share with us. Thanks --- Jeromy Evans <[EMAIL P

Re: Struts 2 AJAX editable grid

2008-04-20 Thread Jeromy Evans
tom tom wrote: Hi, What exactly the benefits of moving from struts 2.0.6 to 2.0.11. Mainly important bugfixes and security fixes. There are few new features. 2.0.x -> 2.1 provides better ajax tags and new plugins. As far as the Ajax support is concerned, we do have a requirement to have

Re: struts 2 ajax how to

2008-03-26 Thread Piero Sartini
Am Mittwoch, 26. März 2008 14:35:26 schrieb Daniel: > Hello, > What is the best solution to integrate struts 2 and ajax? What libraries? DOJO is shipped with Struts2 - but my impression is that most people do use other frameworks like jQuery or prototype, writing their AJAX code by hand. I will

RE: struts 2 ajax how to

2008-03-26 Thread Deepak Kumar
HI, Dojo comes with struts 2. You can use dojo in your struts 2 applications. Please learn it from http://www.roseindia.net/struts/struts2/struts2ajax/index.shtml Thanks -Original Message- From: Daniel [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2008 7:05 PM To: user@struts.ap

Re: Struts 2 / AJax : Ajax with Freemarker examples

2006-11-29 Thread Musachy Barroso
i wrote: I have the luxury of using any/current versions. Ask? I asked here... ====== Subject: Re: Struts 2 / AJax : Ajax with Freemarker examples From: Musachy Barroso <[EMAIL PROTECTED]> Date: Tue, 28 Nov 2006 09:55:26 -0500 To: Struts Users Mailing List What version are you using?

Re: Struts 2 / AJax : Ajax with Freemarker examples

2006-11-28 Thread Musachy Barroso
What version are you using? It doesn't seem to be much documentation about struts + ajax, but feel free to ask. There is a video and an slide presentation here: http://cwiki.apache.org/S2WIKI/articles-and-press.html, but I think the video link is broken. musachy hanasaki wrote: Anyone have