Here is your command bean:
public class MyCommand
{
private Set<Integer> numbers;
public void setIntegers(Set<Integer> numbers)
{
this.numbers = numbers;
}
Type: Posts; User: JohnDoeKyrgyz; Keyword(s):
Here is your command bean:
public class MyCommand
{
private Set<Integer> numbers;
public void setIntegers(Set<Integer> numbers)
{
this.numbers = numbers;
}
After trying to figure out how to use the fieldMarkerPrefix feature in WebDataBinder I have come to the conclusion that it doesn't do anything usefull. Here is why:
Consider the case where the...
Have you had any luck solving this problem? I am also trying to figure it out.
John Atwood
Hello,
I am using the HttpInvoker classes to develop a client server application. Everything works perfectly in the development enviroment on my local computer. When I install the application on...
Check out spring workflow http://www.competities.com/springworkflow.