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...
Type: Posts; User: Jeff Gager; Keyword(s):
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...
Thanks for trying Luciss - it doesn't work for me though.
It is insisting on a surname regardless of reference number
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(...
Wow this is a great forum - thanks to everyone for the help and advice.
It's working fine now :)
OK this is my advisor
public class MyAdvisor implements PointcutAdvisor {
private Advice advice;
private Pointcut pointcut;
/*
* @see...
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"...