Warning: Attempt to read property "date" on null in /home/www/websvn.26th.net/html/blame.php on line 247

Warning: Attempt to read property "msg" on null in /home/www/websvn.26th.net/html/blame.php on line 247

Deprecated: preg_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/www/websvn.26th.net/html/blame.php on line 247
WebSVN – general – Blame – /hostadmiral/trunk/src/ak/strutsx/taglib/NotEmptyTag.java/ – Rev 958

Subversion Repositories general

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
958 dev 1
/**
2
 * Extends and based on Apache Struts source code.
3
 *
4
 * Copyleft Anatoli Klassen (anatoli@aksoft.net)
5
 */
6
package ak.strutsx.taglib;
7
 
8
import javax.servlet.jsp.JspException;
9
 
10
public class NotEmptyTag
11
	extends EmptyTag
12
{
13
    protected boolean condition()
14
    	throws JspException
15
    {
16
        return condition(false);
17
    }
18
}