Search:

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

Search: Search took 0.03 seconds.

  1. "promote" entity from one database to another

    Folks,

    I have a situation where I need to provide "promote" functionality where Vendor data from pre-production database is copied to production database. I am using Spring 2 + JPA + Hibernate...
  2. Replies
    10
    Views
    1,870

    That shouldn't matter - form:input will result in...

    That shouldn't matter - form:input will result in html input tag. Try:

    <form:input path="name" autocomplete="off" />
  3. Replies
    10
    Views
    1,870

    Give this a try. Do not know if this works across...

    Give this a try. Do not know if this works across various browsers.

    For the concerned text fields set autocomplete=off. For example,
    <input type="text" name="myField" autocomplete=off>
  4. Replies
    3
    Views
    2,301

    https://springmodules.dev.java.net/

    https://springmodules.dev.java.net/
  5. Replies
    3
    Views
    2,125

    I am running into the same issue and have tried...

    I am running into the same issue and have tried different combinations but none seem to work. Has anyone got this to work?
  6. Never mind. I was including valand_codebase.js...

    Never mind. I was including valand_codebase.js and using valang:codebase tag. I removed the tag and it started working properly.
  7. Replies
    3
    Views
    2,301

    Take a look at the following for using Valang...

    Take a look at the following for using Valang validator:
    http://opensource.atlassian.com/confluence/spring/display/MODULES/Using+Valang+validator
  8. Valang error: "Exception thrown and not caught"

    I am getting a similar javascript error with client side Valang validation (server side validation works fine). I traced the error to the javascript code generated by valang:codebase tag. I have a...
Results 1 to 8 of 8