eclipse-ee4j / glassfish-jsftemplating

JSFTemplating project
Other
4 stars 13 forks source link

Fix view creation #93

Closed avpinchuk closed 1 year ago

avpinchuk commented 1 year ago

Fixes a bug introduced in #90.

Because "page session" direct store in a view map, it may became empty for a new view.

This also fixes NavigationHandlers.navigate() method.

avpinchuk commented 1 year ago

@OndroMih, please review