We were making a simple JSF application in Simple JSF Application (Part I). We have already discussed the first page. Now we look into second page, on which, we will move after entering a number and clicking submit button on first page i.e. welcome.jsp. Second page is factor.jsp. On the first page, we get a number as input, on this page we will display factors of that number.
(more…)