--- trunk/lib/Frey/ObjectBrowser.pm 2008/07/09 16:41:00 72 +++ trunk/lib/Frey/ObjectBrowser.pm 2008/07/10 10:28:11 78 @@ -57,17 +57,22 @@ push @w, $w; } + push @w, Strix::View::User->new( render_as => 'edit' ); + while ( 1 ) { + + warn "# got $#w elements\n"; + my $form = join('
', map { $_->process($f) } @w ); my $doc = Continuity::Widget::DomNode->create( html => [ head => [ - link => { rel=>"stylesheet", href=>"form.css", type=>"text/css" } + link => { rel=>"stylesheet", href=>"/static/form.css", type=>"text/css" } ], body => [ h1 => [ 'Strix::User' ], form => { method=>'post' } => [ - $form + $form, ], ], ] @@ -77,7 +82,6 @@ $req->next; $f = { $req->params }; - warn "...here we go again..."; } warn "NO WAY OUT!";