struts-sandbox/struts2/apps/mailreader-wildone/src/main/java/mailreader2/subscription/Support.java [54:68]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String find() {

        org.apache.struts.apps.mailreader.dao.Subscription
                sub = findSubscription();

        if (sub == null) {
            addActionError("find (Subscription): ");
            addActionError(Constants.ERROR_INVALID_WORKFLOW);            
            return ERROR;
        }

        setSubscription(sub);

        return SUCCESS;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



struts-sandbox/struts2/apps/mailreader-ibatis/src/main/java/mailreader2/subscription/Support.java [54:68]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    public String find() {

        org.apache.struts.apps.mailreader.dao.Subscription
                sub = findSubscription();

        if (sub == null) {
            addActionError("find (Subscription): ");
            addActionError(Constants.ERROR_INVALID_WORKFLOW);            
            return ERROR;
        }

        setSubscription(sub);

        return SUCCESS;
    }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



