Re: Session.java:211: cannot resolve symbol symbol : method pageWithName (java.lang.String)
Re: Session.java:211: cannot resolve symbol symbol : method pageWithName (java.lang.String)
- Subject: Re: Session.java:211: cannot resolve symbol symbol : method pageWithName (java.lang.String)
- From: Art Isbell <email@hidden>
- Date: Tue, 8 Mar 2005 12:10:53 -1000
On Mar 8, 2005, at 11:41 AM, Art Isbell wrote:
On Mar 8, 2005, at 11:13 AM, Andrew Kinnie wrote:
I have a component "Schedule" which is returned from a WOActiveImage
click. The Session's currentClub variable is set based on which
image is clicked (there are two, each of which has a different method
associated with it. The below method is one of these. Both methods
have the same error generated.)
Look more closely at the error message you posted. It occurs on line
211 of Session.java, not in your Schedule.java file. WOSession
doesn't implement pageWithName(). However, without seeing
Session.java:211, it's difficult to be certain what caused the error.
Sorry, I rushed my response and didn't notice that you stated that the
error occurred within Session.java.
It may be preferable to implement setLOPClub() in the component that
contains the active image rather than in Session. In setLOPClub() you
could set the Session variable:
((Session)session()).setLOPClub("LOP");
Aloha,
Art
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden