Search:

Type: Posts; User: WhiteSoup12

Search: Search took 0.11 seconds.

  1. Replies
    1
    Views
    1,391

    Re: Spring Bean Value

    Found the solution. If using Spring 3, <value>#{username}</value> works. If using Spring 2, <util:property-path path="bean.username"/> is equivalent.
  2. Replies
    1
    Views
    1,391

    Spring Bean Value

    Okay, so we have an application that uses Spring 2. I have a bean that accesses a method which returns a username (process ID) and password to be used in a database connection. The problem I am...
Results 1 to 2 of 2