Am 01.04.2010 12:28, schrieb matias.blasi:

page.tml:

<t:grid t:source="objects" t:row="o">
      <p:somepropertycell>
          <div class="${somestyleclass}">${o.someproperty}</div>
      </p:somepropertycell>
</t:grid>

app.css:

.somestyleclass {
    background-color:red;
    width: 100%;
    height: 100%;
}

doesn't it works?

No, this was my first try. ;)

- Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to