Search:

Type: Posts; User: JohnDoeKyrgyz; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    10
    Views
    3,061

    Simple example of binding to a collection

    Here is your command bean:


    public class MyCommand
    {
    private Set<Integer> numbers;
    public void setIntegers&#40;Set<Integer> numbers&#41;
    &#123;
    this.numbers = numbers;
    &#125;
  2. Replies
    10
    Views
    3,061

    fieldMarkerPrefix, What's the point?

    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...
  3. Replies
    10
    Views
    3,061

    Any Solution?

    Have you had any luck solving this problem? I am also trying to figure it out.

    John Atwood
  4. HttpInvoker server side deserialization problem

    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...
  5. Replies
    9
    Views
    4,252

    page flow project

    Check out spring workflow http://www.competities.com/springworkflow.
Results 1 to 5 of 5