eclipse-ee4j / starter

Eclipse Starter for Jakarta EE
Eclipse Public License 2.0
49 stars 40 forks source link

View expiring? #271

Closed youngledo closed 9 months ago

youngledo commented 1 year ago
image
m-reza-rahman commented 1 year ago

Please provide steps to reproduce.

youngledo commented 1 year ago
image

Select these and click on Generate

m-reza-rahman commented 1 year ago

I cannot reproduce. I have also tried other combinations.

Is it possible you have expired cookies/sessions? What happens when you clear your cache and restart the browser?

youngledo commented 1 year ago

Normal after cleaning cache

m-reza-rahman commented 1 year ago

This is possibly due to view expiration: https://stackoverflow.com/questions/3642919/javax-faces-application-viewexpiredexception-view-could-not-be-restored. Let me look into it. It would be really good to get steps to reproduce if possible.

m-reza-rahman commented 1 year ago

I'm saving the state on the client instead of the server for now. That should eliminate most cases where a view would expire. I'll continue to keep an eye on this.

m-reza-rahman commented 9 months ago

This appears to be resolved for now.