Re: Hiding the Authentication Field on Mid Tier 7.1

2009-02-02 Thread Sokol, Brian
That fixed it. Thanks all -Original Message- From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of jham36 Sent: Friday, January 30, 2009 2:58 PM To: arslist@ARSLIST.ORG Subject: Re: Hiding the Authentication Field on Mid Tier 7.1 I was having

Hiding the Authentication Field on Mid Tier 7.1

2009-01-30 Thread Sokol, Brian
I need to hide the Authentication field for our Mid Tier 7.1 server. I commented out the following section in the login.jsp file: label for=auth-id%=MessageTranslation.getLocalizedText(locale,Authenticat ion)%/label /td

Re: Hiding the Authentication Field on Mid Tier 7.1

2009-01-30 Thread Kelly Heikkila
Hi Brian- I don't have the 7.1 login JSP in front of me, but do make sure you are commenting out the entire HTML table row (tr to /tr tags) versus just the table cells (td tags). Otherwise you will have malformed HTML that could cause problems with some scripts, such as setting focus.

Re: Hiding the Authentication Field on Mid Tier 7.1

2009-01-30 Thread Sokol, Brian
discussion list(ARSList) [mailto:arsl...@arslist.org] On Behalf Of Kelly Heikkila Sent: Friday, January 30, 2009 2:07 PM To: arslist@ARSLIST.ORG Subject: Re: Hiding the Authentication Field on Mid Tier 7.1 ** Hi Brian- I don't have the 7.1 login JSP in front of me, but do make sure you are commenting

Re: Hiding the Authentication Field on Mid Tier 7.1

2009-01-30 Thread strauss
, 2009 1:07 PM To: arslist@ARSLIST.ORG Subject: Re: Hiding the Authentication Field on Mid Tier 7.1 ** Hi Brian- I don't have the 7.1 login JSP in front of me, but do make sure you are commenting out the entire HTML table row (tr to /tr tags) versus just the table cells (td tags). Otherwise you

Re: Hiding the Authentication Field on Mid Tier 7.1

2009-01-30 Thread strauss
] On Behalf Of Sokol, Brian Sent: Friday, January 30, 2009 1:28 PM To: arslist@ARSLIST.ORG Subject: Re: Hiding the Authentication Field on Mid Tier 7.1 ** Hi Kelly, I tried both td and tr and the results are the same. I also noticed a warning icon on the bottom of the browser now. If I open the warning

Re: Hiding the Authentication Field on Mid Tier 7.1

2009-01-30 Thread strauss
@ARSLIST.ORG Subject: Re: Hiding the Authentication Field on Mid Tier 7.1 ** Hi Kelly, I tried both td and tr and the results are the same. I also noticed a warning icon on the bottom of the browser now. If I open the warning it states: 'this.document.loginForm.auth' is null or not an object Any

Re: Hiding the Authentication Field on Mid Tier 7.1

2009-01-30 Thread strauss
: Re: Hiding the Authentication Field on Mid Tier 7.1 ** You must have a problem with the way login.jsp includes the login_common.jsp file, anyway - the code for placing the cursor is in login_common.jsp: function setInitialFocus() { // set focus to user input field

Re: Hiding the Authentication Field on Mid Tier 7.1

2009-01-30 Thread Kelly Heikkila
System discussion list(ARSList) [mailto:arslist@ARSLIST.ORG ] On Behalf Of Sokol, Brian Sent: Friday, January 30, 2009 1:28 PM To: arslist@ARSLIST.ORG Subject: Re: Hiding the Authentication Field on Mid Tier 7.1 ** Hi Kelly, I tried both td and tr and the results are the same. I also noticed

Re: Hiding the Authentication Field on Mid Tier 7.1

2009-01-30 Thread jham36
://itsm.unt.edu/ From: Action Request System discussion list(ARSList) [mailto:arsl...@arslist.org ] On Behalf Of Sokol, Brian Sent: Friday, January 30, 2009 1:28 PM To: arsl...@arslist.org Subject: Re: Hiding the Authentication Field on Mid Tier 7.1 ** Hi Kelly, I tried both td and tr

Re: Hiding the Authentication Field on Mid Tier 7.1

2009-01-30 Thread Grooms, Frederick W
: Hiding the Authentication Field on Mid Tier 7.1 I need to hide the Authentication field for our Mid Tier 7.1 server. I commented out the following section in the login.jsp file: label for=auth-id%=MessageTranslation.getLocalizedText(locale,Authenticat ion)%/label