Results 1 to 2 of 2

Thread: Default value for #{jobParameters['TEST']}

  1. #1
    Join Date
    May 2010
    Posts
    7

    Default Default value for #{jobParameters['TEST']}

    Hello,

    is it possible to define a default value for late binding attributes like #{jobParameters['TEST']}?

    I think its a normal practice that a job has some optional parameters which are not set at every request.Are there any other solutions for this use case?

    Thanks
    Dennis

  2. #2
    Join Date
    Jun 2005
    Posts
    4,230

    Default

    #{jobParameters['TEST']?:'foo'} works with Spring 3

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •