Ehm yes ok thank you.

 

It was a bit lazy of me asking the question in here, I should have looked harder.

 


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Igor Vaynberg
Sent: woensdag 22 maart 2006 2:21
To: [email protected]
Subject: Re: [Wicket-user] Some wicket tag questions

 

that is not experiment but there since 1.2beta1?

read the javadoc for what it is and if you want the following discussion on this list to led to its creation:
http://www.nabble.com/Multible-Panel-Markup-inside-the-page-t894628.html#a2323914

-Igor

On 3/21/06, Tom van Zummeren < [EMAIL PROTECTED]> wrote:

I think I found another tag by accident.

<wicket:fragment>

Is this one experimental as well?
If not, how can it be used?

Tom

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Tom van
Zummeren
Sent: dinsdag 21 maart 2006 23:01
To: [email protected]
Subject: RE: [Wicket-user] Some wicket tag questions

Alright, thank you

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Juergen
Donnerstag
Sent: dinsdag 21 maart 2006 22:59
To: [email protected]
Subject: Re: [Wicket-user] Some wicket tag questions

see all the classes in wicket.markup.resolver.*. Just create your own
resolver and register it with the application and you are done.

Juergen

On 3/21/06, Juergen Donnerstag <[EMAIL PROTECTED]> wrote:
> On 3/21/06, Tom van Zummeren <[EMAIL PROTECTED] > wrote:
> > Thank you for your quick response.
> >
> > I am not missing something, but I am researching all the possibilities
of
> > Wicket, and I would like to know how to create my own tags (actually
it's
> > just a curiousity thing).
> >
> > -----Original Message-----
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]] On Behalf Of Juergen
> > Donnerstag
> > Sent: dinsdag 21 maart 2006 22:42
> > To: [email protected]
> > Subject: Re: [Wicket-user] Some wicket tag questions
> >
> > It is experimental only. We did have to many issues implementing it
> > properly. Though there a view unit test cases for it (just search for
> > <wicket:component) and as far as i remember it actually works for
> > simple components like BoxBorder. In that context there is yet another
> > tag you didn't mention in your list <wicket:param..> which kind of
> > belongs into the same category. Do not use them. Once we migrated to
> > "parent container must be provided with the components constructor",
> > it'll be much easier to implement them.
> >
> > Sure you can create your own one, but what for? What are you missing?
> >
> > Juergen
> >
> > On 3/21/06, Tom van Zummeren < [EMAIL PROTECTED]> wrote:
> > >
> > >
> > >
> > > Ok I am using Wicket for a few weeks now, and I gathered a lot of
> > > information about it via the wicker website, wicket-wiki and this
mailing
> > > list.
> > >
> > >
> > >
> > > During this gathering I discovered a lot of wicket tags. Here is the
list
> > of
> > > tags I know how to use:
> > >
> > >
> > >
> > > <wicket:panel>
> > >
> > > <wicket:border>
> > >
> > > <wicket:child>
> > >
> > > <wicket:extend>
> > >
> > > <wicket:body>
> > >
> > > <wicket:head>
> > >
> > > <wicket:remove>
> > >
> > > <wicket:message>
> > >
> > >
> > >
> > > Now I found another tag called <wicket:component>, I can't seem to
make it
> > > work.
> > >
> > >
> > >
> > > I tried <wicket:component class="
> > > jteam.wickettest.site.components.EmployeeTree"/> but no
> > > success.
> > >
> > > Instead, I get the following exception:
> > >
> > > wicket.markup.MarkupException: Unable to create Component from wicket
tag:
> > > Cause:
> > >
jteam.wickettest.site.components.EmployeeTree.<init>(java.lang.String).
> > >
> > >
> > >
> > > What am I doing wrong here?
> > >
> > >
> > >
> > > And are there more tags than this in wicket?
> > >
> > >
> > >
> > > And can I create my own wicket tags?
> > >
> > >
> > >
> > >
> > >
> > > Tom
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by xPML, a groundbreaking scripting
language
> > that extends applications into web and mobile media. Attend the live
webcast
> > and join the prime developer group breaking into this new coding
territory!
> >
http://sel.as-us.falkag.net/sel?cmd_________________________________________
> > ______
> > Wicket-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by xPML, a groundbreaking scripting
language
> > that extends applications into web and mobile media. Attend the live
webcast
> > and join the prime developer group breaking into this new coding
territory!
> > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
> > _______________________________________________
> > Wicket-user mailing list
> > [email protected]
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
>


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd_________________________________________
______
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

 

Reply via email to