As the type Retain is deprecated,what else can we use in tapestry5.2?

2010-08-21 Thread phoenixwright
The type Retain is deprecated,what else can we use,or just use the static fields? -- View this message in context: http://tapestry.1045711.n5.nabble.com/As-the-type-Retain-is-deprecated-what-else-can-we-use-in-tapestry5-2-tp2643223p2643223.html Sent from the Tapestry - User mailing list archive

Re: As the type Retain is deprecated,what else can we use in tapestry5.2?

2010-08-22 Thread phoenixwright
Maybe the service methods are the best way -- View this message in context: http://tapestry.1045711.n5.nabble.com/As-the-type-Retain-is-deprecated-what-else-can-we-use-in-tapestry5-2-tp2643223p2643649.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Is there any way to render the "get" method of form?

2010-08-22 Thread phoenixwright
such as ... I think the url xxx?test=test&test1=test1&t=.. is better than xxx/test/test1/.. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Is-there-any-way-to-render-the-get-method-of-form-tp2643651p2643651.html Sent from the Tapestry - User mailing list archive at

The entity "nbsp" was referenced, but not declared.

2010-10-09 Thread phoenixwright
In my page code,I wrote xxx xxxa>  and get the error org.apache.tapestry5.ioc.internal.OperationException Failure parsing template context:ProblemStatus.tml: The entity "nbsp" was referenced, but not declared. It tell me that I couldn't use   for the space,why -- View this message

The entity "nbsp" was referenced, but not declared.

2010-10-09 Thread phoenixwright
In my page code,I wrote xxxa>  and get the error org.apache.tapestry5.ioc.internal.OperationException Failure parsing template context:ProblemStatus.tml: The entity "nbsp" was referenced, but