[EMAIL PROTECTED] wrote:
What does this mean in my console?
1     The local variable name is never read     LoginAction.java
This is my first web project.  Thank you for your help.

I think that is just warning that you have declared (and set) variable which you are never used in the program. You have somewhere probably int i=1; or similar and you don't use it any further.


--
Mladen Adamovic
http://www.online-utility.org http://www.shortopedia.com http://www.froola.com http://www.gift-idea4u.com



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to