| Author |
Dynamically build pages
|
Matt Schmidt
Greenhorn
Joined: Dec 15, 2008
Posts: 1
|
|
|
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 that didnt work since its being rendered to be viewable in html. I also tried f:verbatim but then it would ignore my h: tags along with my seam variable references. I also tried to build the form elements with the java html classes and then displaying them. I can display the java form elements but then i am unsure how to properly reference/pass back my data. What is the proper way to do this? Any suggestions are welcome. Thanks.
|
 |
 |
|
|
subject: Dynamically build pages
|
|
|