I've implemented a ReloadableResourceBundleMessageSource in my Spring MVC application which I use to display prettier error messages for binding exceptions. The problem I'm having is that, due to a...
Type: Posts; User: TimmyJ; Keyword(s):
I've implemented a ReloadableResourceBundleMessageSource in my Spring MVC application which I use to display prettier error messages for binding exceptions. The problem I'm having is that, due to a...
Paulg,
Do you mind posting the code that got JQuery to render fragments? I'm not having any luck with that.
Thanks,
Tim
Thanks for the advice _ado. I've got FlowAjaxTilesView (which uses SpringJavascriptAjaxHandler) to recognize that I am sending an ajax request (by changing the header "Accept") but the fragments...
I am trying to achieve the same thing. If anyone has any insight into how one might do this it would be much appreciated.
I have a page that is rendered as part of a flow. This page was created using tiles and has two tables in it, each table is a tiles attribute. Using the AjaxEventDecoration and the dojo library I was...
I currently have a situation in which spring MVC controller calls a flow on a form submission, thereby providing all the attributes of the backing object for that form to the flow as input. The two...
I'm currently implementing a search interface that will act as a hub to several other programs. Currently I am only working on the search interface but eventually the program needs to have the...