Skip to content

Chapter 2: Listing 2.4 Handling POST requests with @PostMapping: Design not found #126

@ChrisPerezLebron

Description

@ChrisPerezLebron

In the code below Design class is not found. I am assuming it was meant to be Taco design, not Design design?

@PostMapping
public String processDesign(Design design) {
// Save the taco design...
// We'll do this in chapter 3
log.info("Processing design: " + design);
return "redirect:/orders/current";
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions