On 10/12/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote:
> On 10/12/05, Ted Husted <[EMAIL PROTECTED]> wrote:
> > On 10/12/05, Hubert Rabago <[EMAIL PROTECTED]> wrote:
> > In an environment like JSF or ASP.NET, the framework makes a clear
> > distinction between the initial GET and subsequent POSTs. During the
> > GET, we prepopulate the components, which then retain their state
> > across the subsequent POSTs.
> >
> > Apparently, Michael wants to do something simliar with Struts Dialogs,
> > which seems reasonable to me, if there's a reasonable way to do it.
>
> Um, I am already doing this ;-) MailReader uses exactly this concept.
> It is even better than ASP.NET, which binds only one markup page per
> code-behind class (am I right?). Struts allows to have unlimited
> number of pages. I check the current action state, and forward to an
> appropriate page.

This page contains the description of what am I doing with Struts:
http://struts.sourceforge.net/strutsdialogs/#codebehind

But I could not explain it as simple as Ted did ;-)

Michael.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to