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?
Thank you !
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---