There are several projects out there that use those techniques to
dynamically build UIs. Here

http://code.google.com/p/antilia/source/browse/#svn/trunk/com.antilia.web/src/com/antilia/web/crud

<http://code.google.com/p/antilia/source/browse/#svn/trunk/com.antilia.web/src/com/antilia/web/crud>I
just built a CRUD component that generates everything out of an Entity.
There is also

http://wicketwebbeans.sourceforge.net/

<http://wicketwebbeans.sourceforge.net/>and somewhere on wicket-stuff a
similar project.

Best,

Ernesto

On Thu, Jan 28, 2010 at 7:03 AM, Josh Kamau <[email protected]> wrote:

> Ernesto
>
> two dimensional repeaters? Let me check that out. never thought of it.
> sounds like a good idea.
>
> Josh
>
> On Thu, Jan 28, 2010 at 8:56 AM, Ernesto Reinaldo Barreiro <
> [email protected]> wrote:
>
> > Hi Josh,
> >
> >
> > > How do i layout components dynamically in panel? i.e, there is not
> markup
> > > like a table to determine the position?
> > >
> > > Using repeaters?
> >
> >
> > > if i write myPanel.add(field1)  and myPanel.add(field2) and i want the
> > > fields to be laid out a) side by side b) one below the other, how do i
> do
> > > it
> > > ?
> > >
> > >
> > Using a two dimensional repeater?
> >
> > Best,
> >
> > Ernesto
> >
>

Reply via email to