slooffmaster
Edit page as Index resource page
Late to the party but I found a solution to this question/challenge. In the Resource file I changed the
getPages()
method to this:
Then in the EditThings
class I defined the mount()
method like so:
The trick is to assign a default value of null
to the required parameter.4 replies