Hello Paul,

I only use tomahawk 1.1.3 without the MyFaces implementation in Tomcat.
I thought that tomahawk should also work with Suns reference
implementation.

Frank 

> -----Original Message-----
> From: Paul Spencer [mailto:[EMAIL PROTECTED] 
> Sent: Dienstag, 12. Dezember 2006 15:06
> To: MyFaces Discussion
> Subject: Re: Problem with dataTable and newspaperOrientation
> 
> Frank,
> I suspect you are not running the same version of MyFaces and 
> Tomahawk as www.irian.at.  They are running a recent 
> 1.1.5-SNAPSHOT.  For more information on building the current 
> snapshot see:
>   http://wiki.apache.org/myfaces/Building_With_Maven
> 
> Paul Spencer
> 
> 
> 
> Oellien, F (Frank) wrote:
> > Hello,
> > 
> > I have just setup a dataTable with newspaper functionalitry like 
> > described in http://www.irian.at/myfaces/newspaperTable.jsp.source
> > 
> > However my application gives the error message:
> > org.apache.jasper.JasperException: /workspaceContent.jsp(24,8) 
> > Attribute newspaperOrientation invalid for tag dataTable 
> according to 
> > TLD
> > 
> > <%@ page contentType="text/html" %>
> > <%@ taglib uri="http://java.sun.com/jsf/html"; prefix="h" %> 
> <%@ taglib 
> > uri="http://java.sun.com/jsf/core"; prefix="f" %> <%@ taglib 
> > uri="http://myfaces.apache.org/tomahawk"; prefix="t"%>
> > 
> > <f:view>
> > 
> >   <h:form>
> >         <t:dataTable id="workflowLayout"
> > newspaperColumns="#{workflowsBean.noOfActiveWorkflows}" 
> >                      newspaperOrientation="horizontal"
> >                      styleClass="standardTable"
> >                      headerClass="standardTable_Header"
> >                      footerClass="standardTable_Header"
> >                      
> rowClasses="standardTable_Row1,standardTable_Row2"
> >  
> > columnClasses="standardTable_Column,standardTable_ColumnCentered"
> >                      var="workflow"
> >                      value="#{workflowsBean.activeWorkflowsModel}">
> >             <h:column>
> >                 <h:outputText value="#{workflow.userDefinedName}" />
> >             </h:column>
> >         </t:dataTable>
> >     </h:form>
> > </f:view>
> > --------------------------------------
> > This message, including attachments, is confidential and 
> may be privileged.
> > If you are not an intended recipient, please notify the sender then 
> > delete and destroy the original message and all copies. You 
> should not 
> > copy, forward and/or disclose this message, in whole or in part, 
> > without permission of the sender.
> > --------------------------------------
> > 
> 
> 
--------------------------------------
This message, including attachments, is confidential and may be privileged.
If you are not an intended recipient, please notify the sender then delete
and destroy the original message and all copies. You should not copy, forward
and/or disclose this message, in whole or in part, without permission of
the sender.
--------------------------------------

Reply via email to