Re: Help with JQuery plugin

2011-02-18 Thread Johannes Geppert
1.) can you please give a code example? 2.) do you have any output in your browser javascript console? Johannes akinsgre wrote: > > On Fri, Feb 18, 2011 at 3:40 AM, Johannes Geppert wrote: >> >> what exactly is the problem? >> >> i never have a problem with forms inside of the dialog. >> > T

Re: Help with JQuery plugin

2011-02-18 Thread Greg Akins
On Fri, Feb 18, 2011 at 3:40 AM, Johannes Geppert wrote: > > what exactly is the problem? > > i never have a problem with forms inside of the dialog. > The example you posted doesn't work for me.. I'm looking through the wiki and not finding anything similar When I try what you suggested the form

Re: Help with JQuery plugin

2011-02-18 Thread Johannes Geppert
what exactly is the problem? i never have a problem with forms inside of the dialog. http://code.google.com/p/struts2-jquery/wiki/DialogTag <%@ taglib prefix="s" uri="/struts-tags"%> <%@ taglib prefix="sj" uri="/struts-jquery-tags"%> Joha

RE: Help with JQuery plugin

2011-02-17 Thread CRANFORD, CHRIS
Greg - In order to open the dialog, you simply need to initially define your dialog in your JSP. I prefer to use dynamic invocation of my dialogs, especially in the scenario where I need to pass dynamic values such as URL parameters to the dialog in the event I am editing multiple records, say in

RE: Help with JQuery plugin

2011-02-17 Thread Martin Gainty
le contenu fourni. > From: vitordema...@gmail.com > Date: Thu, 17 Feb 2011 20:15:47 -0200 > Subject: Re: Help with JQuery plugin > To: user@struts.apache.org; angryg...@gmail.com > > I've had a good experience regarding jQuery and modal dialogs using > Impromptu: h

Re: Help with JQuery plugin

2011-02-17 Thread Dave Newton
Why not just use plain jquery? Dave On Feb 17, 2011 5:09 PM, "Greg Akins" wrote: > I'm trying to implement a modal dialog in a Struts2 application. > > I found the struts2-jquery-plugin. > > What I'm not sure about is how to implement a dialog that contains a > form. I'm trying to implement a fe

Re: Help with JQuery plugin

2011-02-17 Thread Vitor De Mario
I've had a good experience regarding jQuery and modal dialogs using Impromptu: http://trentrichardson.com/Impromptu/index.php It covers the use of forms inside a dialog, but I don't know how it relates to the struts2-jquery-plugin, I've never used it