Hello,

Question for the experts:

I have a search page that has a POJO as a model. It uses this model to
filter a search through a form component.
Now I have another page (let's say quick search) that needs to send (post)
this POJO model to this search page, in order to do the search filtering.
As PageParameters can't(?) be used to send this "complex model", how the
search page can receive it from another page? May I have to use Events?

Thank you guys.

Reply via email to