is that supported <input> with a close tag?

On Mon, Mar 31, 2008 at 9:49 PM, Eyal Golan <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>
> wrote:
>
> > what's the use case for doing that?
> >
> >  Gerolf
> >
> > On Mon, Mar 31, 2008 at 4:32 PM, Eyal Golan <[EMAIL PROTECTED]> 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
> > > [EMAIL PROTECTED]
> > >
> > > Visit: http://jvdrums.sourceforge.net/
> > >
> >
>
>
>
> --
> Eyal Golan
> [EMAIL PROTECTED]
>
> Visit: http://jvdrums.sourceforge.net/
>

Reply via email to