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: fixing OrderController and DesignTacoController to access the same TaccoOrder session Attribute #17

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

MohamedMoubarakHussein
Copy link

There was a problem in the original code. the log file after making the order request
it shows
--- [nio-8080-exec-2] com.myspring.demo.controller.OrderTaco : Taco_Order(id=null, PlacedAt=null, tacos=[], name=Mohamed, street=Street, city=city, state=state, zip=000000000)
tacos is empty because the code cannot access the same Session Attribute TacoOrder in the OrderController and DesignTacoController.

@MohamedMoubarakHussein MohamedMoubarakHussein changed the title fixing OrderController and DesignTacoController to access the same TaccoOrder session Attribute Chapter 2: fixing OrderController and DesignTacoController to access the same TaccoOrder session Attribute Jul 8, 2023
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

Successfully merging this pull request may close these issues.

1 participant