Title: [waffle-scm] [182] trunk/examples/jruby-example/resources/other.rhtml: displaying variables from controller and custom templates (render now works as expected)
Revision
182
Author
fabio.kung
Date
2007-06-21 02:59:46 -0500 (Thu, 21 Jun 2007)

Log Message

displaying variables from controller and custom templates (render now works as expected)

Added Paths

Diff

Added: trunk/examples/jruby-example/resources/other.rhtml (0 => 182)

--- trunk/examples/jruby-example/resources/other.rhtml	                        (rev 0)
+++ trunk/examples/jruby-example/resources/other.rhtml	2007-06-21 07:59:46 UTC (rev 182)
@@ -0,0 +1,15 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+	<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
+
+	<title>other</title>
+	
+</head>
+
+<body>
+	<h1>The value is: <%= @value %></h1>
+</body>
+</html>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to