Hello!

I am using the Chenillekit onEvent component to set a persisted variable of a form:

----

@Persist
@Property
private String filteredBy;

void onChangeFromFilteredBy(String selectedFilter) {
    filteredBy = selectedFilter;
}

---

This works, the value is set. But it is not persited: Every time I call this or another AJAX function, the value is the default one.

Do I have to save persisted values another way when using AJAX?

Regards
 Stephan

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to