[T5]how can i insert multi-row records in a page using tapesry

2008-01-30 Thread robinson wang
i think inputing records in batch is a common need ,but i don't know how to definite objects for multi-row having a same meaning item,is there anyone could help?

how to clear the page cach

2007-08-15 Thread robinson wang
when i click a link ,if the session is invalid ,it will return to the page of login,but when i login again, click then link ,it still return to the page of login. when i restart the server , it's ok,i think it's caught by the page in the pool,how can i clear the pooled page?

Re: Non trivial example application?

2007-06-11 Thread robinson wang
i want a copy to learn , would you please send it to me ,thank you

a problem of AjaxTextField component in sotacs

2007-05-13 Thread robinson wang
i define a method in the java file public void methodName(net.sf.sotacs.textfield.api.ItemWriter writer, String prefix){ .. System.out.println("--"+prefix); .. } when i type a letter like 'a','b', it's ok --a --b when i type a chinese character like '我' the out