On Fri, 24 Jun 2011 13:34:59 -0300, George Christman <gchrist...@cardaddy.com> wrote:

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);

I guess so. :)

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!

I guess both can be solved by setting the id and the property used as label in the OTHER object.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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

Reply via email to