Hello. I've the following problem I'm stuck with:
A tabbed panel with some divs:
<s:tabbedPanel id="upload_options">
<s:url id="mu" action="ManualContentUpload"/>
<s:div id="one"
key="ContentUploadMain.Option.1" theme="ajax"
href="%{mu}">
</s:div>
.....
</s:tabbedPanel>
in the widget, i get the "loading...." message and then:
Error loading '/...../.../ManualContentUpload.action? (200 OK)
The mapping for the action is correct, because if I type it in the URL the
resulting jsp is displayed correctly.
<action name="ManualContentUpload"
class="actions.contents.upload.ManualUpload">
<result name="success">/pages/ManualContentUpload.jsp</result>
</action>
All I want to do is to display the jsp in the div of the tabbel panel.
What's my error?
Thank you very much
--
View this message in context:
http://www.nabble.com/Error-with-action-call-from-div-tp15503957p15503957.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]