Re: multiple html:submit buttons with different names?

2001-11-13 Thread Brian Dainton
Rob, Assuming your FormBean has a getter/setter for "action": Within the action, you could then assign the forward based on the value of 'action' MyFormBean form1 = (MyFormBean) form; String sAction = form1.getAction(); if (sAction.e

RE: how to dynamically add to form

2001-11-13 Thread Brian Dainton
ng into > the form... (just get nulls every time) > > Rob Breeds > > > > > > > Brian Dainton > > > &

RE: how to dynamically add to form

2001-11-13 Thread Brian Dainton
Rob, I ran into the same thing last week. Make sure your collection doesn't contain any 'nulls' (i.e. check for null before adding an item to the collection) Brian --- Rob Breeds <[EMAIL PROTECTED]> wrote: > Thanks Tom, that's certainly interesting stuff and it may solve my problem > (and for t

RE: Application Flow Question

2001-11-12 Thread Brian Dainton
t shouldn't be > accessible except through your application. There was recently a thread > about this, but I don't have the details handy. > > 2. try runProduction.do with a capital P, it IS case sensitive. > > good luck, > Rob > > > > -Origina

Application Flow Question

2001-11-12 Thread Brian Dainton
I have a simple JSP (Production.jsp) that is populated via a ActionForm bean. My application's business rules specify that this JSP cannot be accessed, if the system state is "Running". In other words, don't allow the user to see this page, if the system is already running. User's access t

Re: Struts and IPlanet 6.0 (Test Drive)

2001-10-25 Thread Brian Dainton
vailable for download: > > The SP3 port I did contains documentation on all the changes I made. > > SP2: > http://raibledesigns.com/struts > > SP3: > http://www.icsynergy.com/downloads/index.html#struts-example > > Matt > > --- Brian Dainton <[EMAIL PR

Struts and IPlanet 6.0 (Test Drive)

2001-10-22 Thread Brian Dainton
Has anyone deployed a Struts Application on IAS 6.0? The War is comprised of 4 static HTML pages, a simple action class, and a simple form class. I've deployed the EAR tha contains the WAR, on Sun's Reference Impl. It appears as if IPlanet isn't recognizing my mapping to *.do... Thanks in ad