Re: Parse url parameter

2010-07-28 Thread Dale Newfield
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

Parse url parameter

2010-07-28 Thread Franz Wong
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