DateField default value

2015-10-12 Thread g kuczera
Hi everyone, I am a beginner with Tapestry and I have a specific question. There is a ActivitiesFilterComponent component, which contains two DataFields ( http://tapestry.apache.org/5.3/apidocs/org/apache/tapestry5/corelib/components/DateField.html). Both of them are connected to CustomDatapicker

Re: Standard BeanModel for my own classes

2015-10-12 Thread Chris Poulsen
Take a look at data type analyzers and their corresponding property display/edit blocks to get this working. Jumpstart has an example: http://jumpstart.doublenegative.com.au/jumpstart/examples/lang/propertyeditors -- Chris On Mon, Oct 12, 2015 at 11:32 AM, Poggenpohl, Daniel < daniel.poggenp...

Standard BeanModel for my own classes

2015-10-12 Thread Poggenpohl, Daniel
Hi, I've created some classes that are used rather prominently in my Tapestry 5.3.8 application. The classes have some attributes that are themselves simple string wrappers. So, for example, I have: SomeClass.java -- UidString someUid; [...] And UidString is basically a String