Seems like we are super close now. Hopefully I'm doing this correctly

        List<Funding> _fundings =
session.createCriteria(Funding.class).add(Restrictions.eq("purchaseRequest.id",
purchaseRequest.getId())).list();

        _fundings.add(OTHER);

ValueEncoder is returning -1 as expected and the onValueChanged(Funding
funding) seems to be returning an object. Only two issues left to resolve is
a null funding name / id  within onValueChanged and no funding label exist
within the select menu. If you could point me in the direction to resolving
those two bugs, this issue should be completed. Once again, thanks so much!

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/T5-Select-Menu-with-Other-Option-tp4520881p4521568.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to