I just tried to create a ListDataModel with a bounded type, li开发者_C百科ke this: DataModel<? extends Foo> model = new ListDataModel<? extends Foo>(fooList);
I\'m working on a simple project. My site will have only 2 pages. The front page, with the ogin and register controls, and a user page, that the user will be redirected after logged in or registered.
I\'m u开发者_JAVA百科sing on my JSF 2 project Primefaces 3.0.M2 as primary compenent library. It works so far very well but the graphicImage component seems to be broken. It only renders images one ti
I have been developing my web-app using JPA 2.0 implementation EclipseLink 2.2.0.I finally got around to running multi-threaded code and I got this exception:
In my web application there\'s a page where users can post messages. The problem is a开发者_开发知识库 user always has to click a button \'get messages\' to see the messages other users have posted si
I\'m sitting at the moment on a legacy system. I\'ve got some domain objects which are holding only the key of some entities, now开发者_如何学Python I was wondering what would be the best approach to
Might not be a JSF issue but JSF experts would know this possibly more I have some fields on the form that are getting enabled disabled based on some ajax requests . I want to show them greyed out whe
Sorry being a bit daft. But I come to understand (my lack of knowledge) that it\'s not possible to forward to another page, if you want use RichFaces components on that page.
I have a dataTable that when a user selects a row a number of fields are populated so they can see more detail. of that particular item. However, at the moment the page loads with the unpopulated pane
I\'m using JSF 2.0 (JEE6, Glassfish 3.1) and stuck with such problem: I want to bind my h:inputTexts values not just by a simple String or Integer but my object: