|
|
Change By:
|
Robin Jansohn
|
Steps to Reproduce:
|
Simple webapp with one xhtml page retrieving value from a CDI bean.
Example: {quote} <!DOCTYPE html> <html xmlns:c="http://java.sun.com/jsp/jstl/core" xmlns:f="http://java.sun.com/jsf/core" xmlns:fn="http://java.sun.com/jsp/jstl/functions" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://java.sun.com/jsf/facelets"> <h:head> <title>Test</title> </h:head> <h:body> <div> <h2>Welcome # \ {testView.name \ }</h2> </div> </h:body> </html> {quote}
Open page once and then trigger Tomcat reload to receive the ThreadLocal messages.
|
|
|
|