jWicket Accordiion and Sortable

2010-06-13 Thread Stefan Lindner
I've committed version 0.6.0 of jWicket to wicketstuff's trunk. It provides a first implementation of Accordion and Sortable. Both do not have a complete documentation now (take a look at Abstractaccordion for some hints). I will now start to use both in my own projects. The API my change a

Re: devolpment environment and externalizables html in a different server (url)

2010-06-13 Thread Jeremy Thomerson
Don't you use version control? On Mon, Jun 7, 2010 at 4:13 PM, Fernando Wermus fernando.wer...@gmail.comwrote: Hi all, We would like to set up a deveolpment environment for some developers who are not in the same office. We think that externalizing the html in a different server could

How to implement tabs without using panels?

2010-06-13 Thread Alec Swan
Hello, I am working with a web designer who delivers a single HTML page which should display a panel with arbitrary number of tabs. In the HTML the tabbed panel consists of a ul list of links and the content of the first tab. The content for the remaining tabs is loaded from the database at

Re: How to implement tabs without using panels?

2010-06-13 Thread Jeremy Thomerson
On Sun, Jun 13, 2010 at 8:54 PM, Alec Swan alecs...@gmail.com wrote: Hello, I am working with a web designer who delivers a single HTML page which should display a panel with arbitrary number of tabs. In the HTML the tabbed panel consists of a ul list of links and the content of the first

Re: How to implement tabs without using panels?

2010-06-13 Thread Alec Swan
Hello, If I understood your suggestion correctly it involves to markup files: one - for the content area and another one - for the tab content. However, I would like to use a single markup file for the entire page. Did I understand your solution correctly? Thanks On Sun, Jun 13, 2010 at 8:04

Re: How to implement tabs without using panels?

2010-06-13 Thread Alec Swan
I wonder if I can use Wicket fragments for this. My page markup will contain a single fragment for the tab content. At runtime I will create multiple Fragment objects - one for each tab, each of which will be mapped to the same fragment section in the markup file. After this I can just swap tab