On Dec 23, 2006, at 0:12, Nino Wael wrote:
> hmm have you tried the wicket.link class? that generates the link...
>
> I had to learn something similar, you can attach a link wicket java
> class to a button html markup if you need to for some reason and
> vice versa. And that goes in general y
since im not completely sure..
regards Nino
-Original Message-
From: [EMAIL PROTECTED] on behalf of Dustin
Sallings
Sent: Sat 23-12-2006 02:09
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Constructing a list of links from java
Thanks everyone for the respons
want to, guys
please comment on this one since im not completely sure..
regards Nino
-Original Message-
From: [EMAIL PROTECTED] on behalf of Dustin Sallings
Sent: Sat 23-12-2006 02:09
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Constructing a list of links from java
Thanks everyone for the responses. I got it to do what I wanted
without an excessive amount of work.
I wasn't able to find a component that would generate a regular link
within my application context so I wrote one, but it was pretty easy.
From the examples I saw, I thought repeaters/
: Fri 22-12-2006 09:00
To: wicket-user@lists.sourceforge.net
Subject: Re: [Wicket-user] Constructing a list of links from java
Hello Dustin,
You can also find more information on the wiki:
http://cwiki.apache.org/WICKET/listview-and-other-repeaters.html
Regards,
Erik.
Dustin Sallings wrote
Hello Dustin,
You can also find more information on the wiki:
http://cwiki.apache.org/WICKET/listview-and-other-repeaters.html
Regards,
Erik.
Dustin Sallings wrote:
> I am trying to convert an old struts and tiles/jsp app to wicket.
> This app has a bunch of links that get added
Use a Listview or repeater?
Im using Listview to do something similar... Want an example?
regards Nino
-Original Message-
From: [EMAIL PROTECTED] on behalf of Dustin Sallings
Sent: Fri 22-12-2006 06:05
To: wicket-user@lists.sourceforge.net
Subject: [Wicket-user] Constructing a list of
ot;;; xml:lang="de_DE" lang="de_DE">
Hope this helps !
M.A.Bednarz
Hannover / Germany
> -Ursprüngliche Nachricht-
> Von: wicket-user@
I have an embarrassingly simple question to which I haven't been
able to find a simple answer.
I am trying to convert an old struts and tiles/jsp app to wicket.
This app has a bunch of links that get added programatically. I'd
like my template to have a ul to which I'd app