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?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/email@hidden
This email sent to email@hidden