Using the following select ... <webwork:action name="'actions.ListMaps'" id="plists"/> <ui:select theme="'acais/listA'" label="'Products'" name="'productClassification'" list="@plists/myList" listKey="'value'" listValue="'value'" labelposition="'top'"/>
How can the list method "@plists/myList" have an argument passed into it? The action ListMaps has a method called myList() which I'd like to pass in an argument of type int. So every time the page is loaded, I'll somehow find a way to pass a javascript variable as the arg so that I get a different category of names in my list. Any help much appreciated. _______________________________________________ Webwork-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webwork-user
