i want to use a detail/edit view, e.g. for editing customer details, and this view should be available from various other views. e.g. from a customer list view, an order view, a reporting view, etc...
How do I include a JavaScript code only once for 开发者_如何学运维multiple usages of acomposite component on a page?
I am facing a problem with the dataType component and ActionListener on adding two specific component...
Im working on a web application using JSF2 and RichFaces4. Im using rich:messages for one of my forms and I want to personalize the message. the default show me the id of the form and of the component
I\'m wondering how i开发者_如何学编程nternationalization works in jsf? I have read tutorial on coreservlets.com about it, but in my case it works slightly differently. In that tutorialsaid that i have
I am starting to explore JSF 2 facelet and I would like to test this in a simple project. I just have some query regarding the file structure in JSF 2.When I was using Spring,
i have an init() function that returns a list of Domaines needed to populate a datatable, each row of this datatable have two commandlinks one for edit and another for delete, so when i press the edit
I have a h:commandLink inside rich:dataTable.When I click on the command link, I\'m adding a FacesMessage to the context and redirecting to the same message.I have a h:messages tag on the page to disp
I\'m having a project using JSF2 (2.1.2), Richfaces4 (4.0.0.Final) on tomcat6 (6.0.28). In order to manage portability between Tomcat and WebSphere7 for my EARs, I have the following jars inside my to
I\'ve created a composite component that has a commandLink embedded inside of a ui:repeat.I need to be able to dynamically change the method that is called via the commandLink\'s action property but i