Re: What happended to Ted Husteds Struts pages?

2004-08-23 Thread Stuart Guthrie
On Tue, 2004-08-24 at 15:17, Michael McGrady wrote: > Yes! And, he has changed his name to "Net Husnet". Not possible, I patented that method last year. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional comm

Re: What happended to Ted Husteds Struts pages?

2004-08-23 Thread Stuart Guthrie
I though Ted had bailed out to .NET? Is he still involved in Struts? On Tue, 2004-08-24 at 10:13, David Stevenson wrote: > On 23/8/04 23:51, "Nathan Maves" <[EMAIL PROTECTED]> wrote: > > > Yeah I know what happenedIt's still there :) > > Not from here. > > > --

Re: Complex web 'stacks' in Struts

2004-08-19 Thread Stuart Guthrie
need only one jsp, > one action form and one action class that extends from > the LookupDispatchAction class. > HTH > > > > --- Stuart Guthrie <[EMAIL PROTECTED]> wrote: > > > This is a general 'how do you do it if you do

Complex web 'stacks' in Struts

2004-08-19 Thread Stuart Guthrie
e. 3. Can't be done. Don't go there! I'm all ears, unless I hear otherwise, I'll probably write the 'stack'technology. TIA Stuart Guthrie - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: html:text - want to set disable= to a bean value

2004-08-16 Thread Stuart Guthrie
quot;${userFormBean.customerCodeEnabled}" /> This looks promising. Thanks for your help.. Stuart On Tue, 2004-08-17 at 01:24, Rick Reumann wrote: > Stuart Guthrie wrote: > > > Hi there, > > > > What I'm trying to do is re-use the same jsp for ADD/UPD

Re: html:text - want to set disable= to a bean value

2004-08-16 Thread Stuart Guthrie
Thank you Susan, that looks spot on. I'll try it this AM.. ATB Stuart On Tue, 2004-08-17 at 01:09, Susan Bradeen wrote: > Stuart Guthrie <[EMAIL PROTECTED]> wrote on 08/16/2004 10:01:49 AM: > > > Hi there, > > > > What I'm trying to do is re-u

html:text - want to set disable= to a bean value

2004-08-16 Thread Stuart Guthrie
Hi there, What I'm trying to do is re-use the same jsp for ADD/UPDATE modes. In order to do this, certain field attributes will be different depending on the modes and sometimes even on the user's security credentials or the 'status' of the customer row. To this end I need to pass in the form be