Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ChrisPerezLebron opened this issue Mar 28, 2023 · 0 comments

Comments

@ChrisPerezLebron
Copy link

ChrisPerezLebron commented Mar 28, 2023

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";
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant