Hello

did anyone ever tried to combine Frames and Tiles?

i want to build a page with one left and one right frame.

is there any chance to build frames with tiles?

(i need the frames because i get results from database slowly and want to print 
results as soon as they arrive)

if i only use tiles without frames tiles is waiting till all results are printed in 
left side and then prints the right side

so i want to define the frames in my masterlayout looking like
<frameset cols="30%,70%" border=1 frameborder=1 framespacing=1>
 <frame src="left" name="menu">
 frame src="right" name="workplace">
 </frameset>

so how can i use now the 

<tiles:insert attribute="left"/>

instead of left?

all still clear? (*i hope so*)

Michael

Reply via email to