JspCalendar Fix Getting Started Tutorial - learn-struts-fast/struts-tutorials GitHub Wiki

Tutorial fix

Comment out these lines in the JspCalendar

//import javax.inject.Named;

//@Named("clock")

Add this to the the date.jsp file. The code goes below the and

tags.

<%

trivera.jee.web.jsp.tutorial.JspCalendar clock = new trivera.jee.web.jsp.tutorial.JspCalendar(); request.setAttribute("clock", clock);

%>

Then re-run the app and it should work.

⚠️ **GitHub.com Fallback** ⚠️