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
Instance creation methods in hierarchies may need access to the session, but Seaside only offers it on the instance side.
This can be solved by implementing
WAObject class>>#session
^ WACurrentRequestContext value session
as an extension method in the Boardwalk package.
The text was updated successfully, but these errors were encountered:
Instance creation methods in hierarchies may need access to the session, but Seaside only offers it on the instance side.
This can be solved by implementing
as an extension method in the Boardwalk package.
The text was updated successfully, but these errors were encountered: