Hello Friends,
this is my code
add(new ListView("people", p.writeNews("arts"))
{
@Override protected void populateItem(ListItem item)
{
RSSReader person = (RSSReader)item.getModelObject();
item.add(new Label("title", person.title)); - title
item.add(new Label("link", person.link));
corresponding web Address of title
item.add(new Label("description", person.description));
description
}
When i click title that shows that web Page
how to do it
--
Thanks®ards,
Gerald A
