SuccessChanges

Summary

  1. tsk12,13 Adds the method to search by text to the JSF Bean. (details)
Commit 93d24be7ee0135f3d850c3d66fff6031a9f2721e by david.f.suarez18
tsk12,13 Adds the method to search by text to the JSF Bean.
Added a method to search for stories by text from the index page
(redirect to search view not yet implemented). Created a search view to
display stories containing a specified text. Updated the navbar search
input styling for improved appearance.
The file was modifiedjsf/src/main/webapp/resources/css/main.css (diff)
The file was addedjsf/src/main/webapp/searchStory.xhtml (diff)
The file was modifiedjsf/src/main/java/ListStoryManagedBean.java (diff)
The file was modifiedjsf/src/main/webapp/WEB-INF/template.xhtml (diff)