[html-formfu] Callbacks
Benjamin Martin
benjamin at opusvl.com
Fri Jul 2 08:27:53 GMT 2010
Hello,
In my catalyst app I have a method that is used for a Callback constraint.
In my Root.pm controller use a session and log in a user the usual way.
package MyApp::Controller::ControllerA;
...
sub formfu_callback_checka
{
# need to validate using something in session?..
}
My question is, what is the best way to get hold of the session/user
data from within my callback method?
thanks for any help, apologizes if this gets asked all the time,
-Ben
More information about the HTML-FormFu
mailing list