Speaking of which, what are the plans for eliminating abstract classes in Tap 5 ? I guess Howard has written something about this? Just to see what to wish for ;)

(right now abstract classing it's a bit messy, IMO -> a layered approach to the framework would be nicer).

--
Ing. Leonardo Quijano Vincenzi
Director Técnico
DTQ Software


Dan Adams wrote:
I have the following:

        private boolean adding;

        @Persist
        public boolean isAdding() {
                return adding;
        }

        public void setAdding(boolean adding) {
                this.adding = adding;
                if (adding)
                        setFactsheet( new Factsheet() );
        }

neither method is either called (but it should have been). They get
overridden.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to