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 : RE: Multiple field and modelDriven

2011-02-18 Thread Matthieu.Marc
Thanks, for the information, I was an aspect of Struts2 I have not yet learned. So I do, and it is very interesting. I tried to go this way for my problem. My Action class : public class myAction implements ModelDriver; My User class from another java package : public class User { public Strin

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