You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by John McTeague <jo...@shortslant.com> on 2004/03/31 16:06:31 UTC

contrib:Table and Oracle XML Parsers

Ive begun to look at tables recently and everything was going fine until
I moved from Tomcat to oc4j (which the app will ultimatley run on)

Does anyone know a way around the problem with oracles xml parser in oc4j 
that will cause the following error when constructing a table from its
constituent parts:

classloader:/org/apache/tapestry/contrib/table/components/TableRows.jwc<Li
ne 33, Column 26>: XML-0139: (Error) ID value 'informal' is not unique.

(This is Tapestry 3b4).

My page is as follows:

The .page has no components in it, my sample table page puts everything
in the html:

<html>
	<body jwcid="@Body">
      <span jwcid="resultstableview@contrib:TableView"
             source="ognl:results"
             columns="* Locale:toString(),
Language:displayLanguage,Country:displayCountry"
             element="span"
             pageSize="20"
             >
               <table>
                 <tr jwcid="currRow@contrib:TableRows">
                   <td jwcid="itemcell@contrib:TableValues" />
                 </tr>
               </table>
               <span jwcid="@contrib:TablePages" pagesDisplayed="3"/>
       </span>
      </body>
    </html>

The .java has one method, getResults() which just returns
java.util.Locale.getAvailableLocales().

I've had problems with oracles xml parser before, however replacing it is 
not an option at the moment.



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org