Hi everybody, My new dilema is : I have created my "own" ajax widgets by putting <s:div theme="ajax" in a struts 2 tabbedPanel. This allows to refresh its content and works fine. I want to put links inside this widget (a button for exemple or a "<a href" ...) that are linked to an Action class, but that targets the same widgets. If its not clear, let me illustrate. I display a list of objects in my widget, I display a link to delete/modify one row of my list. When clicking on it, it calls an action that performs the change (modify the row) . And now I don't know what to do in order to refresh the display of the list ONLY IN MY AJAX WIDGET, without refreshing all the page.
thanks a lot -- View this message in context: http://www.nabble.com/-s2-Targeting-a-link-to-open-in-a-%3Cs%3Adiv-theme%3D%22ajax%22-box---tf3040935.html#a8452631 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]