Maybe your talking about this :

http://img519.imageshack.us/img519/7098/seeecv1.jpg

In my web application, I have nothing..... Is there something to add in the
WebApplication.class?

I have tried this :
                mountSharedResource("/RSS", new ResourceReference("myFeed") {
                      protected FeedResource newResource() {
                        return new 
GestionFluxRSS(CDataFromBDD.getLastTSuiviSite());
                      }
                    }.getSharedResourceKey());  --> that causes a problem 
Filter Start
when Tomcat is launched

And I have tried this :
        this.getSharedResources().add("myFeed",new
GestionFluxRSS(CDataFromBDD.getLastTSuiviSite()));
        mount(new SharedResourceRequestTargetUrlCodingStrategy("myFeed", 
"RSS"));

And I have tried with noting... 

For the two last tries, nothing is displayed, I don't know what it has to
display??!?
-- 
View this message in context: 
http://www.nabble.com/Use-wicketstuff-rome-tp17471567p17511624.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