you should be setting ids by adding the MarkupIdSetter.INSTANCE attribute modifier to your components. this is required for any component you wish to partially update via ajax. take a closer look at the examples.

but then you should be getting a _javascript_ error not a wicket error.

-Igor



On 2/9/06, Mark Derricutt <[EMAIL PROTECTED]> wrote:
On 2/10/06, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> i believe Juergen was working on a fix for this, not sure of the status.
> Juergen are you reading with us?

The heart of the problem (which is what I was getting awhile ago as
well) is that in a ListView (or other components) the component isn't
added to the page at the time of construction so theres no id set.

Manually setting the 'id' attribute to getPageRelativePath() (i think
thats what it was) seems to work.   However I'm still not seeing
multiple ajax timers update models.

--
i like my video games - mamma said they are gonna melt my brains
i like my video games - i don't care what daddy said; they're my reality
  - henning pauly


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642
_______________________________________________
Wicket-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to