br.com.arsmachina.tapestrycrud.components.EmptyGridMessage

Component used to easily standardize and internationalize the org.apache.tapestry5.corelib.components.Grid's "no records to display" message. It puts the message inside a div with class t-crud-emptygrid. Ars Machina Project Example.

[JavaDoc]

Component Parameters

Name Type Flags Default Default Prefix Description
message String NOT Allow Null message.grid.empty message Message to be shown.

Back to index