<item name='regn' pathid='regn'> <select required="t"> <inline command= '/Interwoven/TeamSite/httpd/iw-bin/dropdown_data.ipl "select '<option label=\"' ||regn_desc|| '\" value=\"' ||regn_cd|| '\" />' from region" '/> </select> </item>
<item name='regn' pathid='regn'> <select required="t"> <inline command= '/Interwoven/TeamSite/httpd/iw-bin/dropdown_data.ipl "select '
<option label=\"' ||regn_desc|| '\" value=\"' ||regn_cd|| '\" />' from region" '/> </select> </item>
<item name='regn' pathid='regn'> <select required="t"> <inline command= '/Interwoven/TeamSite/httpd/iw-bin/dropdown_data.ipl "select #<option label=\"# ||regn_desc|| #\" value=\"# ||regn_cd|| #\" /># from region" '/> </select> </item>
...(my $param = shift) =~ tr|\#|'|;...
Fish, I want to use one ipl for all the dropdowns on the form, so for each inlince call I want to pass the sql and on the ipl I want to get it and fetch the values. Is there any simple way to achieve this?