As you can see, what I am attempting to do is provide an interface for the user to pass parameters, then once those parameters are set, the _do_ticket_list function should be called, and return the results of _do_ticket_list results to the ticket_list_response member. Again, everything works the first time around, but every subsequent call does not trigger _do_ticket_list since the ticket_list_response member has already been built
If you want some action to be triggered every time ticket_list_response is accessed, you shouldn't make it an attribute, but a method right away.
In reply to Re: Moose Troubles
by moritz
in thread Problem with Moose Dispatching Requests
by three18ti
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |