I wrote up a quick blog to demonstrate this solution in case anyone is
interested.  I've built a "better" wicket RSS page that can handle any of
the RSS formats along with Atom.  if anyone's interested, this could
probably go into wicket-stuff too.

http://jroller.com/page/wireframe?entry=wicket_feedpage

On 12/30/06, Ryan Sonnek <[EMAIL PROTECTED]> wrote:

As a followup, I was able to override the onRender() method to stream my
content, but I still need an empty markup file or else wicket throws an
exception.

are any "risks" with going with this approach, and is there any way to get
around the empty markup file?

On 12/30/06, Ryan Sonnek <[EMAIL PROTECTED]> wrote:
>
> I'm building an rss page similar to the one on the wiki 
(http://cwiki.apache.org/WICKET/rss-page.html
> ), but I'd like to have the rss library i'm using write out the rss
> instead of duplicating all the markup and components.
>
> Is it possible for a page to programatically write out to the stream
> without having a markup file at all?
>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to