You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by DR_GLoPeL_BouCa <mc...@gmail.com> on 2008/01/17 18:33:43 UTC

Ajax - No render Response

Hello people, I've problem, the browser not display the response of ajax
submit, I've form ->
 
<form>
   <input type="submit" jwcid="@Submit" class="boton" value="Aceptar"
tag="AgregarProveedor"   selected="ognl:comando" async="true"
updateComponents="customerTable"/>
 <div jwcid="customerTable@Any">  
  <table>
     <tr jwcid="@For" source="ognl:customers" value="ognl:customer"
element="tr">
        <td>
                 
        </td>
     </tr>
  </table>
 </div
</form>
on submit the customer is store in DB, and i've to display change on screen,
update a table, but when the ajax response come browser don't display any
change, but in the fireBug bar, inspect the response and is in there, all
data, what's wrong.., is problem with the @For component, 
Sorry mi english, Thaws.
-- 
View this message in context: http://www.nabble.com/Ajax---No-render-Response-tp14925523p14925523.html
Sent from the Tapestry - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Ajax - No render Response

Posted by DR_GLoPeL_BouCa <ta...@gmail.com>.
Ok, i find a solution,
a  xxxxx  tag produce a parser exception, i put  , sorry again, is stupid
error, but trying i learning, 

DR_GLoPeL_BouCa wrote:
> 
> Hello people, I've problem, the browser not display the response of ajax
> submit, I've form ->
>  
> <form>
>    <input type="submit" jwcid="@Submit" class="boton" value="Aceptar"
> tag="AgregarProveedor"   selected="ognl:comando" async="true"
> updateComponents="customerTable"/>
>  <div jwcid="customerTable@Any">  
>   <table>
>      <tr jwcid="@For" source="ognl:customers" value="ognl:customer"
> element="tr">
>         <td>
>                  
>         </td>
>      </tr>
>   </table>
>  </div
> </form>
> on submit the customer is store in DB, and i've to display change on
> screen, update a table, but when the ajax response come browser don't
> display any change, but in the fireBug bar, inspect the response and is in
> there, all data, what's wrong.., is problem with the @For component, 
> Sorry mi english, Thaws.
> 

-- 
View this message in context: http://www.nabble.com/Ajax---No-render-Response-tp14925523p14998759.html
Sent from the Tapestry - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org