Re: [OT] jsf dataTable scope.

2004-09-26 Thread Mark Lowe
I think i found my answer and its basically scope to session and set the StateManager to save on the client. javax.faces.STATE_SAVING_METHOD client This stores session information on the client rather than on the server.. I found it when i was read the jsf spec.. [McClanahan et al, Java

[OT] jsf dataTable scope.

2004-09-25 Thread Mark Lowe
I know this may annoy some folk as its not directly a struts question. But JSF is used with struts, bla , bla.. Does any one have any thoughts on scoping a List backed backing bean to request and being able to maintain the list without the Bean being reinstantated on each post.. public class H