which wicket version are you using? Juergen
On 8/7/05, Gili <[EMAIL PROTECTED]> wrote: > > FYI: this only seem to occur when I add this to my markup: > > <wicket:link autolink="true"> > <link wicket:id="css2" rel="Stylesheet" type="text/css" > href="css2.css"/> > <link wicket:id="only-ie" rel="Stylesheet" type="text/css" > href="only-ie.css"/> > </wicket:link> > > It seems like Wicket doesn't like "wicket:id" on the CSS <link> tag. > I'm trying to conditionally send one CSS file or the other depending > upon the user's browser. > > Gili > > Gili wrote: > > Hi, > > > > I get this exception: > > > > wicket.WicketRuntimeException: Internal error: encoding must not be null > > at > > wicket.response.BufferedResponse.convertToCharset(BufferedResponse.java:213) > > > > at > > wicket.response.BufferedResponse.close(BufferedResponse.java:171) > > at > > wicket.protocol.http.WebRequestCycle.redirectTo(WebRequestCycle.java:228) > > at > > wicket.RequestCycle.redirectToExceptionErrorPage(RequestCycle.java:748) > > at > > wicket.RequestCycle.internalOnRuntimeException(RequestCycle.java:699) > > at wicket.RequestCycle.respond(RequestCycle.java:788) > > at wicket.RequestCycle.request(RequestCycle.java:406) > > at wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:304) > > > > Is this a bug? > > > > Gili > > -- > http://www.desktopbeautifier.com/ > > > ------------------------------------------------------- > SF.Net email is Sponsored by the Better Software Conference & EXPO > September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices > Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA > Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf > _______________________________________________ > Wicket-develop mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wicket-develop > ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
