On 8/7/05, Johan Compagner <[EMAIL PROTECTED]> wrote:
> there seems to be 2 problems here.
> 
> 1> a problem which triggers the error page (that has maybe something to
> do with the markup you show here)
> 2> The exception pages errors because the encoding is somehow null.

The encoding is already set in doGet() which is why I asked for the
version. That actually should never happen.

> 
> johan
> 
> 
> Gili 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
> >
> 
> 
> -------------------------------------------------------
> 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

Reply via email to