
|
If you were logged in you would be able to see more operations.
|
|
|
Loom
Created: 26/Nov/08 03:38 PM
Updated: 18/May/09 09:41 PM
|
|
| Component/s: |
Loom JSP tags
|
| Affects Version/s: |
1.0
|
| Fix Version/s: |
1.5
|
|
|
Loom doesn't complain about <l:url> tags that point to an event marked with @DELETE which is wrong (the browser sends a GET request). Therefore an exception should be thrown.
In fact, clicking on the link doesn't call the desired event.
|
|
Description
|
Loom doesn't complain about <l:url> tags that point to an event marked with @DELETE which is wrong (the browser sends a GET request). Therefore an exception should be thrown.
In fact, clicking on the link doesn't call the desired event. |
Show » |
|
Right now, the event will be rendered but a method attribute has been added. It is responsibility of the application developer to do something with the generated attribute, otherwise a GET request will be used (which, as pointed out, will probably not point to the desired event, if any).