Hello,

I'm going over some old code and I have noticed that some devs are using
fragments to slice up views. For instance, one Panel only has a single
'content' div and then the 3 different views are displayed by switching
between 3 Fragments with replaceWith(). This seems to me to break the 'avoid
changing the component hierarchy' best practice. My understanding was that
Fragments were mostly of use in ListView scenarios.

Any thoughts on this and appropriate Fragment use in general?

Thanks,

CN


--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/When-should-one-use-fragments-tp4669062.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to