Something about Struts-tiles & frameset
843836Jun 8 2005 — edited Oct 28 2005Hi, there,
I have problem with Struts-tiles tech in my web page design(.jsp). My web page divide three area-- tool bar(top), tree node(left), Display area(right). Display area is the only part need to be changed for every jsp file, but it needs to be form another three area-- title, menu, main (main will corresponding with menu).
Before implement tiles, I was using HTML-FRAMESET to form the division. However, the project requires to implement Struts-tiles.. I tried to search all the web, but no propert way to solve the problem. My question is... is that possible to mix up Struts-tiles with Html-frameset? or is there a better way to solve it "without" HTML-frameset... -__-
Thanks in advance!!