On 11-Oct-06, at 11:38 AM, Chip Myers wrote:
Hi, I'm working with a table and have the need to create an embedded WOGenericContainer with 7 different columns, also contained within a WORepetition. I've had no trouble placing the repetition within the table, since WebObjects provides this functionality.In other words, it should not display the < and > tags, but instead is only visible as something within the table hierarchy. This WOGenericContainer is able to contain <td> tags and functions similarly to a table row. The structure would look something like this for each table cell<table><WORepetition><WOGenericContainer><td>Has anyone done this before? So far, I've tried copying and pasting from other code, but I am unable to add any additional columns to the WOGenericContainer, as they are treated as a separate entity. Any advice would be appreciated!
Chip,I'm having a hard time trying to understand what you are trying to achieve...
The WOGenericContainer is designed to replace a single HTML container element (ie: <p></p>, <td></td>, etc) with with a "dynamic" one that can be fed binding values by your code when you page loads.
So what is it you are trying to achieve control over in your example? -- ;david -- David LeBer Codeferous Software 'co-def-er-ous' adj. Literally 'code-bearing' site: http://www.codeferous.com blog: http://david.codeferous.com -- Toronto Area Cocoa / WebObjects developers group: http://www.tacow.org
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ 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]
