Its IE version 6.0

Cagatay Civici wrote:
> 
> Hi, what's your browser?
> 
> On 1/23/07, bansi <[EMAIL PROTECTED]> wrote:
>>
>>
>> I am using MyFaces 1.1.14, tomahawk 1.1.3, sandbox 1.1.3 , Facelets
>> 1.1.12
>> ,
>> Ajax1.0.4
>> Here is the test.xhtml which doesnt render anything  onto  browser
>>
>>
>> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
>>     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
>>
>> <html xmlns="http://www.w3.org/1999/xhtml";
>>       xmlns:ui="http://java.sun.com/jsf/facelets";
>>       xmlns:h="http://java.sun.com/jsf/html";
>>       xmlns:f="http://java.sun.com/jsf/core";
>>       xmlns:t="http://myfaces.apache.org/extensions";
>>       xmlns:s="http://myfaces.apache.org/sandbox"; >
>> <head>
>>         <title>Test Page</title>
>>
>> </head>
>>
>> <body>
>> <f:view>
>>
>>
>>                 <h:form>
>>                                 <t:div style="width:70%">
>>                                    <s:fieldset legend="Employee
>> Information" >
>>                                                 <t:panelGrid columns="1"
>> cellpadding="2" cellspacing="2"  >
>>
>> <t:column>
>>
>> <t:outputText value="Hello World" />
>>
>>                                                         </t:column>
>>
>>                                                         <t:column>
>>
>> <t:commandButton  value="Save" />
>>                                                      <t:commandButton
>> value="Cancel" />
>>                                                 </t:column>
>>
>>                                         </t:panelGrid>
>>
>>                                     </s:fieldset>
>>                             </t:div>
>>                                 </h:form>
>>
>>         </f:view>
>>
>>
>>
>> </body>
>> </html>
>>
>> Here is the list of jar files that i use in my application
>> myfaces-api-1.1.4.jar
>> myfaces-impl-1.1.4.jar
>> myfaces-impl-1.1.4-tlddoc.jar
>> tomahawk-1.1.3.jar
>> tomahawk-1.1.3-tlddoc.jar
>> tomahawk-sandbox-1.1.3-SNAPSHOT.jar
>>
>> The browser displays a blank page
>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Tomahawk-components-doesnt-get-rendered-onto-Browser-tf3077152.html#a8548813
>> Sent from the MyFaces - Users mailing list archive at Nabble.com.
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Tomahawk-components-doesnt-get-rendered-onto-Browser-tf3077152.html#a8552644
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to