Well, at a guess, it's either that you've not got the the hierarchial
structure of TreeNodes correct or somehow the CSS isn't matching...
(If you've got Firefox, try View/Page Style/No Style on the tree
example to compare.)

  The two really relevent parts of the CSS are the 
.treerow {
        display: block;
}
.wicket-indent-tree-spacer {
        padding-left: 16px;
}

sections which are from tree.css, which is included care of the Wicket
Tree implementation in the core, so you shouldn't have to do anything
to have it included...

Any chance you can reproduce it in a small test case?
/Gwyn

On 05/08/05, Dzenan Ridjanovic <[EMAIL PROTECTED]> wrote:
> Based on the tree example in "wicket.examples.nested" I have created a
> tree for my POJOs. I have the tree content, but it is displayed in one
> row. I cannot figure out how to display it in a tree-like hierarchical
> structure. I have tried with CSS but it did not work. I have read the
> Javadoc but I have found nothing that would give me a hint. I just
> cannot figure out how the tree in the nested example is displayed nicely
> as it is. I would appreciate your help.
> 
> Dzenan
> 
> 
> -------------------------------------------------------
> SF.Net email is Sponsored by the Better Software Conference & EXPO
> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to