
|
If you were logged in you would be able to see more operations.
|
|
|
WebWork
Created: 16/Mar/06 11:21 AM
Updated: 17/Mar/06 08:04 AM
|
|
| Component/s: |
Actions
|
| Affects Version/s: |
2.2.1
|
| Fix Version/s: |
2.2.2
|
|
|
While debugging a problem with the showcase remote form page I noticed the following:
I had <ww:action ... action="/RemoteForm.action /> which was failing. The URL being called was "/context//RemoteForm.action.action".
Even though their will be a high chance that a WW action is called, it looks like the action value is assuming that this is always an action. We should ensure that other URL's can be called and not just WW actions.
|
|
Description
|
While debugging a problem with the showcase remote form page I noticed the following:
I had <ww:action ... action="/RemoteForm.action /> which was failing. The URL being called was "/context//RemoteForm.action.action".
Even though their will be a high chance that a WW action is called, it looks like the action value is assuming that this is always an action. We should ensure that other URL's can be called and not just WW actions. |
Show » |
|