Re: [T4.1] How to get list of registered components?

2007-11-28 Thread ccmail
Alejandro Scandroli wrote: Hi These old threads might help: http://www.nabble.com/dynamic-component-injection-tf3845654.html#a11223321 http://www.nabble.com/Question-regarding-Block-RenderBlock-tf2586721.html#a7212396 Thanks, currently I've chosen Block/RenderBlock-based solution. But is

[T4.1] How to get list of registered components?

2007-11-27 Thread ccmail
Hi, how can I get list of active components programatically from within Tapestry component? What I need to do is to check if a component (being a template) with given name exists and use it if so or use some default template otherwise. BTW: is it possible at all? Can I insert ognl within

Re: [T4.1] How to get list of registered components?

2007-11-27 Thread ccmail
ccmail wrote: Hi, how can I get list of active components programatically from within Tapestry component? What I need to do is to check if a component (being a template) with given name exists and use it if so or use some default template otherwise. BTW: is it possible at all? Can I insert

[T 4.1.2] overriding default exception page

2007-07-30 Thread ccmail
Hi all, I've tried to override default Tapestry as described here (http://tapestry.apache.org/tapestry4.1/developmentguide/exceptionpages.html). Unfortunately after adding contribution configuration-id=tapestry.Infrastructure property name=exceptionPageName value=GeneralErrorPage/