Hi,<br><br>I haven't found any documentation to answer these yet (forgive me if I missed them):<br><br>1. Is it possible to populate an Action's selection field at runtime?&nbsp; What I am trying to do is have a selection box in a form that has a subset of a list of items that is dependent on the user.&nbsp; I tried the following:
<br><br>&nbsp; param group_name =&gt; <br>&nbsp;&nbsp;&nbsp; label is 'Group Name',<br>&nbsp;&nbsp;&nbsp; type is 'select',<br>&nbsp;&nbsp;&nbsp; valid_values are sub { get_groups(); };<br><br>But it seems that giving a code ref to the valid values is not acceptable.<br>
<br><br>2.&nbsp; Is there an example for autocompletion anywhere?&nbsp; I figured it would be an attribute of an Action parameter (similar to ajax validates), but it seems I am way off base.<br><br><br>Thanks,<br>EF<br>