Main idea is to use JSF with Spring AOP for modularizing cross cutting concerns like logging. I am using STS (Spring tool suite) and have jsp page with jsf tags. These tags are reading data from a man
I have a question about seam 2.1.2 I want to end a conversation when the user click in menu, but this must be done in menu.xhtml or pages.xml. I need this because i have the following problem:
Is there a way in JSF to output some text based on a boolean? For example: h:outputText value=\"Black\" rendered=\"#{bean.isBlack}\"
I haven\'t met XML and JSF working together. I mean having structure and dictionaries defined in XML and representation in JSF. It will be nice to hear your opinion about this idea.
I am trying to integrate Spring Security with my JSF application. I am able to get to make the login page show up, but after a successful login, the protected URL does not show up, it stays on the log
Imagine that i have the following code: <a:repeat value=\"#{bean.getList()}\" var=\"x\" > <li class=\"la\">
I\'m trying to use a List of SelectItems with RichFaces suggestionBox c开发者_Go百科omponent. The problem is I need to store the id rather than the label of the SelectItem. It seems that the suggestio
I\'m in a situation where I\'m required to make at least s开发者_开发技巧ome effort to remove never-used code from my source code.The general preference is to use a static code analysis tool.We\'ve ha
I have such code in my JSF template: <h:form> <table id=\"users\" cellspacing=\"0\"> <a4j:repeat var=\"person\" value=\"#{personList}\">
Are there any attributes to pre select some radio button intag on page lodads below is my code i want the Now radio button to be selected wh开发者_高级运维en page loads ,