[Jifty-commit] r1386 - in jifty/trunk: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Wed Jun 28 12:23:48 EDT 2006


Author: alexmv
Date: Wed Jun 28 12:23:47 2006
New Revision: 1386

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/doc/examples/CounterDemo/share/web/templates/index.html

Log:
 r14508 at zoq-fot-pik:  chmrr | 2006-06-28 12:23:32 -0400
  * Request arguments are easy to get your hands on


Modified: jifty/trunk/doc/examples/CounterDemo/share/web/templates/index.html
==============================================================================
--- jifty/trunk/doc/examples/CounterDemo/share/web/templates/index.html	(original)
+++ jifty/trunk/doc/examples/CounterDemo/share/web/templates/index.html	Wed Jun 28 12:23:47 2006
@@ -1,7 +1,7 @@
+<%args>
+$counter => 0
+</%args>
 <%init>
-my $counter = Jifty->web->request->argument('counter') || 0;
-
-
 my $request;
 
 $request = Jifty::Request->new( path => Jifty->web->request->path );


More information about the Jifty-commit mailing list