Se Song
Se Song

Reputation: 1663

I want to customize default popup on create using redirect new page instead

On Action create as bellow

@Action
public EmployeeVM newEmployee(final String name) {
    employeeRepository.create(name);
    return this;
}

It show popup enter image description here Is it possible to redirect to a new page with the back button and save button instead of popup.

Upvotes: 0

Views: 63

Answers (0)

Related Questions