Re: Gets ParametersInterceptor error when trying to set values in a list, eg. tmpList[0].name

2007-06-17 Thread kris16
gles wrote: > > Try adding a conversions.properties file to your action. > > kris16 wrote: >> Hi, >> we have problems with setting HIDDEN values in an array list on a web >> page. >> The problem code in the jsp page looks like this: >> >>

Gets ParametersInterceptor error when trying to set values in a list, eg. tmpList[0].name

2007-06-15 Thread kris16
Hi, we have problems with setting HIDDEN values in an array list on a web page. The problem code in the jsp page looks like this: The problem seems to be that the object that are to be set is a list, existingProductOfferings[%{#row.index}] The error appeared when we up

Re: reset the value of a datetimepicker using java script

2007-05-02 Thread kris16
Hi, it works fine. Thanks :-) /Regards Krister Musachy Barroso wrote: > > dojo.widget.byId("dp0").inputNode.value = ""; > > Use at your own risk, you are using Dojo internals there :) > > musachy > > On 5/2/07, kris16 <[EMAIL PROTECTED]> wr

Re: reset the value of a datetimepicker using java script

2007-05-02 Thread kris16
od on the *widget* for the > datepicker, assuming you have a datepicker with the id "dp0": > > dojo.widget.byId("dp0") .setDate(new Date()); > > musachy > > On 5/2/07, kris16 <[EMAIL PROTECTED]> wrote: >> >> >> Hi, I am trying to reset the val

reset the value of a datetimepicker using java script

2007-05-02 Thread kris16
Hi, I am trying to reset the value of a datetimepicker in a jsp page using struts2 (2.0.6). I can not reset the value. See code below. The onchange and the call to the Java script function (planStatuschanged ) seems to work, but the datetimepicker's value is not set to "". If I use an ordinary i