* @exception Exception if an error occurs
*/
public boolean execute(Context context) throws Exception {
// Acquire the value to be tested
ShaleWebContext webContext = (ShaleWebContext) context;
String value = value(webContext);
if (log.isDebugEnabled()) {
log.debug("execute(" + value + ")");
}
if (value == null) {