Figured it out. Not sure why.
<s:iterator value="getQuery('Current')">
In this case I called the method exactly as it is in the class. The above
works.
Below does not. I thought ognl would prepend the "get" in front of my method
call as follows.
<s:iterator value="query('Current')">
The method in the action class below.
public Iterator getQuery(String sQuery)
{ ...}
If someone has an answer, i would love to hear it.
Will
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=74914&messageID=138512#138512
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]