Re: [Stripes-users] Newbie Email Verification Questions

2009-03-30 Thread AK
Laura Ferguson allend...@... writes: Note: I am a desktop application developer trying to learn web development -- so any help with these questions would be really appreciated. Many thanks!! I am working on email verification and I was trying to determine the best approach to the following

Re: [Stripes-users] Newbie Email Verification Questions

2009-03-30 Thread azizi yazit
Hi Laura, If u want to use any value from other jsp, I have two opinion.. first if u using ForwardResolution to other jsp, it will automatically give the value in stripes tags that call it. Second, why dont u use Session..stored the value to session. Fyi, I am newbie too. However in my

[Stripes-users] Newbie Email Verification Questions

2009-03-27 Thread Laura Ferguson
Note: I am a desktop application developer trying to learn web development -- so any help with these questions would be really appreciated. Many thanks!! I am working on email verification and I was trying to determine the best approach to the following problems, using stripes, jsp's,