Dynamic Bean

2006-10-06 Thread Puneet Lakhina
Hi, I have a set of values in map with appropriate keys. I dont know the keys that will be present in the map as that is decided on run time. Is it possible for me to create a bean and populate it based on the keys and values in the map at run time. I know BeanUtils.populate can populate a bean,

Re: Dynamic Bean

2006-07-28 Thread Antonio Petrelli
Puneet Lakhina ha scritto: its some thing like this Id Name 1Puneet 2OtherName so when some one clicks on the id it takes to a different page which displays all details of the person with that id You can use tag, using paramId, paramName, paramPr

Dynamic Bean

2006-07-28 Thread Puneet Lakhina
Hi, I have an application which queries the database to retrieve results of search criteria, which is obtained via a form. Now in the action of the form which obtains the query i build a collection of beans which holds the results and then in the results page i use the iterate tag to display some

Dynamic bean

2006-07-28 Thread Puneet Lakhina
Hi, I have an application which queries the database to retrieve results of search criteria, which is obtained via a form. Now in the action of the form which obtains the query i build a collection of beans which holds the results and then in the results page i use the iterate tag to display some