Re: [S2]All the methods with "get" prefix are invoked

2009-09-09 Thread Gábor Kovács
Hi Dennis, You are right! Thank you very much! Gábor

[S2]All the methods with "get" prefix are invoked

2009-09-09 Thread Gábor Kovács
Hi everyone, I'm confused, because I don't understand this problem: I've made a simple Struts2 project. Here are the codes (they're short) ACTION CLASS --- package test.action; import com.opensymphony.xwork2.ActionSupport; public class TestAction extends ActionSupport{