-
Jul 13th, 2011, 11:00 AM
#1
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
-
Jul 15th, 2011, 10:15 AM
#2
#{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
-
Forum Rules