Browny Lin wrote:
> I create a simple .rhtml file "hello.rhtml" in the "view" folder of the
> rails app.
> 
> <html>
>    <head>
>      <title>Hello World</title>
>    </head>
>    <body>
>      <p>Hello World!</p>
>      <p><%= 'Hello Dynamic World' %></p>
>    </body>
> </html>
> 
> The problem is when I run the web server and load the url
> "http://localhost:3000/say/hello";, only "Hello World!" is shown, the
> second line 'Hello Dynamic World' is gone?
> 
> Anyone can help me? Thanks very very very much!

What does your generated HTML look like?  What's in your application 
log?

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
[email protected]
-- 
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to