Hi,
I am currently working in a web 2.0-project and considering using the Acegi framework. Now, I wonder if there is any generic support within Acegi for the common user registration and activation...
Type: Posts; User: Heiko; Keyword(s):
Hi,
I am currently working in a web 2.0-project and considering using the Acegi framework. Now, I wonder if there is any generic support within Acegi for the common user registration and activation...
Hi,
I came across the same problem and wrote some code to enable the Spring-PageListHolder to work on a not-fully-loaded list. The problem is that PageListHolder directly works on a java.util.List....
Hi,
I am posting this just in case someone has a similar problem, since it cost me a considerable time to resolve this.
When using the Ajax-XT-JspComponent, which is a great thing to use, I had...
Hi,
I have a problem in my application with a preview functionality. Maybe somebody can help me - that would truly be great.
I have a form (SimpleFormController) which controls a transient object...
Hi Sergio,
I just opened the issue:
http://opensource.atlassian.com/projects/spring/browse/MOD-393
Sincerely,
Heiko
The springxt.js-Skript offers an errorHandler in the AjaxRequest-function for dealing technical errors during the ajax-call. I cannot see, however, how this errorHandler is supposed to be set from...
Hi Sergio,
thanks for the fix.
It works fine now.
Sincerely,
Heiko
Hi Sergio,
can you already estimate when this bug is going to be fixed? Our application is throwing a lot of RuntimeExceptions currently because there are some UTF-8-characters in our database......
Hi Sergio,
I just opened an issue: MOD-390
Regards,
Heiko
Hi,
in AjaxResponseSender.sendResponse, l. 41, the rendered response is written into the output stream of the httpResponse the following way:
ServletOutputStream out =...
Hi Sergio,
thanks for fixing this. It works fine now.
Sincerely,
Heiko
Issue opened: http://opensource.atlassian.com/projects/spring/browse/MOD-377
Hi Sergio,
I think there is still one problem with umlauts left: The "AjaxResponseImpl" does declare an encoding (member variable "encoding"), but this encoding is not written into the opening tag...
Hi Sergio,
thanks for your reply. Can you please give me a hint how I can access the latest nightly build of the spring modules?
Thank you,
Heiko
Hi,
I use the org.springmodules.xt.ajax.component.dynamic.JSPComponent to re-fill a JSP dynamically within an Ajax-request. If the new contents contain umlauts, they are not displayed correctly...
OK, thanks for your quick reply. I just opened an issue. I did have problems defining the priority (it's the first time I opened an issue). Are there common rules for this?
Hi,
I have a question concerning Date formatting in a JSP that is rendered within an ajax call by the JSPComponent-Class. It seems that by using the "InternalHttpServletResponse" for writing,...
Hi,
in my application, I have a number of subdialoges, meaning dialogs that are called by another dialog which should be shown again after the subdialog is closed. I wonder if there is any common...
Hi,
I wonder if there is any generic way to display and edit :n-relations of a form's command object in Spring MVC, so that f.i. a table with all the elements of the relation is filled and displayed...
thanks for your answer!
Hi,
I was having the same problem. Is it true that your success-view is a redirect-view? Then, Spring MVC seems to transform everything that's contained in the model to attribute-key-value-pairs for...
Hi,
does anyone know about a generic integration of the PRG (Post Redirect Get) pattern in Spring MVC?
Thanks in advance,
Heiko
Jörg, again, the problem in overriding the "onSubmitAction" (as well as the onSubmit-methods) is that there is no way to signal the framework that work should be stopped because of errors. This can...
Jörg, "stop processing" in case of a BusinessException means that the Controller should return to the form view and not do any more work except binding the View, including the errors. Thank you,...
Hi.
I am designing a Web Application using Spring MVC. Now, I am wondering what would be the most appropriate place in a Spring-Controller (inheriting SimpleFormController) to delegate a call to the...