JATO 2.0 Tiled View

Is there any documentation/tutorial on how to create a tiled view in 2.0? I need to retrieve a list from a model and display the list on a jsp page.I'm trying to utilize the wizards within Sun ONE Studio 4.Thanks
[241 byte] By [SaraSeissiger] at [2007-11-25 10:04:12]
# 1

There is a wizard for creating a TiledView in the Studio. Select the View wizard, then click the Container View tab on the first step and you will see a choice in the list box for Basic TiledView. Select that.

Let me know if you have more questions about this. I think your real questions will come with the Model and its list and binding to the TiledView's fields.

craig

cvconover at 2007-7-1 20:09:13 > top of Java-index,Development Tools,Java Tools...
# 2
I'm not using SUN ONE Studio, and i'm working using JATO1.2 . Please guide me how can create TiledView. In this I need to display combo boxes in a grid of 9*5. It is a very urgent requirement. Please guide me
shwetanpatel at 2007-7-1 20:09:13 > top of Java-index,Development Tools,Java Tools...
# 3
See the JatoSample application. It has a number of TiledViews. The only thing really different about TiledViews versus other types of ContainerViews is that they need to have their "primary model" set. See the setPrimaryModelClass() method.
tfast at 2007-7-1 20:09:13 > top of Java-index,Development Tools,Java Tools...