is it possible to dynamically handle http request items
meaning this example below

<mx:HTTPService id="userRequest"
url="http://10.108.111.6/blog/xml.php"; useProxy="false" method="POST"
showBusyCursor="true">
        <mx:request xmlns="">
            <searchbox>{searchbox.text}</searchbox>
            <datestartbox>{datestart.text}</datestartbox>
            <dateendbox>{dateend.text}</dateendbox>
        </mx:request>
    </mx:HTTPService>   
    
Do i have to add one of these HTTP service tags every time i have an
object dynamically generated, like my datagrid is dynamically
generated so do i have to include a HTTP Service code for each grid
created or can i somehow do this dynamically too?

if your unclear please confirm

Reply via email to