Search:

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

Search: Search took 0.03 seconds.

  1. Thread: Bind tag

    by cdk2128
    Replies
    0
    Views
    738

    Bind tag

    I am working in websphere application developer and am getting a Warning saying :
    JavaCompile: The type BindStatus is deprecated. surveyEdit.jsp

    when using this:

    <Spring:bind...
  2. Replies
    1
    Views
    733

    another question

    I am trying to define two view resolvers as described in the documentation chapter 12. I am getting an error on the order property of the InternalResourceViewResolver :

    Invalid property 'order' of...
  3. Thread: XSL View

    by cdk2128
    Replies
    2
    Views
    899

    Doh, of course. I read setStylesheetLocation and...

    Doh, of course. I read setStylesheetLocation and my brain must have figured the getter was for the location as well ;)

    Thanks!!
  4. Thread: XSL View

    by cdk2128
    Replies
    2
    Views
    899

    XSL View

    Hi guys,

    quick little question. I have an application where I want to utulize the AbstractXsltView. My problem is that my Xsl is actually stored in a database, not in a file, so I can't use...
  5. Replies
    3
    Views
    7,175

    That answers my question as well :) ...

    That answers my question as well :)

    http://forum.springframework.org/showthread.php?t=10109
  6. I took out the package path, it is fully...

    I took out the package path, it is fully qualified. The thing is, if i copy and paste the target bean definition outside and reference it, then Eclipse isn't complaining.

    <bean...
  7. TransactionProxyFactoryBean & applictatinoContext

    I have the follwing set up:
    <bean id="txProxyTemplate" lazy-init="true"
    class="org.springframework.transaction.interceptor.TransactionProxyFactoryBean">
    <property...
  8. Replies
    2
    Views
    2,184

    Doh

    This is a case of staring at code to much ;)

    We recently changed the db from UUID to int so we can use @@Identity and of course I did forget to update the Entity class.

    Go figure.
  9. Replies
    2
    Views
    2,184

    Ibatis question

    I have a question on ibatis and Spring hitting MS SQL Server. We are running into a problem witht he keySelect tag. Anyone have an idea what could be the problem?

    Thanks!

    We are using a class...
Results 1 to 9 of 9