RE: Formatting table resultset
RE: Formatting table resultset
- Subject: RE: Formatting table resultset
- From: Dana Kashubeck <email@hidden>
- Date: Thu, 06 Mar 2003 09:59:14 -0500
Quoting Alvaro Muir's message of 3/6/03 9:44 AM:
> Hello all,
> This maybe more of a java question but, I am back data from a table, one
> column at a time, depending on the users previous selection. In example
> here's a HTML table that9s retrieved:
>
> Please select color:
> Red
> Blue
> Yellow
> Blue
> Green
> Orange
> Purple
> Tan
> Teal
> Grey
> Black
> White
> Gold
> Silver
> Aqua
> Navy
>
> However, I would like this data constrained in a certain area on my page.
> So, when the query is run, I would still like it to draw a table, but with a
> limit of rows, then starting a new column. The same table should appear
> something like this:
>
>
> Please select Color:
> Red Green Teal Gold
> Blue Orange Grey Silver
> Yellow Purple Black Aqua
> Blue Tan White Navy
>
> Of course, this is a database driven table so I cannot do it by hand. Thanks
> For anyones suggestions on this.
>
>
Take a look at WOTable in the WOExtensions framework. It works great in
Objective-C, so I'd imagine it would be what you're looking for in Java.
D.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.