this part of my code

<form>
   <input type="submit" jwcid="@Submit" class="boton" value="Aceptar"
tag="AgregarProveedor"   selected="ognl:comando" async="true"
updateComponents="customerTable"/>
 <div jwcid="[EMAIL PROTECTED]">  
  <table>
     <tr jwcid="@For" source="ognl:customers" value="ognl:customer"
element="tr">
        <td>
                 
        </td>
     </tr>
  </table>
 </div
</form> 

thanks for your time....


nirvdrum wrote:
> 
> Is customerTable a Tapestry component or is it an ID you just attached to
> some element?
> 
> -- 
> Kevin
> 
> 
> On 1/17/08 10:12 AM, in article [EMAIL PROTECTED],
> "DR_GLoPeL_BouCa" <[EMAIL PROTECTED]> wrote:
> 
>> 
>> Hello people, I've the similar problem, the browser not display the
>> response
>> of ajax submit, I've form with submit async="true" and
>> updateComponents="ognl:customerTable", when the ajax response come
>> browser
>> don't display any change, but in the fireBug bar, inspect de response and
>> is
>> in there, what's wrong..
>> Sorry mi english, Thaws. 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/bidirectional-dom-interface-tp14881716p14955237.html
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to