Hi,
I am new to JSF. I am developing a simple application of Add, List, View, Modify data. Now from List page, I am able to send the selected row data to the server method. Now my aim is to update this object & send this updated value object (Managed Bean) to the View JSP. Do I need to play with HttpServletRequest object? Is there much efficient way of transferring data from server to JSP in JSF? Please advice ..
Regards,
Paresh
Paresh Wankhede
Greenhorn
Joined: Sep 08, 2006
Posts: 12
posted
0
Here I mean sending data from Backing bean to jsp page
Paresh Wankhede
Greenhorn
Joined: Sep 08, 2006
Posts: 12
posted
0
Here I mean sending data from Backing Bean to the JSP page in JSF
.. Paresh
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
Make use of UIData#getRowData() or DataModel#getRowData().
I also heartily recommend Rick Hightower's "JSF for Nonbelievers" series of articles at IBM developerWorks. I've found them to be one of the most concise and useful introductions to JSF that there are.
Customer surveys are for companies who didn't pay proper attention to begin with.
Paresh Wankhede
Greenhorn
Joined: Sep 08, 2006
Posts: 12
posted
0
Thanks Bauke, thanks Tim.
These tutorials will surely help JSF freshers like me.
.. Paresh
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.