Question about

2007-04-03 Thread Will Berger
something wrong? Any help much appreciated Will Berger - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=74914&messageID=138487#13

Re: Question about

2007-04-03 Thread Will Berger
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

Re: Question about

2007-04-03 Thread Will Berger
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)

submit bugs

2007-05-26 Thread Will Berger
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