Search:

Type: Posts; User: Jeff Gager; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,049

    Thanks again but still not working. First it...

    Thanks again but still not working.

    First it says refno is required, but if I enter refno is then says surname is also required. If I enter surname then there are no more messages and the next...
  2. Replies
    5
    Views
    1,049

    Thanks for trying Luciss - it doesn't work for me...

    Thanks for trying Luciss - it doesn't work for me though.

    It is insisting on a surname regardless of reference number
  3. Replies
    5
    Views
    1,049

    Rules Validation using Or()

    I am having some trouble writing a rule to ensure that at least one of a set of two fields are input. Code follows;

    protected void initRules() {
    this.validationRules = new Rules(...
  4. Replies
    13
    Views
    5,158

    Solution

    Wow this is a great forum - thanks to everyone for the help and advice.

    It's working fine now :)
  5. Replies
    13
    Views
    5,158

    OK this is my advisor public class MyAdvisor...

    OK this is my advisor

    public class MyAdvisor implements PointcutAdvisor {

    private Advice advice;
    private Pointcut pointcut;

    /*
    * @see...
  6. Replies
    13
    Views
    5,158

    Problem getting started

    I am having trouble getting a aop demo working in SPRING.

    My test program starts a ClassPathXmlApplicationContext which loads the folling applicationContext;

    <bean id="beforeAdvice"...
Results 1 to 6 of 6