apache, tomcat, ssl and tapestry's secure anotation question

2014-05-05 Thread Zhou Yongcheng
deployed tapestry application on standalone tomcat server with ssl support, tapestry's security anotation solution is very wonderful. now i feel confused if it is necessary when i use apache as proxy server to deal with SSL. the following is my understanding. 1) tapestry's security anotation is d

tapestry5.4-beta-2 validate flow is stranger

2013-12-29 Thread Zhou Yongcheng
Hi Thiago, Thank you very much, got it. (i can't modify the article becasue read only permit, so by mail) Regards

is it good for select component' parameter t:model not null

2013-12-29 Thread Zhou Yongcheng
I feel that it is not so good that select's parameter model not allow null. because when render, i get the model from Database, when submit i have already selected value, so why i have to get the model again. the performance is a problem. i just want the selected value to do some work.

is it good for select component' parameter t:model not null

2013-12-29 Thread Zhou Yongcheng
I feel that it is not so good that select's parameter model not allow null.

tapestry5.4-beta-2 validate flow is stranger

2013-12-26 Thread Zhou Yongcheng
when execute component self validate, can not get the input value. the following is the detail, I input 200 on the age textfield. but age = 0 in onValidateFromAge() method, stranger. @Log void onValidateFromAge() throws ValidationException { log.debug("age = " + age); // NG expected = 200

tapestry5.4 and PersistenceConstants.FLASH

2013-11-21 Thread Zhou Yongcheng
Hi All, I think that the following is a problem(bug) with tapestry5.4 persist strategy flash. --- problem description: two fields with FLASH stratege, one is String, another is List. when i submit form, List works, but String field disapper. following is the co

tapestry5.4 and PersistenceConstants.FLASH

2013-11-20 Thread Zhou Yongcheng
Hi All,