[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
That looks like a Java compile error (or warning). It says there's a
variable that is set but never used.
--
Len
On 6/26/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
What does this mean in my console?
SeverityDescription ResourceIn Folder LocationCreation Time
Id
1 The loc
probably not the right mailing list for that.
try: http://www.eclipse.org/community/
[EMAIL PROTECTED] wrote:
> What does this mean in my console?
>
> SeverityDescription ResourceIn Folder LocationCreation Time
> Id
> 1 The local variable name is never read LoginAction.ja
What does this mean in my console?
SeverityDescription ResourceIn Folder LocationCreation Time
Id
1 The local variable name is never read LoginAction.java
NewPatron/JavaSource/com/patron/Actionline 18 June 23, 2006 2:28:03
PM623
This is my first web project. Th