Are you expecting the text of your RSS to appear in the body?  That is not
what this code does - it simply allows your browser to know about the
existence of RSS content.


-- 
Jeremy Thomerson
http://www.wickettraining.com


On Wed, May 28, 2008 at 3:17 AM, Fabien D. <[EMAIL PROTECTED]>
wrote:

>
> I have something only in the head part :
>
> <head>
>                <title wicket:id="titlepage">Open Source - Base de
> conaissance en
> ligne</title>
>                <meta http-equiv="Content-Style-Type" content="text/css" />
>                <meta http-equiv="Content-Script-Type"
> content="text/javascript"/>
>                <meta http-equiv="Content-Type" content="text/html;
> charset=UTF-8" />
>                <link title="Normal" rel="stylesheet" type="text/css"
> href="./css/style.css" media="screen"/>
>
>    <link rel="alternate" type="application/rss+xml" title="your feed title"
> href="resources/org.apache.wicket.Application/myFeed" /><script
> type="text/javascript"
>
> src="resources/org.apache.wicket.markup.html.tree.AbstractTree/res/tree.js"></script>
>
> <link rel="stylesheet" type="text/css"
>
> href="resources/org.apache.wicket.markup.html.tree.BaseTree/res/base-tree.css"
> />
> <script type="text/javascript"
>
> src="resources/org.apache.wicket.markup.html.WicketEventReference/wicket-event.js"></script>
> <script type="text/javascript"
>
> src="resources/org.apache.wicket.ajax.WicketAjaxReference/wicket-ajax.js"></script>
> <script type="text/javascript"
>
> src="resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/wicket-ajax-debug.js"></script>
> <script type="text/javascript"
> id="wicket-ajax-debug-enable"><!--/*--><![CDATA[/*><!--*/
> wicketAjaxDebugEnable=true;
> /*-->]]>*/</script>
>
> </head>
>
> In the body, nothing .....
>
> </wicket:panel></div>
>                        <div id="texte" wicket:id="panelhome"><wicket:panel>
>        <h1>
>                Welcome
>                <br>
>        </h1>
> </wicket:panel></div>
> --
> View this message in context:
> http://www.nabble.com/Use-wicketstuff-rome-tp17471567p17507412.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to