I'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 ...
I 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 ...
We 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 ...
I'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 ...