RE: Tree2 Best Practices.

2005-12-07 Thread Matias Gomez Carabias
Simon, the div approach is working just fine. Thanks a lot Matias -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 06, 2005 7:06 PM To: MyFaces Discussion Subject: Re: Tree2 Best Practices. Hi, I'm not sure that Tiles is relevant. It a

Re: Tree2 Best Practices.

2005-12-06 Thread Simon Kitching
Hi, I'm not sure that Tiles is relevant. It allows you to compose a page from different fragments, and easily rearrange the order in which the fragments are output in the response. However if you want some large JSF components (eg a tree with many nodes) to be rendered inside a fixed-size bo

Re: Tree2 Best Practices.

2005-12-06 Thread Sean Schofield
You may want to look into Tiles. sean On 12/6/05, Matias Gomez Carabias <[EMAIL PROTECTED]> wrote: > > > > Hi guys, I was just wondering which would be the best approach to use the > tree2 component. > > > > I've tried with frames, but I don't know if this would be the smartest > solution, is the