jsf+spring+hibernate
 
Dealing with database with hibernate by the help of spring is the best approach I think.
You might look into these topics..
 
Regards,
 
Mert..

 
On 6/23/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I should load a dataTable component.
The property name is corporate.members.
This list must be created with database datas.
My idea is write a fetchMembers bean method.
The categoryId is an face page parameter

members.faces?categoryId=123

How must I resolve this parameter in then bean method?

private List fetchMembers() {

   How to do?????
   ???? Resolve the categoryId paramter

     query datas ....
}

Are are there any more elegant solutions?


Reply via email to