reset password
Author Message
Amedrano
Posts: 80
Posted 21:22 Oct 19, 2014 |

I've kinda stalled on my progress with this part.  How should the return link be implemented? as another servlet or as part of the view servlet...any hints would be appreciated.

thanks
 

raywu64
Posts: 44
Posted 22:06 Oct 19, 2014 |

It's probably best to make it another servlet; it's easier to manage and think about it if each servlet serves one purpose. All the return needs is a parameter that can point to which element needs to be updated.