You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by ch...@kattare.com on 2005/08/27 22:13:01 UTC

mailreader logon bugs

Bugs in the struts mailreader example app.

I've found a couple of small bugs in the logon page for the struts
mailreeader app and was wondering if anyone knew what to do about them.

The first is a message problem.  If you enter a user name of, say, abc,
and  password of say 1, the minimum length check fires and returns the
message
" 3 cannot be less than null characters."

The other may be a Javascript issue, but I'm not sure.  To test this
you'd need a copy of Internet Explorer (I tested using version 6) with
script debugging enabled.  (Tools…Internet options…Advanced and uncheck
"Disable script debugging."
A "Runtime error" is thrown when the login button is clicked giving an
"Error – object expected" for return validateLogonForm(this);

I have similar issues in an app I've been working on (unsurprisingly
since I spent quite a bit of time looking at struts mailreader when I
started writing it).

Any ideas?

Chhim



---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: mailreader logon bugs

Posted by Wendy Smoak <ja...@wendysmoak.com>.
From: <ch...@kattare.com>

> Bugs in the struts mailreader example app.
> 
> I've found a couple of small bugs in the logon page for the struts
> mailreeader app and was wondering if anyone knew what to do about them.

What version?  There's an open bug for the nightly builds:

   http://issues.apache.org/bugzilla/show_bug.cgi?id=35988

Please feel free to add more information if you think it's the same issue.

-- 
Wendy Smoak




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: mailreader logon bugs

Posted by Martin Gainty <mg...@hotmail.com>.
Chhum

 in ApplicationResources.properties 
errors.minlength={0} can not be less than {1} characters. 

did you(r validator) make sure your {0} and {1} parameters are NOT Null ???

Martin-
----- Original Message ----- 
From: <ch...@kattare.com>
To: "Struts Users Mailing List" <us...@struts.apache.org>
Sent: Saturday, August 27, 2005 4:13 PM
Subject: mailreader logon bugs


> Bugs in the struts mailreader example app.
> 
> I've found a couple of small bugs in the logon page for the struts
> mailreeader app and was wondering if anyone knew what to do about them.
> 
> The first is a message problem.  If you enter a user name of, say, abc,
> and  password of say 1, the minimum length check fires and returns the
> message
> " 3 cannot be less than null characters."
> 
> The other may be a Javascript issue, but I'm not sure.  To test this
> you'd need a copy of Internet Explorer (I tested using version 6) with
> script debugging enabled.  (Tools.Internet options.Advanced and uncheck
> "Disable script debugging."
> A "Runtime error" is thrown when the login button is clicked giving an
> "Error - object expected" for return validateLogonForm(this);
> 
> I have similar issues in an app I've been working on (unsurprisingly
> since I spent quite a bit of time looking at struts mailreader when I
> started writing it).
> 
> Any ideas?
> 
> Chhim
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org