I'm using Jsf with Struts and Tiles... displaying a header, a tree (at
left) and content.
The tree is big to reaload some time a request begin.
Frame is the my first idea... but... reading I'm found this link
http://www.jroller.com/page/rkischuk/20040601#struts_tiles_and_frames_don
I have a tiles.xml like this
-----
tiles-definitions>
<definition name="layout.main" path="/template/template.jsp">
<put name="header" value="/common/header.jsp" />
<put name="toolbar" value="/common/toolbar.jsp" />
<put name="menu" value="/common/navigation.jsp" />
<put name="menubar" value="/common/menu.jsp" />
</definition>
<definition name="/page1.tiles" extends="layout.main">
<put name="body" value="/page1.jsp" />
</definition>
....
---
The each page change only the body in the template... but all other parts
are realoded (header & menu's).
How resolve this? :S.. if Frames is the solution... how mix with the other
stuff?
Thanxs :)
--
Mariano G. Petrakovsky
Programmer · Software Factory
AXG Tecnonexo - www.tecnonexo.com
Development facilities:Av. Maipú 1252 8º (C1006ACT) · Buenos Aires ·
Argentina.
Tel.: (54-11) 4878-0005 - Fax: (54-11) 4878-0065.
Headquarters: 1604 Spring Hill Road, Suite 160 Vienna · VA 22182 · USA.
Tel.: (202) 986-7541 - Fax: (202) 787-3891.
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
· · · · · · · ·
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · ·
· · · · · · · ·
· · · ·
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org
|