reset password
Author Message
aligh1979
Posts: 121
Posted 01:13 Oct 26, 2011 |

the question about what the scope of model is was asked by me at the class , and the answer by professor was regarding the Tile and different technologies . after watching the video still confused about what the scope of the attribute -assigned to the model- is

cysun
Posts: 2935
Posted 08:18 Oct 26, 2011 |

For JSP it's request scope; for other view technologies the notion of scope does not exist, but you can still think of it as request scope because the model object is gone after the request is processed and the response sent back to the user.