Re: [Wicket-user] Constructing a list of links from java

2006-12-23 Thread Dustin Sallings
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

Re: [Wicket-user] Constructing a list of links from java

2006-12-23 Thread Igor Vaynberg
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

Re: [Wicket-user] Constructing a list of links from java

2006-12-23 Thread Nino Wael
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

Re: [Wicket-user] Constructing a list of links from java

2006-12-22 Thread Dustin Sallings
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/

Re: [Wicket-user] Constructing a list of links from java

2006-12-22 Thread Nino Wael
: 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

Re: [Wicket-user] Constructing a list of links from java

2006-12-22 Thread Erik van Oosten
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

Re: [Wicket-user] Constructing a list of links from java

2006-12-21 Thread Nino Wael
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

Re: [Wicket-user] Constructing a list of links from java

2006-12-21 Thread bednarz-hannover
ot;;; xml:lang="de_DE" lang="de_DE"> Hope this helps ! M.A.Bednarz Hannover / Germany > -Ursprüngliche Nachricht- > Von: wicket-user@

[Wicket-user] Constructing a list of links from java

2006-12-21 Thread Dustin Sallings
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