Re: [Stripes-users] Dual Form... Log-in and Sign-up

2010-10-29 Thread Oscar Westra van Holthe - Kind
On 29-10-2010 at 15:42, Nikolaos Giannopoulos wrote: Can you elaborate a little more though on the overriding of getSourcePageResolution() and what is involved there? Basically you'll need a subclass of ActionBeanContext with a Resolution field. If not null, your getSourcePageResolution()

Re: [Stripes-users] Dual Form... Log-in and Sign-up

2010-10-28 Thread Oscar Westra van Holthe - Kind
On 27-10-2010 at 17:38, Nikolaos Giannopoulos wrote: Just about to build a horizontally split Log-in / Sign-up form and I was thinking... The Log-in form entails a simple user name and password The Sign-up form entails a wizard like interface for a multi-page set of forms I am

[Stripes-users] Dual Form... Log-in and Sign-up

2010-10-27 Thread Nikolaos Giannopoulos
Hi, Just about to build a horizontally split Log-in / Sign-up form and I was thinking... The Log-in form entails a simple user name and password The Sign-up form entails a wizard like interface for a multi-page set of forms I am considering 2 options: 1) 2 ActionBeans... the LoginActionBean