I am trying to building custom list using ui:repeat but on every occurrence of -1 as item-value in list, I need to add a line break.
I tried out the following code ...
I'm using JSF-2.0 and I'm trying to include a jsp as a header for my current jsp.But all i want is the included jsp should be altered based on the login ...
Welcome to the JavaRanch, Brannan! JSTL does not mix well with JSF and should be avoided. There's also no need for JSTL, since JSF can do everything that JSTL could anyway except for some things that are not good MVC to begin with, like coding business logic on the web page itself. The JSF solution to your problem is actually a ...