1. JSF - create a generic confirmation page (dynamic navigation) stackoverflow.comI'll try to explain my problem. I use the JSF 1.2 implementation of IBM in a very very rigid environment (company layer, and strict constraints -don't add library etc.-). I want to ... |
2. Dynamic page with JSF stackoverflow.comI need to make dynamic web-page/form in JSF. Dynamic: In runtime I get the number of input fields Ill have together with buttons. I'll try to demonstrate you what I need ... |
3. Dynamic web pages with JSF stackoverflow.comWe have a huge (many different views) JEE application whose web layer transmit DHTML content to the browser to generate the current view. We use a custom Javascript AJAX framework to manage ... |
4. How to initialize a certain MBean first when navigating to a page stackoverflow.comI have a page split in 3. First part is a list of links which is bound to a mBean (MLeft), and the second is the current mBean (MCenter) of the ... |
5. Dynamic JSF pages coderanch.com |
6. Dynamically build pages coderanch.comI'm using seam and i need to dynamically build a page. I have a table with fields i want to display on the page and what order i want them to display but i cant seem to figure out how to get it out on the page. I tried dynamically building the html and sending that out as a string but ... |
7. Dynamic front end web pages coderanch.com |