[Seaside] Mapping output of HTML SelectList to collection elements

Sophie Server sophieb4 at gmx.de
Wed Apr 4 11:34:37 UTC 2007


Hi all!

We have a SelectList. That SelectList is given a collection. The Output of the list is each element of the collection. We want to know if there is a possibility to display different values for each element of the collection as output.
Something like a mapping of output names to collection elements.

Right now the code looks like this:

html select
        list: self bookList;
	size: 10;
	callback: [:value | bookname:= value];
	onChange: (html updater id: 'svg-window';
	triggerForm: 'bookselection-form';
	callback: [:r | self openBookOn: html]);

Any ideas?

Thank you.
Regards 

-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail


More information about the Seaside mailing list