Actually, no, CONVERSATION doesn't work.  I've finally gotten a combination to 
work, but:
(1) I need to use "#{debug}", not "#{register.debug}".  (Fair enough.)
(2) I need to use a SESSION scope.  If I use CONVERSATION instead,
then "#{debug}" gets expanded to the empty string instead of the value assigned 
in register().

Another unfortunate behavior that confused the heck out of me while I was 
trying to debug this issue: if I make debug a required output, then if any of 
the validators fail (because, say, I was only typing in a single-character 
password), then instead of getting the user-friendly "password must have more 
characters" warning, the server returns an gnarly error message generated 
because the debug output wasn't set...the ultimate source of the problem (not 
enough chars in password) is completely obscured.  What's the right way to 
prevent that from happening, other than just never generating required outputs 
in any routine that has validated inputs (which sounds like it'd be pretty 
crippling)?



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3943090#3943090

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3943090


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to