Re: [Discussion]Problem passing parameters to a Method ( Looking for incorrect argument Type )

2011-12-22 Thread Paul Nicolucci
omcat). Regards, Paul Nicolucci Konstantin Kolinko Tomcat Users

Re: [Discussion]Problem passing parameters to a Method ( Looking for incorrect argument Type )

2011-12-21 Thread Paul Nicolucci
just wanted to reach as broad of an audience as possible. Respectfully, Paul Nicolucci

[Discussion]Problem passing parameters to a Method ( Looking for incorrect argument Type )

2011-12-21 Thread Paul Nicolucci
I'm just following up on this issue as I did not see any responses from the community. Can anyone help out here? (See attached file: JSF20EL.war) Instructions for reproducing this issue are in the previous email attached below. Thanks for your time and help, Regards, Paul Nico

Problem passing parameters to a Method ( Looking for incorrect argument Type )

2011-12-07 Thread Paul Nicolucci
Object.class), so that then when we reach "javax.el.BeanELResolver.invoke()" we can't find the method due to the fact we are looking for method(Object param1, Object param2), rather than method (String param1, String param2). Thanks for the help! Regards, Paul Nicolucci