Re: Populating select tag list with result of static Method

Philip Luppens <[email protected]> Wed, 20 Dec 2006 04:02:13 CST
Newsgroups gmane.comp.java.open-symphony.webwork
Message-ID <7153675.1166608963786.JavaMail.os-j2ee@opensymphony01.managed.contegix.com>
Well, it works without a problem, but I think you have to specify the full method name as well:
[code]
<ww:select list="@com.acme.test.Util@list" /> //will not work
<ww:select list="@com.acme.test.Util@getList()" /> //works like a charm
[/code]
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=54375&messageID=109074#109074

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]