Re: Struts2 JQuery plugin failed on Strut2 + Tiles + Hibernate project

2017-02-13 Thread Dave Newton
On Mon, Feb 13, 2017 at 11:24 AM, THAN_HVFC wrote: > org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter > - org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter -- e: davelnew...@gmail.com m: 908-380-8699 s: davelnewton_skype t: @dave_newton

RE: struts2 jquery plugin

2013-07-13 Thread Martin Gainty
HTML 101 the href tag is a String literal which must be enclosed by double quotes e.g. http://www.OutsourcingToAliens.com";> Viel Gluck Martin __ Verzicht und Vertraulichkeitanmerkung Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgeseh

RE: Struts2-jQuery plugin

2012-11-24 Thread Martin Gainty
s email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Thu, 22 Nov 2012 12:34:09 +0100 > Subject: Re: Struts2-jQuery plugin > From: sr.ilus...@gmail.com > To: zo...@sparecreative.com > CC: user@strut

Re: Struts2-jQuery plugin

2012-11-22 Thread lucas owen
Hi Zoran I don't need to use the plugin, simple jQuery is good as long as it works Could you please show your code? Thanks. 2012/11/22 Zoran Avtarovski > Hi Lucas, > > I don't use the plugin as I find using jQuery without a plugin to be > simple enough. > > I suspect that if you look at the

Re: Struts2-jQuery plugin

2012-11-21 Thread Zoran Avtarovski
Hi Lucas, I don't use the plugin as I find using jQuery without a plugin to be simple enough. I suspect that if you look at the generated javascript in your searchResult.jsp page the jQuery binding will be waiting for a document ready trigger which isn't fired for ajax requests. The way I get ar

Re: Struts2-jQuery plugin

2012-11-21 Thread lucas owen
no no, sj:select is working perfectly in index.jsp but not in searchResults.jsp (it's the same code) why? 2012/11/20 Martin Gainty > > Lukasz > i assume this is what you are referring to: > href="%{remoteurl}" > id="echo" > name="echo" > list="languageList" >

RE: Struts2-jQuery plugin

2012-11-20 Thread Martin Gainty
Lukasz i assume this is what you are referring to: you will need to populate the remoteurl variable with a url tag that defines a 'registered' action e.g. does this help? Martin __ Jogi és Bizalmassági kinyilatkoztatás/Verzicht und Vertraulichkeitan

Re: struts2-jquery-plugin: form submit returns twice the submit and textfield

2012-02-29 Thread Mounir Benzid
Hi Dave, targets="formResult" in is unnecessary in my case. Simply removing it solved the problem. Thanks! - Mounir Am 29.02.2012 00:50, schrieb Dave Newton: You update the div with the same jsp as the form, so you're adding the page to itself. d. (pardon brevity and typos, on cell) On F

Re: struts2-jquery-plugin: form submit returns twice the submit and textfield

2012-02-28 Thread Dave Newton
You update the div with the same jsp as the form, so you're adding the page to itself. d. (pardon brevity and typos, on cell) On Feb 28, 2012 6:44 PM, "Mounir Benzid" wrote: > Here's a simple enough example of how to use the tag available in > the struts2-jquery plugin (v 3.2.1) > http://www.w

Re: struts2 jquery plugin requirements

2012-02-09 Thread Johannes Geppert
You need Struts2 Version 2.1.x or higher. Best Regards Johannes - web: http://www.jgeppert.com twitter: http://twitter.com/jogep -- View this message in context: http://struts.1045723.n5.nabble.com/struts2-jquery-plugin-requirements-tp5469048p5470213.html Sent from the Struts - User mailing

Re: [Struts2-jQuery-plugin]Model dialog autoclose

2011-09-26 Thread hailiang
hi,Johannes your suggest helps a lot,but it does not fully fulfil our goal. Through your method,the content in the dialog can be fade out.but the dialog title and overlay is unchanged .just like the image below: http://struts.1045723.n5.nabble.com/file/n4843969/%E5%9B%BE%E5

Re: [Struts2-jQuery-plugin]Model dialog autoclose

2011-09-26 Thread Johannes Geppert
With same simple jQuery functions you can fade out the dialog. You should simple place this lines in an onOpenTopics. See http://code.google.com/p/struts2-jquery/wiki/DialogTag#Topics Johannes - web: http://www.jgeppe

Re: Struts2 jQuery Plugin Issue on Websphere 6.1

2011-01-26 Thread satyanarayana katta
My bad. Realized it's not an issue with showcase example but with convention plugin on websphere 6.1. Sent from my iPhone On Jan 25, 2011, at 7:51 PM, satyanarayana katta wrote: > Hi, > > I was trying the Struts2 jQuery Plugin(struts2-jquery-showcase-2.5.1) > showcase example on Websphere 6.

RE: struts2-jquery-plugin ThemeRoller (part deux)

2009-06-08 Thread Martin Gainty
e: Mon, 8 Jun 2009 13:34:57 -0700 > Subject: Re: struts2-jquery-plugin ThemeRoller (part deux) > From: musa...@gmail.com > To: user@struts.apache.org > > the jquery list would be the place to ask. > > musachy > > On Mon, Jun 8, 2009 at 11:58 AM, Martin Gainty wrote:

Re: struts2-jquery-plugin ThemeRoller (part deux)

2009-06-08 Thread Musachy Barroso
the jquery list would be the place to ask. musachy On Mon, Jun 8, 2009 at 11:58 AM, Martin Gainty wrote: > > trying to get some information on JQuery themeroller > here is the main page for JQuery themeroller > type="text/javascript" src="js/jquery-ui-1.7.2.custom.min.js"> >                    

Re: Struts2 + JQuery Plugin

2009-03-23 Thread dusty
There should be a rule: "If you can't write it by hand, then you shouldn't use a tag to automate it." This goes triple for Javascript. Once things start emitting Javascript, if you don't know what they are doing and why, you are headed for trouble. Look at the Dojo questions in the mailing li

Re: Struts2 + JQuery Plugin

2009-03-20 Thread Wes Wannemacher
On Fri, Mar 20, 2009 at 11:16 AM, Hemal Shah wrote: > When I am ready to help out what's best way to get in touch with you ? > By sending email in user list or dev list ? > Yes, and posting issues and patches into JIRA - https://issues.apache.org/struts/secure/Dashboard.jspa -- Wes Wannemache

Re: Struts2 + JQuery Plugin

2009-03-20 Thread Hemal Shah
Thanks Wes and Dave for your inputs. I will try plugin from sandbox. I would love to contribute once my current work load comes back to normal. When I am ready to help out what's best way to get in touch with you ? By sending email in user list or dev list ? Thanks, Hemal Shah On Fri, Mar 20, 20

Re: Struts2 + JQuery Plugin

2009-03-20 Thread Dave Newton
Hemal Shah wrote: Hi, I want to use JQuery with Struts 2. I did search and found jQuery plugin at http://code.google.com/p/s2jquery Don't use that one--it's not going to be developed and I'll remove it from Google Code. We (where I worked) ended up using straight JavaScript with jQuery. The

Re: Struts2 + JQuery Plugin

2009-03-19 Thread Wes Wannemacher
On Thursday 19 March 2009 18:32:52 Hemal Shah wrote: > Hi, > I want to use JQuery with Struts 2. > I did search and found jQuery plugin at http://code.google.com/p/s2jquery > > Is anyone aware about other jQuery plugins? > Could anyone please recommend me which jQuery plugin I should use? > > Thank