PDA

View Full Version : Best way to implement a form


wowiesy
Aug 11th, 2007, 01:22 AM
The target is to have the webapp have a page layout that is similar to the common web interfaces nowadays: a banner on top, a navigational bar on the left portion and the body or content on the remaining portion.

Pure HTML would implement with <frameset></frameset> tags, but I'm not sure how to code the href. Specifically regarding the links on the navigational bar, that should "point" to a controller - which would render a JSP on the target frame.

Does Tiles do this also?

What are my other options?

jboring
Aug 11th, 2007, 08:28 AM
Yes, Tiles does this as well as many other frameworks. Look at SiteMesh.