I think there is a problem with the pagination links when using tacos:TableView and the tacos components that go inside TableView.

If you look at the tacos:Table below it works fine.

        <form jwcid="@tacos:AjaxForm">
          <table jwcid="
[EMAIL PROTECTED]:Table"
                 effects="template:{highlight:{any:'[255,255,184], 500, 500'}}"
                 source="ognl:items"
                 columns="country:Code:country,
                          displayCountry:Name:displayCountry,
                          displayLanguage:Language:displayLanguage">
          </table>

         </form>

However if you use tacos:TableView, tacos:TableColumns, etc the table will render but the pagination links dont work.

  <table jwcid="[EMAIL PROTECTED]:TableView"
   source="ognl:items"
   columns="country:Code:country,
    displayCountry:Name:displayCountry,
    displayLanguage:Language:displayLanguage">

  <th jwcid="[EMAIL PROTECTED]:TableColumns"></th>

  <tr jwcid="[EMAIL PROTECTED]:TableRows">
        <td jwcid="
[EMAIL PROTECTED]:TableValues" ></td>
      </tr>

      <span jwcid="[EMAIL PROTECTED]:TableFormPages"/>

  </table>

   </form>

Has anyone else experienced this? I'm new to Tapestry so maybe im missing a vital detail. Any help would be apreciated.

Regards,

Nathan

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Tacos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tacos-devel

Reply via email to