Gurunandan R. Bhat wrote:
> Now I get it! Thanks for staying with me. 
> However my point is that I cannot do this: 
>
>   
>>     # Fill in template parameters
>>     $template->param(
>>              WIDGET1 => $widget1,
>>              WIDGET2 => $widget2,
>>              RUNMODE_CONTENT => $$output_ref,
>>              );
>>     
>
> for any layout - specifically where the design (HTML) of the page is such 
> that it does not allow cleanly separating the widgets from the surrounding 
> content. 
> Unfortunately I have a layout where the business output from the runmodes 
> cannot be cleanly separated from the fixed content (in my case a login form).
>
> However in situations where such a separation in possible, yours is an 
> excellent and preferred solution, So Thanks
>   
Can you do what you want with the "associate" option to your template?

-Kurt


#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################

Reply via email to