Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8757873
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T14:24:24+00:00 2026-06-13T14:24:24+00:00

I created this method just to explain the scenario. I would like to evaluate

  • 0

I created this method just to explain the scenario. I would like to evaluate the user domain object inside the model object.

I know I can evaluate return objects and method arguments. But I got the following error when I tried with model object,**is it not possible to use model objects in PostAuthorize / PreAuthorize? **

Error

[Request processing failed; nested exception is java.lang.IllegalArgumentException: Failed to evaluate expression ‘#model.user.userName != ‘ramesh”] with root cause
org.springframework.expression.spel.SpelEvaluationException: EL1008E:(pos 7): Field or property ‘user’ cannot be found on object of type ‘org.springframework.validation.support.BindingAwareModelMap’

code

@PostAuthorize("#model.user.userName != 'ramesh'")
@RequestMapping(value="/createusername", method = RequestMethod.GET)
public String getCreateUserNamePage(ModelMap model) {
    User user = new User();
    String username = SecurityContextHolder.getContext().getAuthentication().getName();
    if(username!=null)
        user = customUserDetailsService.getUserByUsername(username);
    else
        user.setUserName(username);
    model.put("user", user);
    return "createusername";
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T14:24:25+00:00Added an answer on June 13, 2026 at 2:24 pm

    Your model object doesn’t have a property called “user”, instead you’re accessing it like this: model.put("user", user). It appears that your model (ModelMap) is some type of map.

    Does it extend java.util.Map?
    If so you can use the spel map syntax like this: #model[user].username

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'v created a Contentprovide and implements it's update() method like this: @Override public int
Can a custom event be created for any object method? To do this do
I'd like to use this method to create user-friendly URL. Because my site is
I just wrote a delegate method, that shall return an array, I've created inside
I want to create an extension method like this public static bool AllConsecutives(this IEnumerable<int>
Scenario After reading this answer I realized that I could create object starting from
I'm a bit confused with these C++ pointers and I would like to know
I have created a method like NUnit's Throws method. Basically, the method should return
I'm creating new Site Definitions using this method: http://weblogs.asp.net/paulballard/archive/2007/04/09/creating-a-custom-sharepoint-2007-portal-site-definition-using-the-portalprovisioningprovider-class.aspx and when they get created,
This method works as expected - it creates a JTree with a root node

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.