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:

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. a href=http://www.OutsourcingToAliens.com; img src=PictureOfMonkeyTypingOnKeyboard.jpg alt=PictureOfMonkeyTypingOnKeyboard.jpg / /a Viel Gluck Martin __ Verzicht

RE: Struts2-jQuery plugin

2012-11-24 Thread Martin Gainty
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@struts.apache.org Hi Zoran I don't need to use the plugin

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 zo...@sparecreative.com Hi Lucas, I don't use the plugin as I find using jQuery without a plugin to be simple enough. I suspect that

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 mgai...@hotmail.com Lukasz i assume this is what you are referring to: sj:select href=%{remoteurl} id=echo name=echo

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

RE: Struts2-jQuery plugin

2012-11-20 Thread Martin Gainty
Lukasz i assume this is what you are referring to: sj:select href=%{remoteurl} id=echo name=echo list=languageList emptyOption=true headerKey=-1 headerValue=Please Select a Language/ you will need to populate the remoteurl variable with a

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

2012-02-29 Thread Mounir Benzid
Hi Dave, targets=formResult in s:aj 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)

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 m...@meetingmasters.de wrote: Here's a simple enough example of how to use the sj:a tag available in the struts2-jquery plugin

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

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 lt;sj:dialog id=quot;myDialogquot; ... onOpenTopics=quot;closeMyDialogquot; .../gt; Johannes -

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:

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 saty.pra...@gmail.com wrote: Hi, I was trying the Struts2 jQuery Plugin(struts2-jquery-showcase-2.5.1) showcase

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 Gaintymgai...@hotmail.com wrote: trying to get some information on JQuery themeroller here is the main page for JQuery themeroller script type=text/javascript

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

2009-06-08 Thread Martin Gainty
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 Gaintymgai...@hotmail.com wrote: trying to get some information on JQuery

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

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,

Re: Struts2 + JQuery Plugin

2009-03-20 Thread Wes Wannemacher
On Fri, Mar 20, 2009 at 11:16 AM, Hemal Shah hemalcs...@gmail.com 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

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? Thanks in