On Fri, 26 Oct 2012 16:15:37 -0200, Richard Frovarp <rfrov...@apache.org> wrote:

I'm trying to create a Solr component in Tapestry. I'm trying to figure out the best method of displaying the facets, and allowing the user to select
from the different facets. I was hoping to use something like a select,
that upon selection the data is submitted. Obviously in advance I won't
necessarily know how many different facets there will be. I've already got it working using multiple eventlinks, but would like to move to a select.
I'm sure I'm missing something simple. Does anyone have any suggestions?

Hi!

Just use a Select inside a Form and write some JavaScript to submit the form when the value is changed.

--
Thiago H. de Paula Figueiredo

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

Reply via email to