Search:

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

Search: Search took 0.05 seconds.

  1. Replies
    1
    Views
    1,021

    After reading this ...

    After reading this http://forum.springframework.org/showthread.php?t=11765 I will try out cglib. Hope that works out.

    Btw, if you know about any articles/documentation about cglib please let me...
  2. Replies
    1
    Views
    1,021

    Binding Form Data to DynaBeans

    Hi all,

    I want to use a domain object, which contains a property of type DynaBean, which in turn may contain nested data structures.

    I get NotReadablePropertyException s, when accessing the...
  3. see here:...

    see here: http://forum.springframework.org/showthread.php?t=18709
  4. Hi Daniel, it seems that your Hibernate mapping...

    Hi Daniel, it seems that your Hibernate mapping files do not match your database. Which DB are you using? How did you create your mapping files?

    -Stefan
  5. Thread: Map in JSP

    by skleinei
    Replies
    6
    Views
    1,203

    got it working

    fyi: I got it to work properly using the following path:


    <spring&#58;bind path="command.workflowInstance.payload.employee.details&#91;'number'&#93;">

    simtin, yatesco, thanks for your support!

    -Stefan
  6. Thread: Map in JSP

    by skleinei
    Replies
    6
    Views
    1,203

    FYI: The following works without any problem: ...

    FYI: The following works without any problem:


    <c&#58;out value="$&#123;command.employee.details.number&#125;"/>

    hmmm.. :?

    -Stefan
  7. Thread: Map in JSP

    by skleinei
    Replies
    6
    Views
    1,203

    Hi Simtin, thanks for your reply. That at...

    Hi Simtin, thanks for your reply.

    That at least doesn't throw an exception anymore. Howerever, it seems that the expression evaluates to null, as no value is displayed. Any ideas?

    btw:...
  8. Thread: Map in JSP

    by skleinei
    Replies
    6
    Views
    1,203

    Map in JSP

    Hello,

    i'm trying to read the value for a map entry from my command object, but i am struggling with the syntax of the EL. Can you help?

    This is what i have in my JSP:


    <spring&#58;bind...
  9. Thread: Mule

    by skleinei
    Replies
    8
    Views
    10,149

    Re: Mule

    Gaugat:

    Mule uses JMS as a communication channel. It has been using JMS before Spring supported JMS so they just used JMS directly.

    As Spring now provides some JMS support, the Mule project may...
Results 1 to 9 of 9