Search:

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

Search: Search took 0.02 seconds.

  1. ROLE_ prefix required for webflow secured tag?

    It looks like the secured tags in my webflows only function properly when the role name has the "ROLE_" prefix.

    If I use this, I am let through correctly:


    <secured attributes="ROLE_SUPER"/>
    ...
  2. Thanks for the quick reply, sorry to hear that. I...

    Thanks for the quick reply, sorry to hear that. I guess since im using someone elses model object my best bet will just be to make a wrapper class for it that takes List<String>

    I tried turning on...
  3. Binding checkboxes to Enums and possible bug in Booking demo

    Im trying to bind a list of 5 optional checkboxes (so 0 to 5 values will be form submitted). I want these to bind into a model field of type List<MyEnumeration>, similar to what the Amenities do on...
  4. Replies
    1
    Views
    807

    scope searching algorithm

    I have an autowired component in my servlet context configuration called "sessionUtils". When I reference it from a flow without specifying a scope, like:

    <evaluate...
Results 1 to 4 of 4