Skip to content
Sergei Kozlov edited this page Feb 16, 2011 · 4 revisions

Troubleshooting

Q: When I try to define the scope for a GridPanel as Proc in the view, I'm getting the "No marshal_dump is defined for class Proc" error.

A: Instead of configuring the grid in the view, make a separate component for it, extending GridPanel, and configure the scopes there. The problem is that the "netzke" call in the view stores the component's configuration in the session, so, Proc objects can't be used in it.


Clone this wiki locally