Hi, a question to the list...

I am currently writing a chainable view handler
(a view handler which you can pass a sequential list of handlers
which are then chained together in the order you give in the parameters
- top down, all done in the faces config)

Now I rechecked the tlds and I saw that you already can cascade the decorating view handlers.
But one question to the people in here more familiar with the specs,
does this cascade enforce a calling order or not?

I am not talking about the actual implementation here
but more about the specs themselves.

the * in the view handler tag definition makes that unclear.
If it does I can dump the work spent so far on the custom handler
if not, then it probably is a good idea to implement it fully.

Reply via email to