hi David,
i'm very sorry for my delayed response , but i had to do an urgent part of
the application ....
i haven't tried your risolving ...because i got a hinch....i had to satisfy
it ...i did like this :
in the page (with MB1) with the link i used t:updateListener and i updated
the MB2 values(request scoped)....and theese values passed to MB2 are
"gettable" only in the rendering phase... so in the function
getMyListOfDatasFromDB() witch is the model for my dataTable...the values
are visible
more exactly in MB2:
//model for dataTable
public List getSottoscritori() {
loadSottoscritori();
return sottoscritori;
}
in loadSottoscritori() the values are displyed with System.out.println(...)
and are not null;
thanks,
Viorel
--
View this message in context:
http://www.nabble.com/passing-parameters-to-window.open-tf2651022.html#a7471347
Sent from the MyFaces - Users mailing list archive at Nabble.com.