Commit de908e9
committed
Removing Evaluates
Removed the usage of the evaluate function and replaced it with the scope mapping to get the scope from the provided value and then used the dynamic allocation operator to get the value from the appropriate scope.
Also used the throw function to throw and error if the value is not found from the request, arguments, application, session and variables scope.1 parent 827efb3 commit de908e9
1 file changed
+16
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
67 | 82 | | |
68 | 83 | | |
69 | 84 | | |
| |||
0 commit comments