On Sat, Sep 20, 2008 at 4:46 PM, 928572663 <[EMAIL PROTECTED]> wrote:

>
> The Tag Reference doc:
>
> http://struts.apache.org/2.0.11.1/docs/submit.html
>
> doesn't have much detail about what to expect:  "Set method attribute."  Is
> my pageForward() method supposed to conform to a certain signature?
>

Yup.  It should accept no arguments, and return a String.  Er, and be
public:
public String pageForward() {
//...
}

-- 
Jim Kiley
Technical Consultant | Summa
[p] 412.258.3346 [m] 412.445.1729
http://www.summa-tech.com

Reply via email to