Re: I want to use httpSession,but don't use hivemind?

2007-05-05 Thread
also you can get the httpsession this way: getRequestCycle().getRequestContext().getSession()

Re: I want to use httpSession,but don't use hivemind?

2007-05-05 Thread
you can try to use spring like this,define a bean with session scope ,it's a new fiture in spring2.0. then you can use annotation @InjectObject to get the session bean controled by spring

how to construct an instance of BasicTableModelWrap to render a Tableview

2007-05-01 Thread
I get resultset base on JdbcTemplate in spring here is my sourcecode public class JdbcPageTableModel implements IBasicTableModel { .. public Iterator getCurrentPageRows(int nFi

[T4]a question about @Tableview component

2007-04-28 Thread
when i use a Tableview component ,how can i customize the width of some column here is some code fragment how can i specify the width of column "indate"

Re: [t4.0.2]how to reset the order status of the column of tableview

2007-03-19 Thread
yes, it's done , thank you !

[t4.0.2]how to reset the order status of the column of tableview

2007-03-19 Thread
once i click one column in the table , the tablerows orders by this column.but i don't know how to reset the status and show the table without any orders