Re: Accessing Spring beans from an Avalon component

2008-07-22 Thread Molnar Peter
On Ked, Július 22, 2008 2:12 pm, Grzegorz Kossakowski wrote: > We have a Avalon-Spring bridge that will pick up all Avalon components and > initialize them using > Spring so in a fact they are Spring beans. > > That was made on purpose to make a transition from Avalon to Spring > smooth. Does thi

Re: Accessing Spring beans from an Avalon component

2008-07-22 Thread Molnar Peter
On Pén, Július 18, 2008 5:44 pm, Grzegorz Kossakowski wrote: > Just use servicemanager.lookup('here.goes.spring.bean') method. The > Service Manager can be injected > into Avalon component by implementing Serviceable interface. > It was solved eventually, because I have figured out that in Cocoon

Accessing Spring beans from an Avalon component

2008-07-18 Thread Molnar Peter
Hi all, can I access a spring bean from an avalon SiteComponent? If yes, can you give me a hint on how it's done? -- Peter Molnar <[EMAIL PROTECTED]> - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Help with tree widget

2008-07-17 Thread Molnar Peter
On Pén, Július 11, 2008 5:09 pm, Ralph Rauscher wrote: > see below for a sample on how it works in 2.1.11 - might work as well on > 2.2 or at least give you some pointers. > It has been a great help. Thank you. I have almost got it to work, but another problem remains. Only the root node is dis

Help with tree widget

2008-07-09 Thread Molnar Peter
Hi all, I'm working on a project that uses Cocoon 2.2 and I'm trying to get the tree widget to work. So far I have built a tree model in java, and the next step would be to display this tree on the web page. Can anybody show me a very basic flowscript/definition/template to simply display this tr