something wrong?
Any help much appreciated
Will Berger
-
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=74914&messageID=138487#13
The two java methods in the action.
public Iterator getCurrentQuery()
{
}
public Iterator getQuery(String sQuery)
{
...
}
-
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?th
Figured it out. Not sure why.
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.
The method in the action class below.
public Iterator getQuery(String sQuery)
Forgive me if i am posting to the wrong group.
I have been noticing quite a few bugs in the struts 2 documentation. Would
fix it myself if i knew how, but I also understand that there should be some
process around this. Where should I go to submit bugs for documentation and
software bugs.
Than