I know the basic Concept of Model Driven process.
How ever i would like to know whether the same ModelDriven Interface process can be used to display bulk data on the action tagged response page ?
To explain this with example
Request page is normal has an argument which is action controlled.
On validate of request page an Intermediate process returns with the Array List Object
Response success page has an Array List of buckets 100
Each bucket of the Array List holds a JavaBean Object of 10 values.
Question : By ModelDriven Interface process need to display data by looping thru Array List buckets and casting of the Java Bean on the Response page to extract the original data ??
with regards karthik