have you reloaded/restarted tomcat after a compile
I usually have to force tomcat to do a class reload with
http://localhost:8080/manager/reload?path=/appName


:-)
Tom Lister
* 020 7612 3030
* [EMAIL PROTECTED]


-----Original Message-----
From: Mark Kaye [mailto:[EMAIL PROTECTED]]
Sent: 05 September 2002 13:47
To: Struts Users Mailing List
Subject: RE: [ValueObjects] New methods not seen


> -----Original Message-----
> From: Galbreath, Mark [mailto:[EMAIL PROTECTED]] 
> 
> Let's see the method signature.

>From com.getitall.vo.LoginVO:

public static void setIsLoggedIn(boolean isLoggedIn)
{
        this.isLoggedIn = isLoggedIn;
}

Called by this in the Business Object:

if (list.size() == 1)
{
        log.debug("About to increment login count...");
        this.incrementCount((ClubMember) list.iterator().next());
        loginVO.setIsLoggedIn(true);
}

Am I doing something stupid?  I am using Tomcat 4.0.4.



--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>


***************************************************************************
This communication (including any attachments) contains confidential information.  If 
you are not the intended recipient and you have received this communication in error, 
you should destroy it without copying, disclosing or otherwise using its contents.  
Please notify the sender immediately of the error.

Internet communications are not necessarily secure and may be intercepted or changed 
after they are sent.  Abbey National Treasury Services plc does not accept liability 
for any loss you may suffer as a result of interception or any liability for such 
changes.  If you wish to confirm the origin or content of this communication, please 
contact the sender by using an alternative means of communication.

This communication does not create or modify any contract and, unless otherwise 
stated, is not intended to be contractually binding.

Abbey National Treasury Services plc. Registered Office:  Abbey National House, 2 
Triton Square, Regents Place, London NW1 3AN.  Registered in England under Company 
Registration Number: 2338548.  Regulated by the Financial Services Authority (FSA).
***************************************************************************


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to