I'm using the table component and I need to generate submits instead of
direct links. I'm using a '*' in the colums field and OK, but when I want
moved with the pageslink this not generate a submit, so I loss the form
fields.
table align="center" jwcid="[EMAIL PROTECTED]:Table" width="90%"
source="ognl:procesos"
columns="*Año:anno,Usuario:usuario,!errorFileName,
Mensaje:message,Fecha_Inicial:fechaInicio,Fecha
Fin:fechaFin,Proceso:tipoProceso,
Jerarquia:jerarquia,Calendario:calendario,
Institución:institucion,Sede:sede,Jornada:jSede,!button"
pagesDisplayed=13
pageSize=10
initialSortColumn="Fecha_Inicial"
initialSortOrder="false"
columnsClass="resultsHeader"
rowsClass="ognl:getRowStyle()"
pagesClass="tablePageNumber"/>
Thanks by your attention