Re: Struts 2. Onchange event does not work with datetimepicker

2007-04-02 Thread C. Adams
because the datetimepicker is a dojo component, you need to treat it a little differently. I use the following: dojo.event.connect(dojo.widget.byId("myPickerId"), "onValueChanged" , "myFunction"); On 4/1/07, VictorD <[EMAIL PROTECTED]> wrote: Hi, I am trying to use onchange event with date

Re: Dojo vs TagLib of Struts for Ajax

2007-03-01 Thread C. Adams
The struts 2 taglibs (in ajax theme) use Dojo, so they are really one in the same. On 3/1/07, Siva Gurusamy <[EMAIL PROTECTED]> wrote: Hi, I am involved in a project which needs Ajax features. We have decided to use struts 2 for development. For Ajax support is it advisable to use Dojo w

[s2] sitemesh PageFilter

2007-02-26 Thread C. Adams
I have just begun looking into sitemesh, and was pleased to see a struts2 plugin. But the documentation is very sketchy, and I'm not sure what it adds. I also didn't find mention of the plain jsp PageFilter, it just mentions velocity and freemarker. Thanks

Re: client side validation on included form

2007-02-22 Thread C. Adams
paration property? On 2/21/07, C. Adams <[EMAIL PROTECTED]> wrote: I have a form that I access via an action on an ajax-ish page. (Form and results are on same page) It's working great, but I can't figure out the validation. The page looks like this now: with the form l

client side validation on included form

2007-02-21 Thread C. Adams
I have a form that I access via an action on an ajax-ish page. (Form and results are on same page) It's working great, but I can't figure out the validation. The page looks like this now: with the form looking like this: Between and With validation false, it works g

Re: [s2] formbean reset() equivalent?

2007-02-20 Thread C. Adams
/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- "C. Adams" <[EMAIL PROTECTED]> wrote: > Maybe it should, but it doesn't. The value of test > is always blank, and a println I put in the getter > does not show up in the log. I don't thing the > action i

Re: [s2] formbean reset() equivalent?

2007-02-20 Thread C. Adams
Maybe it should, but it doesn't. The value of test is always blank, and a println I put in the getter does not show up in the log. I don't thing the action is being instantiated until after the form is submitted. On 2/17/07, Laurie Harper <[EMAIL PROTECTED]> wrote: Mailing Lists wrote: > How d