[T5.1] Remembering Search Parameter during Changing Page in Grid

2010-02-15 Thread Yohan Yudanara
GridDataSource object on setupRender() method. My question is: can I execute above scenario without persisting searchParam in Session ? Thanks in advance. Regards, Yohan Yudanara - To unsubscribe, e-mail: users-unsubscr..

Re: T5-Chenillekit Quartz-Accessing JobDataMap

2010-01-14 Thread Yohan Yudanara
etail("AutoHouseKeeping", null); JobDataMap jobDataMap = jobDetail.getJobDataMap(); jobDataMap.put("oldKey", "newValue"); //update the value schedulerManager.getScheduler().addJob(jobDetail, true); //reassign job to scheduler Best regards, Yohan On Thu, Jan 14, 2010 at 5:08 PM, Yoh

T5-Chenillekit Quartz-Accessing JobDataMap

2010-01-14 Thread Yohan Yudanara
Hi... I'm using chenillekit quartz from http://chenillekit.codehaus.org/chenillekit-quartz/index.html. I already follow the "how-to" guide and it is running well. But I'd like to ask: how to access JobDataMap from Tapestry page class, in case I want to change the JobDataMap value from user input.

IPage and ILink difference

2008-08-05 Thread Yohan Yudanara
Dear all, what is the difference between using IPage and ILink for redirecting page? Which one is recommended to be put on listener that will load another page? >From googling on the net, I found this explanation: An ILink will cause a redirect url to be sent to the browser. An IPage will be ren

Re: [T 4.1.5] client-side validation

2008-07-02 Thread Yohan Yudanara
Hi all, I'm successfully eliminate duplicate messages in client-side validation by modifying form.js I love open source. Thanks anyway, Yohan On Wed, 2008-07-02 at 14:10 +0700, Yohan Yudanara wrote: > Hi all, > > but, there is another question: > Is it possible to distinct er

Re: [T 4.1.5] client-side validation

2008-07-02 Thread Yohan Yudanara
+0700, Yohan Yudanara wrote: > Hi, > > I'm using tapestry 4.1.5. > Why client-side validation doesn't work? > > There are 2 errors, which saying: "dojo is undefined" and "tapestry is > undefined" > > When I click view source on F

[T 4.1.5] client-side validation

2008-07-01 Thread Yohan Yudanara
Hi, I'm using tapestry 4.1.5. Why client-side validation doesn't work? There are 2 errors, which saying: "dojo is undefined" and "tapestry is undefined" When I click view source on Firefox, Tapestry adds these lines on the bottom section: