G�rard If the data/values in the displaylist/valuelist is likely to change on and off, then using these parameters may not be a good idea, as you need to re-compile the class everytime the changes are made to these parameters..
One of the options to consider. Create a separate class (for the displaylist values. This class need have only one property to f\hold the values) and reference this class from the relevant property from your main class and populate your select box..The data in this separate library class can change as and when required. HTH Regards Sukesh Hoogan http://personal.vsnl.com/sukesh_hoogan G�rard VOORNEVELD <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > When I use <CSP:SELECT> tag inserted from the studio wizard it insert the > displaylist in the csp page from the class dictionnary. > > If I change my class definition, I have to change my page. > > Is there a way, a syntax to use in the <CSP:SELECT CSPBIND> to show the > values (displaylist and valuelist) from the classdictionary > > In /csp/samples/form.csp there is an example where the value comes from a > query, but there is no example where the <OPTION> comes from valuelist or > displaylist. > > Thanks. > G�rard. > >
