Well, this is why I personally ditched the entire concept of a forms taglib. 
Plus the fact that it seemed to blur the separation of logic, content, and 
style. Instead I use an XML form description language the I XInclude into the 
page and then do whatever with via XSLT. XSP can provide parameters to the 
XSLT as well in order to have dynamic form values, but then its just a matter 
of using any old taglib to provide them (and with proper namespaces you can 
massage almost anything with XSLT so it all works out very generically). It 
also means that the whole callback thing just goes away. You COULD still 
build callbacks yourself, but you can just as easily process form input with 
XSP tags. 

On Friday 07 February 2003 01:00 pm, Colin Goodier wrote:
> Hi,
>
> Is there any way to abstract the PerForm callback code out of the XSP
> pages, in the interests of keeping things tidy? A lot of our pages have
> substantial amounts of call-back code in there, which makes maintenance
> a little more problematic, especially for non-Perl people.
>
> Colin
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]

-- 
Tod Harter
Giant Electronic Brain

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to