maybe it's an old question...

but i've been try to search in this mailing list archive
and i never got the answer...(or let's say that i don't really understand)

this is my code

.html

...

<table jwcid="documentsTable" border="1" bordercolor="#CCCCCC"/>

...

.page

<component id="documentsTable" type="Contrib:Table">
  <binding name="source" value="listOfDocuments" />
<binding name="columns" value="'documents.documents_name:Name:documents_name ,
                  documents.documents_type:Type:documents_type,
                  documents.documents_path:Path:documents_path'"/>
</component>


.java

...
..

protected String m_documents_name; (primarykey)
protected String m_documents_type;
protected String m_documents_path;

<getter and setter ......>
...
....


it will display

------------------------------------
Name    |      Type    | Path
------------------------------------
 bla  |     bla       |  bla
 ...    |     ...         |  ...


how can i put the checkbox component inside the contrib:table
so i can get the value (primarykey) and delete it


i want it display like this


-------------------------------------------------
| Name | Type | Path -------------------------------------------------
checkbox   |     bla     |     bla       |  bla
checkbox   |     ...       |     ...        |  ...

.....
..
-------------------------------------------------

[delete button]


could anyone help me
plis...

thnx

dwi ardi irawan

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

Reply via email to