[Catalyst] Componentised actions.

Robert 'phaylon' Sedlacek rs at 474.at
Sat Mar 31 17:52:33 GMT 2007


Oleg Pronin wrote:
> Because there is no work for perl in this action. And there are a lots
> of similar actions. But template that includes this list action dosn't
> care about that. It just want forward to something that would be
> processed if similar url is called.

It would be easier to understand your problem if you could elaborate on
what you are trying to implement, not how you think you should do it.
Examples can be of help here too, or at least an explanation on what the
actions your current design involve should do.

Catalyst is pretty flexible, and maybe more than you think. It provides
elegant implementation possibilities for most problems that might occur.

And what do you when you say
| The problem is that catalyst cannot forward to actions more complex
| than 'Local'.

Catalyst can forward to all of it's actions, and it doesn't really care
what's in them.

Sorry, but I won't give you a technical workaround for what I see as a
design problem, when the workaround will surely become a maintenance
nightmare in the near or distant future.

.phaylon



More information about the Catalyst mailing list