uklance / tapestry-stitch

Sample components and concepts in Tapestry 5
MIT License
14 stars 7 forks source link

Refactor Tab / TabGroup #22

Open uklance opened 10 years ago

uklance commented 10 years ago
  1. TabModel should be an interface
  2. Tab should pass ComponentResources.getBody() to TabGroup
  3. Support for lazy and eager render. lazy renders via ajax, eager renders all tabs and uses javascript to show / hide. eager option will fix issue #6 .
  4. Fix broken bootstrap links on demo