tapestry portlet hello world example

2007-11-21 Thread cometta
looking for portlet example in tapetry. anyone can recommand one? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

table active image tag changing of <

2007-11-13 Thread cometta
i have a column like below, but when render on page, the is changed to how to prevent changing of < to < because i want to display the image private class ActiveColumnEvaluator implements ITableColumnEvaluator { public Object getColumnValue(ITableColu

table field i18n

2007-11-12 Thread cometta
i have a field name like this --> fieldname:display name:fieldname how to use i18n for table field ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: persists session "set"

2007-11-07 Thread cometta
my mistake. hashset dont add object if it's null. it's working now. thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: persists session "set"

2007-11-07 Thread cometta
i used the method that you provided and like the workbeach example. my hashset is always have size of only 1 ? i dont understand, since the selectcheckboxmethod is call so many times, why the size is only 1 all the time. //this method is called many times ,but the persists on sysem.out.print(l

persists session "set"

2007-11-07 Thread cometta
is this the correct way to persists session? .page .java public abstract Set getSelectedLocales(); public abstract void setSelectedLocales(Set set); public void setCheckboxSelected(boolean bSelected) { TheLocale objLocale = getCurrentLocale(); if (bSelected) ge

example code having checkbox on tableview

2007-11-03 Thread cometta
can anyone give me an example on displaying a checkbox on each row of tableview and action i can check which checkbox is checked ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: get property from .app file

2007-11-03 Thread cometta
thanks jesse - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

get property from .app file

2007-11-03 Thread cometta
may i know how to set a property in .app file and read it into our page. for instance, i have to create a property "applicationurl" in app and read that in my page. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

add checkbox to tableview

2007-11-01 Thread cometta
is there any example how to do this ? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]