> 
> We surely could add something like another
> 'showAlwaysInFooter' attribute, then do 
> 
>         if (parentForm.getFooterReached() &&
>             
> ResultSetVector.isEmptyOrNull(parentForm.getResultSetVector()) &&
>             "false".equalsIgnoreCase(showAlwaysInFooter) )
>         {
>             return EVAL_PAGE;
>         }
> 
> but the default behaviour should be as it was in previous
> versions, so default value would be "true". However, I'm not 
> so sure if we really need another attribute or if it would be 
> better to keep the tag simpler with same behaviour as before...

I would prefer this solution. If you make the the attribute
required="false" the tag would be as easy to use as before. And - on the
other hand - you can disable the button in new lines if you do not like
it.

Regards,
Henner



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to