Re: [Mapbuilder-devel] Help with the transaction

2007-06-26 Thread César
Hi, I've solved the problem. I've added the sentence: objRef.transactionResponseModel.async=false; before the request and this carry out the task as I need. Thanks 2007/6/25, Andreas Hocevar <[EMAIL PROTECTED]>: Hi, On 6/25/07, César <[EMAIL PROTECTED]> wrote: > How can I make a synchronou

Re: [Mapbuilder-devel] Help with the transaction

2007-06-25 Thread Andreas Hocevar
Hi, On 6/25/07, César <[EMAIL PROTECTED]> wrote: > How can I make a synchronous get feature petition from the WfsGetFeature > fiel? I need to obtain the xml from the server, and then modify it. So, if > the get feature petition is asynchronous, I can do it. You might again want to read the docume

[Mapbuilder-devel] Help with the transaction

2007-06-25 Thread César
Hi developers, How can I make a synchronous get feature petition from the WfsGetFeature fiel? I need to obtain the xml from the server, and then modify it. So, if the get feature petition is asynchronous, I can do it. Thanks. --