On 7/29/10 12:02 AM, Franz Wong wrote:
http://localhost:8080/myApp/action/myAction/user/name/Peter).
I would like to map those parameters in the following way.
class MyAction {
private String searchType; // user
private String searchMethod; // name
private String searchData // Pe
Hi group,
Suppose I have an URL with parameters (e.g.
http://localhost:8080/myApp/action/myAction/user/name/Peter).
I would like to map those parameters in the following way.
class MyAction {
private String searchType; // user
private String searchMethod; // name
private String searc
2 matches
Mail list logo