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;
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
I have *aplicationContext.xml* - configuration file:
PROPAGATION_REQUIRED
PROPAGATION_REQUIRED
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
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: