Okay, I use jetty for testing and tomcat for staging server. On jetty my
listener works fine but when I launch in tomcat and click a link I get
the following. I'm not sure why it thinks that it has 2 listener
parameters. Again, this is tested and working under jetty.
No listener method named 'selectAction' suitable for 2 listener
parameters found
here's the html:
<span jwcid="@DirectLink" listener="listener:selectAction"
parameters="ognl:row.id"><span jwcid="@Insert"
value="ognl:row.name" /></span>
and the listener:
public void selectAction(IRequestCycle cycle, Integer id) {
...
Any ideas?
--
Dan Adams
Software Engineer
Interactive Factory
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]