Actually, using asp includes for the templating sounds great... I haven't looked at the code, but I wouldn't think it would be that hard to add. It'd be great not to have to learn yet another pseudo-language to accomplish this (Template::Toolkit or HTML::Toolkit) when Apache::ASP is something I already know! I'll start looking at the FormBuilder hooks, and see how involved it is - don't know if I have the time to actually implement it, but it's a great idea.
I'm cc'ing Nate on this too, see what he thinks. Jim > -----Original Message----- > From: Ellers [mailto:[EMAIL PROTECTED]] | | > Most of the time I used FormBuilder's inbuilt $form->render() method > because it was easier than doing a template; it dawned on me that it > would make sense to add another template method for FormBuilder, > something like: > > $form->render( ASPInclude => 'inc_user_details.asp' ) > > or whatever, and instead of HTML::Template variables, > CGI::FormBuilder could just supply a hashref to the include file > allowing stuff like: > > [inc_user_details.asp] > > <p>User Name: <%= $cgiform->{'field_user_name'} %> > > etc > > > This isn't existing functionality in FormBuilder, but if anyone else > thinks its a worthy idea it could be recommended to the author. > > Ellers > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]