Forum OpenACS Development: Re: is there a change in the template::list::create behavior?

1) You should not NEED the base url. Make you links either relative to the current URL or relative to the site root. The browser will behave correctly.

2) The reason you get an error for the url column to be missing is that the url column is missing! That is, be default, list builder will check the multirow for a column that matches the name of the element. Your element is named "url" but you don't have a url column in the multirow. If you use display_col or display_template you override that behavior.

Hi Dave,

Thanks a lot, very clear now!!

Jorge.