Hi Thank you for reading my post imagine that you have to show some number of records from a database but not in tabular format. I should show each company in its panel, i do not know how much items i have to show each time. the solution that i thought is what i used in Struts (i think) it is like:
I thought that i create a template page to show each record information then include this page in main page inside a loop as many times as my records set has more records. In each loop iteration, i pass comany details as a Map/array to page fragment. is it a good solution for this problem or i should check for something else, is there such feature in jsf or it was just in Struts? thanks -- View this message in context: http://www.nabble.com/what-is-the-solution-to-show-some-records-in-none-tabular-format--tf2931613.html#a8196225 Sent from the MyFaces - Users mailing list archive at Nabble.com.

