Reputation: 31
How does value stack work internally in Struts2 or when object on value stack is created, is it before interceptors execution or after interceptors execution? And how getters and setters called by interceptors when an object is pushed on value stack?
Upvotes: 1
Views: 96
Reputation: 160321
The code is available, and it's the best explanation I've seen.
#
prefix character, which basically means "this is a named value in the value stack context".Upvotes: 3