The user list page from AppFuse has a good example of how this can be done:
<display:column property="username" escapeXml="true" sortable="true"
titleKey="user.username" style="width: 25%"
url="/userform.html?from=list" paramId="id" paramProperty="id"/>
Rather than try and hide a column, simply remove the column and add the
parameter to a link on the next column - the relevant elements are url,
paramId and paramProperty.
Mike.
On 8/15/07, Tony.Cesc <[EMAIL PROTECTED]> wrote:
>
>
> Hi all,
>
> In Person List, the Id will be shown in the first column. Is it possible
> to
> hide it but still keep them in the url when forward to another page? (e.g
> http://localhost:8080/private.html?id=1)
> I am trying to find out any property of display:column tag to hide value
> but
> it seem doesn't have.
>
> Thanks,
> Tony
> --
> View this message in context:
> http://www.nabble.com/Hidden-Id-in-the-List-tf4271873s2369.html#a12158518
> Sent from the AppFuse - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>