You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Eyal Golan <eg...@gmail.com> on 2008/04/01 06:04:21 UTC

Re: convert open-close to open

yes it does.
as well as <button>, which is what I intended originally

On Tue, Apr 1, 2008 at 12:43 AM, Johan Compagner <jc...@gmail.com>
wrote:

> is that supported <input> with a close tag?
>
> On Mon, Mar 31, 2008 at 9:49 PM, Eyal Golan <eg...@gmail.com> wrote:
>
> > I found my mistake.
> > Instead of writing <input wicket:id="ddd" .../> , I told all my colleges
> > to
> > write <input wicket:id="ddd" ...></input>
> > As I found that this is the way Wicket suggests writing the markup.
> >
> > On Mon, Mar 31, 2008 at 9:47 PM, Gerolf Seitz <ge...@gmail.com>
> > wrote:
> >
> > > what's the use case for doing that?
> > >
> > >  Gerolf
> > >
> > > On Mon, Mar 31, 2008 at 4:32 PM, Eyal Golan <eg...@gmail.com>
> wrote:
> > >
> > > > Hi,
> > > > How can I convert a tag that is of type open-close: <input bla bla
> bla
> > > />
> > > > to <input> bla bla </input> ?
> > > >
> > > > The API says that I should not use the setTag(XmlTag) method.
> > > > If I do I get all kind of exceptions.
> > > > Second question: How will I close it?
> > > >
> > > > I do all the above in the onComponentTag method.
> > > >
> > > > Thanks
> > > >
> > > >
> > > > --
> > > > Eyal Golan
> > > > egolan74@gmail.com
> > > >
> > > > Visit: http://jvdrums.sourceforge.net/
> > > >
> > >
> >
> >
> >
> > --
> > Eyal Golan
> > egolan74@gmail.com
> >
> > Visit: http://jvdrums.sourceforge.net/
> >
>



-- 
Eyal Golan
egolan74@gmail.com

Visit: http://jvdrums.sourceforge.net/