Hi,

 

I'm going round the bend with this one and suspect I'm missing something
really obvious. I have a site set up that uses  full xml views. I'm
trying to add namespace tags to my pages, but they don't get rendered
unless I use jsfid - here's what I mean...

 

Page example.html:

 

<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"

        xmlns:f="http://java.sun.com/jsf/core";

        xmlns:h="http://java.sun.com/jsf/html";

        xmlns:clay="http://shale.apache.org/clay";

        xmlns:s="http://shale.apache.org/core";>

 

...

 

      <span jsfid="h:outputText" value="hello" />

      <h:outputText value="hello" />

 

...

</html>

 

In the rendered page I get:

 

      hello

      <h:outputText value="hello" />

                

 

So Clay is happily replacing my <span jsfid="..."> tag but isn't
processing my h:outputText tag. Anyone know why not?

 

Cheers,

Ian.

 

Reply via email to