Re: [Wicket-user] Any Free RSS Panel from Wicket Users

2006-05-24 Thread Ayodeji Aladejebi
yeah am even wiring one using a free RSS library..the dojo example is kind of complicated...no need of new JS library to make a RSS panel...Combining any tiny free RSS library like http:// rsslib4j.sourceforge.net/  will get it done and infact the AJAX update is so much fun with AjaxSelfUpdatingBeh

Re: [Wicket-user] Any Free RSS Panel from Wicket Users

2006-05-23 Thread Ryan Sonnek
I'm also interested in a wicket RSS panel, but i'm finding it hard to understand the dojo example. personally, i think it would be easier to use a library like rome (https://rome.dev.java.net/) and just add each rss element to a wicket list view.  it's really not that difficult to parse an existin

Re: [Wicket-user] Any Free RSS Panel from Wicket Users

2006-05-23 Thread Martijn Dashorst
Check out the wicket-contrib-dojo-examplesThe students have built a dojo auto update RSS reader.MartijnOn 5/23/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote:Okay I am lazy again parsing RSSPlease does anyone have a free RSS panel to share :) Something i can simply input an RSS Link and then

[Wicket-user] Any Free RSS Panel from Wicket Users

2006-05-23 Thread Ayodeji Aladejebi
Okay I am lazy again parsing RSSPlease does anyone have a free RSS panel to share :)Something i can simply input an RSS Link and then it will render out the Links?Thanks :)