Exception constructing service 'ValueEncoderSource'

2012-12-11 Thread Borko Djurovic
I have two value encoders: LibrarianEncoder and ReaderEncoder. *LibrarianEncoder.java* @SuppressWarnings("rawtypes") public class LibrarianEncoder implements ValueEncoder { private Session session; public LibrarianEncoder(Session session) { this.session = session;

Using tapestry-spring-security with Tapestry 5.3.5 problem

2012-09-06 Thread Borko Djurovic
I followed the guide from http://www.localhost.nu/java/tapestry-spring-security/conf.html http://www.localhost.nu/java/tapestry-spring-security/conf.html site. The main problem is AliasContribution. In version 5.2.5 of Tapestry this is depercated and in version 5.3.5 we can't use that anymore. N

No service implements the interface org.springframework.context.ApplicationContext.

2012-09-04 Thread Borko Djurovic
I have *aplicationContext.xml* - configuration file: PROPAGATION_REQUIRED PROPAGATION_REQUIRED

Re: onValidate behave strange

2012-03-24 Thread Borko Djurovic
Replace onSubmit... with onSuccess... The main difference is that onSuccess handler will be called only when validation is passed. Handler onSubmit is called every time you submit form. -- View this message in context: http://tapestry.1045711.n5.nabble.com/onValidate-behave-strange-tp5587786p5591

Upload file problem

2012-03-23 Thread Borko Djurovic
I have simple page that contains upload component. When I provide file for upload and submit the form, validation can't pass. This is part of Index.tml page: File Path: