You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They either call WAObject>>application or WAObject>>session, which are not
available if you don't have the Session package loaded. Core, Canvas, and
Component packages should all, theoretically at least, be useable without
Session.
Problematic senders of #application:
WARenderingContext>>registry -- add registry instvar to the context?
WARenderingContext>>absoluteUrlForResource: -- maybe just move into session
package, though session should not depend on canvas. Really we need class
extensions that are applied *if* you have the relevant class loaded but not
otherwise. Also there are 6 senders of this message. Maybe we need to also
store a resource base URL on the rendering context.
WABasicFormTag>>multipart -- how can it get a chartSet? from the Response
in the request context? from the rendering context?
WAResponse>>initialize -- same problem as above. maybe this stuff needs to
be on the request context...
Problematic senders of #session:
WAComponent>>filterWith:during:
Original issue reported on code.google.com by jfitz...@gmail.com on 20 Oct 2008 at 3:15
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
jfitz...@gmail.com
on 20 Oct 2008 at 3:15The text was updated successfully, but these errors were encountered: