Re: struts 2.1 datetimepicker

2007-10-31 Thread Musachy Barroso
modifying the current datetimepicker would be near impossible (as you would en up with a completely different widget :) ), I'd advice to just use a template with a few fields for the different parts and add validation. musachy On 10/31/07, Brian Relph <[EMAIL PROTECTED]> wrote: > thank you > > i

Re: struts 2.1 datetimepicker

2007-10-31 Thread Brian Relph
thank you i have requirements to have the date-picker split up into separate input boxes instead of a single one ... i do have an existing split-date date-picker, but i did not write a template for it, and it also does not have a validator what would be easier? writing a validator and maybe a t

Re: struts 2.1 datetimepicker

2007-10-31 Thread Musachy Barroso
you need to add to your page. musachy On 10/31/07, Brian Relph <[EMAIL PROTECTED]> wrote: > Hi, I was hoping to get some help with the date time picker in struts 2.1. > > I have added the dojo plugin to my project: > > > org.apache.struts > struts2-dojo-plugin >

struts 2.1 datetimepicker

2007-10-31 Thread Brian Relph
Hi, I was hoping to get some help with the date time picker in struts 2.1. I have added the dojo plugin to my project: org.apache.struts struts2-dojo-plugin 2.1.0-SNAPSHOT My struts.properties declares the 'simple' theme: struts.ui.theme=simple I added the