Tassel Data List

2006-08-30 Thread Waimun Yeow
Hi, Does anyone know how the Data List (Tassel component) works? I downloaded the component but found no documentation/demo/example. The link to the website does not appear to be legitimately tapestry. Can someone suggest what is a good approach of doing pagination in Tap 3? Thanks, waim

Re: DynamicSelectionList and ArrayIndexOutOfBoundsException

2006-08-22 Thread Waimun Yeow
t.java. > > Shing > > > > --- Waimun Yeow <[EMAIL PROTECTED]> wrote: > > > Yes, indeed the two selection models are suspicious. > > I used > > PropertySelection to test DepartmentSelectionModel > > and the value > > displayed by @Insert shows the

Re: DynamicSelectionList and ArrayIndexOutOfBoundsException

2006-08-18 Thread Waimun Yeow
Yes, indeed the two selection models are suspicious. I used PropertySelection to test DepartmentSelectionModel and the value displayed by @Insert shows the correct value of the selected entry but the list did not generate selected="selected" for the entry after submit and hence fell back to

Re: DynamicSelectionList and ArrayIndexOutOfBoundsException

2006-08-18 Thread Waimun Yeow
); List usersByDepartment = getUserAccountDao().findByDepartment(d); if (usersByDepartment.size() == 0) { List a = new ArrayList();

DynamicSelectionList and ArrayIndexOutOfBoundsException

2006-08-15 Thread Waimun Yeow
I am using the DynamicSelectionList (Tap 3) component managed at the Tassel site http://equalitylearning.org/Tassel/app?service=direct/1/ Search/viewComponent&sp=SmatmshDynamicSelectionList I followed the BikeMaker demo with source code at http:// lombok.demon.co.uk/tapestryDemo/welcome The

Re: Auto-updating a drop-down list

2006-08-03 Thread Waimun Yeow
Hi Nick, Thanks for the link. I found it yesterday while I was hunting for the link to download the component. By the way, I also found AnySubmit component, which I think I am going to use it for another problem. I am going to work on the DSL and will let you know if I stumble on any prob

Re: Auto-updating a drop-down list

2006-08-02 Thread Waimun Yeow
Jesse and Nick, Thanks for the suggestions (1) EventListener (2) DynamicSelectionList. I am currently using Tap 3.03 and perhaps this is a good chance to upgrade if I want to take advantage of 4.1 features. But I am concerned whether if I need to make a lot of changes to the way I configur

Auto-updating a drop-down list

2006-08-01 Thread Waimun Yeow
Hi, I would like to find out how I can auto-update a drop down list in a form when another drop down list changes. For example, in a HTML form, I have two elements. Let's say the first has a list of department names and upon selecting one, it updates the second with a list of employees

Override window.onload function

2006-05-11 Thread Waimun Yeow
Hi. I am using the default @DatePicker in one of the html pages where I have a window.onload function declared in the tags. Since using @DatePicker requires @Body, my window.onload function is replaced by the DatePicker script that initializes the javascript calendar object. 1. How do I append