Re: j_security_check in tapestry
Alexa22 a écrit : Hi, I have a problem, I'm developing a Tapestry's aplication and I need to active the security in there, but the page is autenticated by WAS (WebShere Application Server) and LDAP, When the user is already authenticate, Is Tapestry running on the WAS ? If yes, have a look at
j_security_check in tapestry
;); return false; } if (formulario.j_password.value.length==0) { alert("Tiene que escribir su contraseña"); return false; } return true; } -- View this message in context: http://www.nabb