Here is the code in ERModRequiredWrapper:

/**

 * Show the form for only those pages that need it.

 */

public Boolean showForm() {

if (_showForm == null) {

Integer temp = (Integer)d2wContext().valueForKey("hasForm");

boolean hideForm = booleanValueForBinding("hideForm");

boolean result = (!hideForm && temp != null && temp.intValue() > 0);

_showForm = Boolean.valueOf(result);

}

return _showForm;

}


I have tried everything to hide the form via rules:


hasForm -- false

hideForm -- true

showForm -- false


Nothing seems to work


Thanks

James
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to