Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,316

    Spring 3 MVC: bind on new form

    Hello,

    how can I bind on new form using spring 3 annotated controller? On SimpleFormController I had bindOnNewForm but now?

    thanks in advance
  2. Replies
    0
    Views
    719

    form:input tag rejected field value in RC1

    Hello,

    I've got a problem with form:input tag using Spring 3RC1.

    I've got a double field in a bean, if the value is not validated because, for example, it contains non-digit characters, the...
  3. Thread: Broken pipe?

    by lime
    Replies
    1
    Views
    3,265

    Broken pipe?

    Hello,

    I've got an application that runs without problems for hours and then stop with this error:



    org.springframework.web.util.NestedServletException: Request processing failed; nested...
  4. Replies
    8
    Views
    1,983

    IllegalArgumentException instead of typeMismatch

    Hello,

    I'm encountering the same problem today using spring 2.0.6 (also with 2.0.5):


    Failed to convert property value of type [java.lang.String] to required type [java.lang.Double] for...
  5. Thread: list binding

    by lime
    Replies
    10
    Views
    1,785

    yes I think it can... it was my first...

    yes I think it can...
    it was my first solution... now I think it is the only solution

    thanks
  6. Thread: list binding

    by lime
    Replies
    10
    Views
    1,785

    could you give me an example? What should I do...

    could you give me an example?
    What should I do with my obj.list[i].price in onBind to apply a specific format?

    thanks
  7. Thread: list binding

    by lime
    Replies
    10
    Views
    1,785

    no, I need different format for quantity and...

    no, I need different format for quantity and currency double...
  8. Thread: list binding

    by lime
    Replies
    10
    Views
    1,785

    Yes I Know, the problem is that the name in my...

    Yes I Know, the problem is that the name in my example is not fixed but depends on the index of the object in the list: obj.list[i].price

    so which is the...
  9. Thread: list binding

    by lime
    Replies
    10
    Views
    1,785

    list binding

    Hello,

    I need a little help.
    I've got a form object with a list property, the items in this list contain many Double fields, my objective is to set a different editor only for one of these...
  10. Replies
    0
    Views
    1,027

    Velocity tools in VelocityEngine

    Hello,

    I'm using VelocityEngine to send html emails like described in this article: http://www.theserverside.com/blogs/showblog.tss?id=SpringVelocityEmail

    I have to format numbers and dates in...
  11. Replies
    1
    Views
    861

    PDFview: view&save at the same time

    Hello,

    is it possible to save the PDF generated by a subclass of AbstractPDFView to a file on the server before/after browser rendering?

    my intention is to generate the file one time only and...
  12. Thread: sessionForm usage

    by lime
    Replies
    1
    Views
    7,506

    sessionForm usage

    Hello

    where can I find an example of sessionForm Usage?

    specifically I haven't understand:

    - when is destroyed and recreated the command object in session?
    - how can I intercept the event...
  13. Replies
    8
    Views
    1,747

    OH MY GOD! You are right!! 1 day lost for this...

    OH MY GOD!
    You are right!! 1 day lost for this stupid error...

    thank you very much!
  14. Replies
    8
    Views
    1,747

    sure:

    sure:



    <spring&#58;nestedPath path="bolla">
    <spring&#58;bind path="bolla_test.tkboll">
    <input type="hidden" name="<c&#58;out value="$&#123;status.expression&#125;"/>" value="<c&#58;out...
  15. Replies
    8
    Views
    1,747

    tkboll is in an hidden field and it' correctly...

    tkboll is in an hidden field and it' correctly sent...
  16. Replies
    8
    Views
    1,747

    thanks for your answer lucker, this is my...

    thanks for your answer lucker, this is my formBackingObject impl


    protected Object formBackingObject&#40;HttpServletRequest request&#41; throws ModelAndViewDefiningException,...
  17. Replies
    8
    Views
    1,747

    Indexed properties problem

    Hello I've got this exception binding a nested List property of a command class after a submit:


    org.springframework.beans.InvalidPropertyException&#58; Invalid property 'posis&#91;0&#93;' of bean class...
  18. Replies
    1
    Views
    1,013

    formView as successView: is it possible?

    Hello

    can I set the formView as succesView? I've tried it but it seems that referenceData isn't called so form's dropdown are empty...
  19. Replies
    3
    Views
    3,698

    ok I've found something: - an exception...

    ok I've found something:

    - an exception catched by SimpleMappingExceptionResolver generate a WARN message not an ERROR

    - log4j SMTPAppender sends an email only for level >= ERROR

    so: how can...
  20. Replies
    3
    Views
    3,698

    SimpleMappingExceptionResolver & log4j

    Hello,

    if I use SimpleMappingExceptionResolver to capture, for example, org.springframework.dao.DataAccessException my error page is correctly displayed but the error is non logged in stdout,...
  21. Thread: jsp:useBean

    by lime
    Replies
    1
    Views
    957

    jsp:useBean

    Hello,

    I have to integrate some very old style jsp with my springframework.
    These jsp use beans with <jsp:useBean ... > tag: how can I get the beans initialized by Spring in jsp?
  22. Replies
    12
    Views
    8,920

    spring+ibatis & oracle's CLOB?

    Can I use Spring's OracleLobHandler with ibatis database layer? How?
  23. Replies
    2
    Views
    1,481

    everything works fine it was a misunderstanding...

    everything works fine
    it was a misunderstanding of Velocity template calls, sorry
  24. Replies
    2
    Views
    1,481

    Velocity: resourceLoaderPath

    Hello,
    I'm trying Velocity Spring support

    I have a question: I've set resourceLoaderPath with value /templates where templates is a directory under my web app root

    In this directory, and its...
  25. Replies
    1
    Views
    2,349

    Sending Velocity-based E-Mail with Spring

    hello
    I've read the tutorial by Matt Raible and everything works fine with ClassPath loader and File Loader (using "resourceLoaderPath" of VelocityEngineFactoryBean) but I'm not able to make it...
Results 1 to 25 of 29
Page 1 of 2 1 2