omnifaces / showcase

Web application showcasing the OmniFaces library
showcase.omnifaces.org
27 stars 17 forks source link

o:deferredScript fails during postback of a stateless view #3

Closed BalusC closed 10 years ago

BalusC commented 10 years ago

When performing a postback in a stateless view (f:view transient="true"), then DeferredScript#processEvent() isn't invoked for PostAddToView event. Ultimately, the o:deferredScript still sticks in head instead of body and subsequently CombinedResourceHandler isn't able to find it.

BalusC commented 10 years ago

Wrong project, moved to omnifaces/omnifaces.