Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    396

    I can't seem to find the documentation for it,...

    I can't seem to find the documentation for it, but I believe you can use the annotation @RooPlural("properties") on your entity.
  2. There is also a nice diagram in this dzone...

    There is also a nice diagram in this dzone refcard:

    http://refcardz.dzone.com/refcardz/spring-web-flow
  3. Replies
    1
    Views
    1,810

    I have been learning Roo + SWF for the past two...

    I have been learning Roo + SWF for the past two weeks or so, and I too have not found any good full tutorials or examples for Web Flow. I am finding that you need to understand several different...
  4. Replies
    2
    Views
    860

    Try removing your declaration. All spring...

    Try removing your <var> declaration. All spring beans should be available to you by their spring bean names. So really all you need is to refer to them and (as long as the name is not defined in...
  5. My immediate fix was to go into the Entity in...

    My immediate fix was to go into the Entity in question and manually change the field from Set to List with LinkedList as the implementation.

    But in general, I am not sure that it would always be...
  6. MappingJacksonJSONView and ShallowEtagHeaderFilter

    I am using a MappingJacksonJsonView and applying the ShallowEtagHeaderFilter to it, but it looks like the Etag is coming out different each time even though the contents of the Model hasn't changed....
  7. Replies
    3
    Views
    2,662

    Gabriel, Did you look at using...

    Gabriel,

    Did you look at using @JsonIgnoreProperties or @JsonWriteNullProperties annotations to address the "null" field issues?

    e.g. Annotating the class with:
    ...
Results 1 to 7 of 7