;>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> The problem is that these tags are never populated while using the AJAX
>>>> feature. Neither errors nor messages are displayed at any tim
That should be it. Just to make sure it is not related to the errors or
the messages, replace the with some fixed text, and
see if that text is showing up.
musachy
kedgecomb wrote:
I am using a single taglib directive:
<%@ taglib prefix="s" uri="/struts-tags" %>
Is there something
either errors nor messages are displayed at any time. If I
>> use
>> the same url that the s:div tag uses, and key it into the browser
>> address,
>> the row is added or deleted and the message displays correctly, (using
>> the
>> exact same jsp). When I use an ajax link:
>>
>>
>>
>>
>> > name=
The ajax request is handled just like any other request (its
asynchronous nature is only related to the client). So whatever the
action outputs, it will be sent to the client and inserted inside the
div. Use Firebug to see what is the return of the ajax call, plus make
sure the jsp fragment has
ew this message in context:
http://www.nabble.com/Mixing-Struts2-ajax-functions-with-actionErrors-and-actionMessages-tf3222408.html#a8950048
Sent from the Struts - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail:
5 matches
Mail list logo