About frameset and frame tag in layout

Hello:
      I have used <frameset>and<frame> tags in my store.rhtml which
conrresponds to store controller,the code fragment like this :

      <html>
        <head>
         <title>
         </title>
        </head>
       <body>
        <frameset>
         <frame src=?>
         </frame>
        </frameset>
       </body>
      </html>

but i do not know how to embed my action_view in this layout.For
example,to display index.rhtml,i set the value: "/store/index.rhtml" or
"<%=@content_for_layout%>" for the <frame> tag`s attribute:src,but i can
not display the index.rhtml in the store layout.
      Who can help me?I have posted my question in rails forum,but did
not get answer.
      Thank you !

···

--
Posted via http://www.ruby-forum.com/.