but if you use setRenderBodyOnly(true) on a label
how can you target it for a ajax update at the first place?


On 3/20/06, Matej Knopp < [EMAIL PROTECTED]> wrote:
Sorry, my bad.

setRenderBodyOnly, not setStripWicketTags.

the problem is for example having
<span id="abcd">
  Span body
</span>

the entire tag is replaced by new span body, but without the tags with
id, e.g.

  New span body

(tags and id is missing, because it's replaced through outerHtml, not
innerHtml)

Vaynberg wrote:
> what exactly is the problem? ajax requests use the same settings, so if
> you have stripwickettags=false both full and ajax renders should act the
> same.
>
> -Igor
>
>
> On 3/19/06, * Matej Knopp* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote:
>
>     Hi, there seems to be a serious problem with beta 2.
>
>     _javascript_ replaces components with outerHtml, but they are rendered
>     with setStripWicketTags(true), which causes severe problems.
>
>     Or am I missing something?
>
>     -Matej
>
>
>     -------------------------------------------------------
>     This SF.Net email is sponsored by xPML, a groundbreaking scripting
>     language
>     that extends applications into web and mobile media. Attend the live
>     webcast
>     and join the prime developer group breaking into this new coding
>     territory!
>     http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
>     < http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642>
>     _______________________________________________
>     Wicket-user mailing list
>     Wicket-user@lists.sourceforge.net
>     <mailto:Wicket-user@lists.sourceforge.net>
>     https://lists.sourceforge.net/lists/listinfo/wicket-user
>     <https://lists.sourceforge.net/lists/listinfo/wicket-user>
>
>



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to