Re: JQuery plugin sj:a tag - Bug?

2011-09-05 Thread roger
Sorry for replying to myself, but if I remove the onClickTopics="confirmReset" attribute then the requestType attribute is honoured and I can swap between GET and POST at will. I'm using the onClickTopics to put up a confirmation screen to the user and the handler is given below; $(document).read

Re: Jquery plugin sj:tab

2011-03-14 Thread Johannes Geppert
have you seen the example in thw http://www.weinfreund.de/struts2-jquery-showcase/index.action struts2 jquery plugin showcase ? There is an example for enabling disabled tabs. JavaScript Code: $.subscribe('tabchange', function(event,data) { var tab = event.originalEvent.ui.index;

Re: Jquery plugin sj:tab

2011-03-14 Thread Dave Newton
Use plain text. It probably doesn't do anything--I haven't looked at the implementation, but if it's like a lot of other S2 tags, it'd be a base tag attribute for plain HTML tags that don't have any meaning for Dojo/jQuery/etc. tags since those require framework-specific impls. IMO for anything b

Re: Jquery plugin sj:tab

2011-03-14 Thread roger
Lets try that again, it looks like the nabble interface I'm using doesn't like < and > tags. The question was "what does actually do? Regards -- View this message in context: http://struts.1045723.n5.nabble.com/Jquery-plugin-sj-tab-tp3556130p3556205.html Sent from

Re: Jquery plugin sj:tab

2011-03-14 Thread roger
Sorry - don't quite know what happened there. What should have appeared was "what does actually do?" Sorry -- View this message in context: http://struts.1045723.n5.nabble.com/Jquery-plugin-sj-tab-tp3556130p3556202.html Sent from the Struts - User mailing list archive at Nabble.com. --

Re: Jquery plugin sj:tab

2011-03-14 Thread Dave Newton
What does what do? Dave On Mon, Mar 14, 2011 at 6:56 AM, roger wrote: > What does  do? I was expecting it to prevent a user clicking on the tab and > displaying its contents. > > I'm trying to develop a page where each tab represents a step in a > wizard-like data entry. I want to be able to dyn

Re: JQuery Plugin Modal Dialog help needed

2011-01-10 Thread Dave Newton
Without knowing how the delete link renders or how how it's handled in JavaScript it's difficult to help. Doesn't seem like a Struts issue yet, though. If it's just a simple link with an onclick it'll still follow the link unless the onclick handler itself returns false or the event isn't allowed t

Re: JQuery Plugin Modal Dialog help needed

2011-01-10 Thread RogerV
Dave Newton-6 wrote: > > Seems more a JavaScript question... Does the click handler eventually > return > false so the browser won't actually follow the link? > The doDelete() function is my on-click handler which opens the dialog created by the tag. I was assuming (probably erroneously) tha

Re: jQuery Plugin

2009-06-09 Thread Johannes Geppert
Yes, please put it in on the Wiki or Tracker. At the moment the plugin supports multiple targets for anchor and submit. You can see it at the wiki. Best Regards Johannes Geppert http://www.jgeppert.com Miguel-55 wrote: > > I have a little js script that allows multiple targets (using jquery >

Re: jQuery Plugin

2009-06-09 Thread Miguel
I have a little js script that allows multiple targets (using jquery selectors), using a comma separated list. Should I mail it or put in on the wiki? Also, I think better control is acchieved using selectors, than plain targets. what do you think? Si quieres ser más positivo, pierde un electrón

RE: jQuery Plugin

2009-06-09 Thread Johannes Geppert
You can easily use Themes created with jQuery Themeroller. Take a look in the Wiki about Custume Themes http://code.google.com/p/struts2-jquery/wiki/HeadTag BTW: I also have handcoding befor but a taglib can speed up the development and reduce the javaScript Code in my jsp. mgainty wrote: >

RE: jQuery Plugin

2009-06-09 Thread Martin Gainty
esponsabilité pour le contenu fourni. > Date: Tue, 9 Jun 2009 00:51:24 -0700 > From: jo...@web.de > To: user@struts.apache.org > Subject: Re: jQuery Plugin > > > thats fine. in many cases it has the same syntax like the sx tags. > > e.g. > > Link > &

Re: jQuery Plugin

2009-06-09 Thread Johannes Geppert
thats fine. in many cases it has the same syntax like the sx tags. e.g. Link looks with the jquery plugin Link The sx:a and sx:div tags has an Attribute to highlight the Target after result is finished. With the jQuery Plugin you can choose the effect you like, that was bundled with jQuery UI

Re: jQuery Plugin

2009-06-08 Thread Miguel
I'll test it. I use jquery with s2 "by hand" (didn't understood the dojo tags, so i made my own code), so it would be a great help to stop hard coding the same 3 lines page by page. Does uses the same syntax and names of the sx tags? I'll post my findings. Si quieres ser más positivo, pierde un e

Re: jQuery plugin for Struts 2?

2008-02-13 Thread matt.payne
He Dave, Thanks for the response. Do to the performance penalty, with struts 2.0.x, I just would like to not touch dojo again. Off the bat, I was curious if client side validation could benefit from writing out jquery validation rules http://bassistance.de/2008/01/30/jquery-validation-plugin

Re: jQuery plugin for Struts 2?

2008-02-06 Thread Dave Newton
--- "matt.payne" <[EMAIL PROTECTED]> wrote: > +1 here. > > Highly looking forward to using this over current Dojo plugin. > Any progress being made? Not really; I'm completely overwhelmed by my TODO list at the moment. It's over at GoogleCode and I'm happy to bring people on board. There's a w

Re: jQuery plugin for Struts 2?

2008-02-06 Thread matt.payne
+1 here. Highly looking forward to using this over current Dojo plugin. Any progress being made? Matt nuwan chandrasoma-2 wrote: > > i would like to see one :) > > emartin24 wrote: >> Ted Husted wrote: >> >>> On Nov 20, 2007 1:53 PM, wrote: >>> I've been working with Struts

Re: jQuery plugin for Struts 2?

2007-11-20 Thread Nuwan Chandrasoma
i would like to see one :) emartin24 wrote: Ted Husted wrote: On Nov 20, 2007 1:53 PM, wrote: I've been working with Struts 2 for a few months and have some questions that I was hoping you would be interested in discussing with me. I see that Struts 2 uses Dojo for it's Ajax capabil

Re: jQuery plugin for Struts 2?

2007-11-20 Thread emartin24
Ted Husted wrote: > > On Nov 20, 2007 1:53 PM, wrote: >> I've been working with Struts 2 for a few months and have some questions >> that I was hoping you would be interested in discussing with me. >> >> I see that Struts 2 uses Dojo for it's Ajax capabilities. I prefer jQuery >> and have cont

Re: jQuery plugin for Struts 2?

2007-11-20 Thread Dave Newton
FWIW, I'm working on a minimal jQuery plugin that should be up on GoogleCode within a couple of weeks, including some jQueryUI support. d. --- Ted Husted <[EMAIL PROTECTED]> wrote: > On Nov 20, 2007 1:53 PM, wrote: > > I've been working with Struts 2 for a few months > and have some questions

Re: jQuery plugin for Struts 2?

2007-11-20 Thread Ted Husted
On Nov 20, 2007 1:53 PM, wrote: > I've been working with Struts 2 for a few months and have some questions that > I was hoping you would be interested in discussing with me. > > I see that Struts 2 uses Dojo for it's Ajax capabilities. I prefer jQuery and > have contemplated > making a jQuery p