Hi all, I am newbie with tapestry 5, I am using the project http://shams.googlecode.com/files/spring-acegi-derby-phonbook-src.zip with sample project, but I get a problem at Login.java :
Link link = new LinkImpl(response, request.getContextPath(), "j_acegi_security_check"); link.addParameter("j_username", username); link.addParameter("j_password", password); return link; but I am using 5.0.14 and LinkImpl not have this constructor ... and not found javadoc about LinkImpl, how is the best way fix this problem ? thanks, Alex