Search:

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

Search: Search took 0.05 seconds.

  1. Replies
    0
    Views
    398

    Quartz triggers end up in error state

    Hi,

    I'm using jdbcjobstore and have 3 triggers, executing 3 different jobs on the same table. It runs for about a minute and then all 3 triggers changes to error state?

    schedulerContext.xml

    ...
  2. Outside --> It's another app doing the insert...

    Outside --> It's another app doing the insert into db.
  3. So it will recognise an insert/update from...

    So it will recognise an insert/update from outside my application? I thought it will only pick up the event when using the hibernate template?

    Thanks
  4. Application to react on database insert/update

    Not sure what I'm looking for, but let me explain.

    I have a system that can only interface by means of database insert/updates. When a record gets inserted, I want to re-use my business logic of...
  5. Replies
    1
    Views
    792

    Manipulate multiple-select and bind

    Good day,

    I have 2 multiple-selects (populating it from ArrayList's) and uses javascript to move items from the one to the other.
    When submitting I only want the values remaining in the 2...
  6. Replies
    0
    Views
    953

    Valang and number format validations

    How do I 'code' number format validation, using patterns and Valang?
    Pattern: [0-9]{1,}\\.[0-9]{2}

    Is there javadocs for valang? If so, where can I find it?

    Thanks
  7. Replies
    0
    Views
    861

    Binding checkbox

    Hi,

    Below my jsp code: How do I bind the checkbox to my formbacking object using the bind tag?



    <spring:bind path="linkedAccounts.lsaList">
    <c:forEach...
  8. Replies
    0
    Views
    717

    Another checkbox question...

    Good day all,

    My scenario is as follows:

    I'm displaying a list of accounts, obtained from the database. I'm using the accountId as the value of my checkbox, in order for the user to select...
  9. Yes, we are using the portlet specification. ...

    Yes, we are using the portlet specification.

    Please give me instructions on how to proceed.
  10. Replies
    6
    Views
    1,193

    The form gets populated with the following: See...

    The form gets populated with the following:
    See attached 1.jpg

    Then I clear all the fields and submit the form. It does the validation, but you will note that the fields I did not validate, are...
  11. Calling an AbstractWizardFormController from another controller

    Hi,

    I have 2 seperate portlets for my application. One for public, meaning users are not authenticated, and one for protected users, meaning the user is authenticated.

    How can I navigate from...
  12. Replies
    6
    Views
    1,193

    Thanks all, Below my code: Controller: ...

    Thanks all,

    Below my code:

    Controller:

    public class UpdateServiceAccountController extends SimpleFormController implements InitializingBean {

    private static final Logger LOG =...
  13. Replies
    6
    Views
    1,193

    FormbackingObject and validation

    Hi,

    I'm using a simpleFormController with a formbacking object. I would only like to validate 3 of the 5 fields on the jsp. When I click on the submit button, it does the validation of the 3...
  14. Hi, you have to override the onSubmitAction...

    Hi,
    you have to override the onSubmitAction method in the controller. See below.


    public void onSubmitAction(ActionRequest request, ActionResponse response,
    ...
  15. Setting render parameters in SimpleFormController

    Good day,

    I'm using a SimpleFormController to submit a form, perform validations and then route it to a success view. I need to pass a parameter back to the successview. At this stage my...
Results 1 to 15 of 15