Re: j_security_check in tapestry

2007-07-25 Thread #Cyrille37#
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

2007-07-25 Thread Alexa22
;); 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