Howdy,

Is it possible to pass another variable from your login form besides j_username 
and password.

So in the login-conf.xml I'd have


  | <module-option name="otherVar">?</module-option>
  | 

and in my extended custom login class I'd have in the initialize method ..

  | newVar = (String)options.get("otherVar");
  | 

Is this possible, if so could you point me in the right direction or give me a 
clue? If it's just a bad idea please let me know why...

thank you



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

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


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to