You can use the "!" prefix for columns which render by block components,
and then add a block in the body of the table:


<table jwcid="[EMAIL PROTECTED]:Table"
  source="ognl:dataItems"
  columns="update_img,  delete_img, UserId, UserName, !image">
        <span jwcid="[EMAIL PROTECTED]">
                here comes the image... (<img jwcid="@Image" ... >)
        </span>
</table>

Cheers,
Ron

ציטוט Eric Tan:
Hi all,

    Can I use @contrib:Table to create data grid with
some picture.

    <table jwcid="[EMAIL PROTECTED]:Table"
source="ognl:dataItems" columns="update_img,
delete_img, UserId, UserName"/>

  blank     , blank     , heading, heading2
  update_img, delete_img, column1, column2

Do I have to edit object in the ArrayList
"getDateItems()"?

Thanks and regards,
    Eric Tan

__________________________________
想即時收到新 email 通知?
下載 Yahoo! Messenger
http://messenger.yahoo.com.hk/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to