Hi Everyone,

I am using WOTable to dynamically generate a multi-row three column table.

Table1: WOTable {
        item = aKeyword;
        list = csKeywords;
        maxColumns = 3;
        border = 0;
        cellspacing = 0;
        cellpadding = 0;
}

I would like to add a css tag that would be used with all of the tables cells (i.e. <td class="noborder">). The problem is I can't figure out how to make that happen. I've tried adding a binding called class with the value of "noborder" to apply the tag to the entire table. I've tried adding a binding called td class and that doesn't work. I've tried adding a binding called style and giving it a value of "border:none" etc. The problem is when WebObjects generates the table it doesn't generate any of the additional bindings I ask it to generate. I've even tried wrapping the entire table in a div tag and that does not work. Does anyone have any advice to help me with this problem?

I would like the table generated by WOTable to look like this:

<table border="0" cellpadding="0" cellspacing="0">
        <tr><td class="noborder">some stuff</td></tr>
</table>

I would also like to say thanks to all the folks on this group for their answers to all my questions. I really like working with WebObjects as a framework. I am good with the Java and EOModeling aspect of WebObjects but I find I'm still at times having trouble with the UI (Component) part. The patience of this groups members is great! I was wondering does anyone have any good web pages or books that look at the ins and outs of this? Anyone have any other advice on how to improve upon my understanding off this?

I'm hoping I get a chance to meet some of you at the WOWODC in Montreal.

Regards,
Jeff



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to