About the AOP and Page Class

2009-02-03 Thread Xunhua Teng
Now I have a requirement that need to execute a piece of code before every method of every page class, so I thought I should use the Spring aop, but how can I do, I found that the aop is just for service class ,how to use it for page class. Please give some ideas thanks a lot. I use the T5+Spri

GRID Refresh

2008-10-30 Thread Xunhua Teng
Hi all: I encountered a problem that the grid can not refresh when its source changed. Actually I have put the inPlace in the grid,and I monitored the productList has been changed but the grid's data not refresh. Tml is: Query

How to get the value of other control

2008-10-30 Thread Xunhua Teng
Hi,all: In my form of tml files,there are 2 controls called A and B .Now I catch the blur event of control B using onEvent of t5c. In my onEvent method,I can get the value of control B.but I can not get the value of control A. I have used the context parameter in the page file.But It g