my base layout looks like this

<span xmlns:f="http://java.sun.com/jsf/core";
          xmlns:h="http://java.sun.com/jsf/html";
          xmlns:t="http://myfaces.apache.org/tomahawk";>

<span jsfid="loadBundle"
        basename="de.fhb.ShaleTest.view.ApplicationResources" var="messages" />

<!DOCTYPE html PUBLIC "-//W3C//DTD html 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd";>

<html lang="de">

the first

<span xmlns:f="http://java.sun.com/jsf/core";
          xmlns:h="http://java.sun.com/jsf/html";
          xmlns:t="http://myfaces.apache.org/tomahawk";>

makes it possible that the myfaces calendar runs as popup!!!
but this makes the problem - because of the *.xml suffix in browser
headline ...

in this context browser firefox waits for an xml conform document...

where i can change this... that the url will be rewriten ...

maybe in web.xml but i'dont know which key has to changed...

stephan

Reply via email to