Re: DateField default value

2015-10-13 Thread g kuczera
Thanks Thiago, I have managed to do the job. What's not funny, I have had a bug in the setupRender code, that's why it previously was not working for me. So the solution was to set the values just like that (in setupRender method of my *Activities *page): if((activitiesFilterControl != null) &&

Re: Standard BeanModel for my own classes

2015-10-13 Thread Thiago H de Paula Figueiredo
On Mon, 12 Oct 2015 06:32:01 -0300, Poggenpohl, Daniel wrote: Hi, Hi! Can I register the bean model in Tapestry so I don't have to set the model myself? Short answer: no. Long answer: no, but Chris' suggestions of contributing your own edition blocks will help you apply the same comp

Re: DateField default value

2015-10-13 Thread Thiago H de Paula Figueiredo
On Tue, 13 Oct 2015 01:59:43 -0300, g kuczera wrote: Hi everyone, Hi! I am a beginner with Tapestry and I have a specific question. Welcome! As I understand, I just have to set the value parameter by setting the dateTo/dateFrom variables, is that right? Yes! Just do it inside the onAc