Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1.0
-
None
Description
for example, add the following to `SimpleObject`:
@Property public String getFoo() { throw new RuntimeException(); } @MemberSupport public boolean hideFoo() { return true; }
and add to `SimpleObject.columnOrder.txt`
Now use `SimpleObjects > List All`
the Wicket viewer will render the "foo" column, showing every cell as empty because the value is hidden.
HOWEVER
attempting to download the Excel spreadsheet will fail - downloads the .xlsx containing the redirected error html.