Search:

Type: Posts; User: Heiko; Keyword(s):

Search: Search took 0.09 seconds.

  1. Registration process with user activation with Acegi?

    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...
  2. Thread: Paging

    by Heiko
    Replies
    10
    Views
    3,019

    Hi, I came across the same problem and wrote...

    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....
  3. Replies
    0
    Views
    1,071

    JspComponent and Internet Explorer 6.0

    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...
  4. Transient object in session referencing a persistent object

    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...
  5. Replies
    2
    Views
    1,198

    Hi Sergio, I just opened the issue:...

    Hi Sergio,
    I just opened the issue:
    http://opensource.atlassian.com/projects/spring/browse/MOD-393
    Sincerely,
    Heiko
  6. Replies
    2
    Views
    1,198

    springxt.js: how to set the errorHandler

    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...
  7. Hi Sergio, thanks for the fix. It works fine...

    Hi Sergio,
    thanks for the fix.
    It works fine now.
    Sincerely,
    Heiko
  8. Hi Sergio, can you already estimate when this...

    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......
  9. Hi Sergio, I just opened an issue: MOD-390...

    Hi Sergio,
    I just opened an issue: MOD-390
    Regards,
    Heiko
  10. Problem with AjaxResponseSender and UTF-Encoding

    Hi,
    in AjaxResponseSender.sendResponse, l. 41, the rendered response is written into the output stream of the httpResponse the following way:

    ServletOutputStream out =...
  11. Hi Sergio, thanks for fixing this. It works fine...

    Hi Sergio,
    thanks for fixing this. It works fine now.
    Sincerely,
    Heiko
  12. Issue opened:...

    Issue opened: http://opensource.atlassian.com/projects/spring/browse/MOD-377
  13. Hi Sergio, I think there is still one problem...

    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...
  14. Hi Sergio, thanks for your reply. Can you please...

    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
  15. Umlaut Problem with InternalHttpServletResponse

    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...
  16. Replies
    3
    Views
    1,454

    OK, thanks for your quick reply. I just opened an...

    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?
  17. Replies
    3
    Views
    1,454

    Date formatting in JSPComponent

    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,...
  18. Replies
    1
    Views
    887

    Spring MVC and Subdialogs

    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...
  19. Replies
    0
    Views
    782

    Generic :n-relation editing in Spring MVC?

    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...
  20. Replies
    3
    Views
    2,561

    thanks for your answer!

    thanks for your answer!
  21. Replies
    5
    Views
    1,042

    Hi, I was having the same problem. Is it true...

    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...
  22. Replies
    3
    Views
    2,561

    Spring MVC and PRG-Pattern

    Hi,
    does anyone know about a generic integration of the PRG (Post Redirect Get) pattern in Spring MVC?
    Thanks in advance,
    Heiko
  23. Thread: MVC and UseCases

    by Heiko
    Replies
    7
    Views
    1,080

    Jörg, again, the problem in overriding the...

    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...
  24. Thread: MVC and UseCases

    by Heiko
    Replies
    7
    Views
    1,080

    Jörg, "stop processing" in case of a...

    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,...
  25. Thread: MVC and UseCases

    by Heiko
    Replies
    7
    Views
    1,080

    MVC and UseCases

    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...
Results 1 to 25 of 25