Re: [html-formfu] Displaying 2 forms in the same page

2009-08-20 Thread Oleg Kostyuk
Is this patch was applied?... I can't find it in currently installed modules :( -- Sincerely yours, Oleg Kostyuk (CUB-UANIC) ___ HTML-FormFu mailing list HTML-FormFu@lists.scsys.co.uk http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Re: [html-formfu] Displaying 2 forms in the same page

2008-10-16 Thread Andreas Marienborg
On Oct 14, 2008, at 1:32 PM, Carl Franks wrote: 2008/10/14 Andreas Marienborg <[EMAIL PROTECTED]>: On Oct 13, 2008, at 9:10 PM, Matija Grabnar wrote: Andreas Marienborg wrote: Something like that? If no-one objects, I'll commit it tomorrow - andreas That looks very nice, but, if you'

Re: [html-formfu] Displaying 2 forms in the same page

2008-10-16 Thread Andreas Marienborg
On Oct 14, 2008, at 12:24 PM, Matija Grabnar wrote: Andreas Marienborg wrote: More like this? this is untested, and written by memory :p someone might wanna write a test-application based on it? That certainly makes it clearer. (And I'm amazed that I missed the "indicator" entry while rea

Re: [html-formfu] Displaying 2 forms in the same page

2008-10-14 Thread Carl Franks
2008/10/14 Andreas Marienborg <[EMAIL PROTECTED]>: > > On Oct 13, 2008, at 9:10 PM, Matija Grabnar wrote: > >> Andreas Marienborg wrote: >>> >>> Something like that? >>> >>> If no-one objects, I'll commit it tomorrow >>> >>> >>> - andreas >> >> That looks very nice, but, if you'll permit me an obse

Re: [html-formfu] Displaying 2 forms in the same page

2008-10-14 Thread Matija Grabnar
Andreas Marienborg wrote: More like this? this is untested, and written by memory :p someone might wanna write a test-application based on it? That certainly makes it clearer. (And I'm amazed that I missed the "indicator" entry while reading the form-fu documentation). Just one quibble: Shoul

Re: [html-formfu] Displaying 2 forms in the same page

2008-10-14 Thread Andreas Marienborg
On Oct 13, 2008, at 9:10 PM, Matija Grabnar wrote: Andreas Marienborg wrote: Something like that? If no-one objects, I'll commit it tomorrow - andreas That looks very nice, but, if you'll permit me an observation, it only covers the part with the rendering of the two forms. Would it b

Re: [html-formfu] Displaying 2 forms in the same page

2008-10-13 Thread Matija Grabnar
Andreas Marienborg wrote: Something like that? If no-one objects, I'll commit it tomorrow - andreas That looks very nice, but, if you'll permit me an observation, it only covers the part with the rendering of the two forms. Would it be possible for you to document the other part of the us

Re: [html-formfu] Displaying 2 forms in the same page

2008-10-13 Thread Carl Franks
2008/10/13 Andreas Marienborg <[EMAIL PROTECTED]>: > =head2 Multiple forms using Catalyst::Controller::HTML::FormFu [snip] > Something like that? > > If no-one objects, I'll commit it tomorrow Looks good - go ahead! Carl ___ HTML-FormFu mailing list

Re: [html-formfu] Displaying 2 forms in the same page

2008-10-13 Thread Octavian Rasnita
ing $c->req->param(...)? Octavian - Original Message - From: "Andreas Marienborg" <[EMAIL PROTECTED]> To: "HTML Form Creation,Rendering and Validation Framework" Sent: Monday, October 13, 2008 4:50 PM Subject: Re: [html-formfu] Displaying 2 forms in the

Re: [html-formfu] Displaying 2 forms in the same page

2008-10-13 Thread Andreas Marienborg
=head2 Multiple forms using Catalyst::Controller::HTML::FormFu Sometimes you need to display multiple forms on a single page. If you try to use FormConfig on several actions in a chain, or similar, they all use $c->stash->{form} to store the form, hence you only get the last form. One way to wor

Re: [html-formfu] Displaying 2 forms in the same page

2008-10-13 Thread Oleg Kostyuk
Andreas, may be you lodged this as doc patch for HTML::FormFu::Manual::Cookbook and send it to Carl ? -- Sincerely yours, Oleg Kostyuk (CUB-UANIC) ___ HTML-FormFu mailing list HTML-FormFu@lists.scsys.co.uk http://lists.scsys.co.uk/cgi-bin/mailman/listi

Re: [html-formfu] Displaying 2 forms in the same page

2008-10-09 Thread Andreas Marienborg
On Oct 5, 2008, at 6:01 PM, Octavian Rasnita wrote: Hi, I am working on a Catalyst app, and I need to display a login form in every page, (which could be shown or it could be replaced with a "logout" button or link). In some pages I also need to display a second form and if I use

[html-formfu] Displaying 2 forms in the same page

2008-10-05 Thread Octavian Rasnita
Hi, I am working on a Catalyst app, and I need to display a login form in every page, (which could be shown or it could be replaced with a "logout" button or link). In some pages I also need to display a second form and if I use the parameter FormConfig for loading it, the conte