Hi;

I have looked at wicketwebbeans and it looks impressive. Does it support
wicket 1.4.5 ? the currently available download at googlecode is dated April
2009 .

On Thu, Jan 28, 2010 at 9:32 AM, Ernesto Reinaldo Barreiro <
reier...@gmail.com> wrote:

> 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 <joshnet2...@gmail.com> 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 <
> > reier...@gmail.com> 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