>From: "stephan opitz" <[EMAIL PROTECTED]> 
>
> 1st: *.xml suffix in browser solved by 
> a solution can be 
> 
> 
> 
> org.apache.shale.clay.XML_TEMPLATE_SUFFIX 
> .tru 
> 
> 
> 2nd... 
> 
> i use tiles: 
> 
> xmlns attributes to the root element - how you mean this? i surround 
> my basis layout.html with 
> 
> > xmlns:h="http://java.sun.com/jsf/html"; 
> xmlns:t="http://myfaces.apache.org/tomahawk";> 
> 
> if i do this and have a included side with the calendar - it works in 
> IE but not in firefox (he thinks an xml will be called...) 
> 
> if i maybe only surrond the page included to the base page with > the 
> calendar works only in firefox but not in IE 
> 
> everything strange... 
> 

The html namespaces are a new addition.  This is really the first bit of feed 
back on using that approach. Lets figure out how to make it work :--)

Gary


> 2006/7/27, René Zanner : 
> > Hi Stephan, 
> > 
> > have you tried to put the xmlns attributes to the root element of the 
> > document 
> (which should be in any case...)? 
> > 
> > I do not see the connection with the inputCalendar, I'm afraid. Can you 
> explain a bit more? 
> > 
> > Cheers, 
> > 
> > René 
> > 
> > 
> > PS: By the way: what does this problem have to do with the subject of the 
> email ("tiles and the *.xml suffix")? 
> > 
> > 
> > ----- Original Message ----- 
> > From: stephan opitz 
> > [mailto:[EMAIL PROTECTED] 
> > To: [email protected] 
> > Sent: Thu, 27 Jul 
> > 2006 16:45:10 +0200 
> > Subject: Re: tiles and the *.xml suffix 
> > 
> > 
> > > i defined the calendar in clay-config.xml 
> > > 
> > > 
> > > 
> > > > value="[EMAIL PROTECTED]" /> 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > > /> 
> > > 
> > > > /> 
> > > 
> > > 
> > > 
> > > 
> > > it works fine in such way... 
> > > 
> > > but ie needs that the whole html file has an 
> > > 
> > > > > > xmlns:h="http://java.sun.com/jsf/html"; 
> > > xmlns:t="http://myfaces.apache.org/tomahawk";> 
> > > 
> > > ... 
> > > > > > 
> > > 
> > > 
> > > this does not work in firefox... 
> > > 
> > > in firefox it works when i surrond the > > > xmlns..., but then ie has 
> > > probs... 
> > > 
> > > any other solution found, yet? 
> > > 2006/7/27, : 
> > > > my base layout looks like this 
> > > > 
> > > > > > > > xmlns:h="http://java.sun.com/jsf/html"; 
> > > > xmlns:t="http://myfaces.apache.org/tomahawk";> 
> > > > 
> > > > > > > > basename="de.fhb.ShaleTest.view.ApplicationResources" 
> > > var="messages" /> 
> > > > 
> > > > > > > > "http://www.w3.org/TR/html4/strict.dtd";> 
> > > > 
> > > > 
> > > > 
> > > > the first 
> > > > 
> > > > > > > > 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