RE: action and form contract

2002-03-05 Thread Carter, Steve
. -- Ted Husted, Husted dot Com, Fairport NY US -- Developing Java Web Applications with Struts -- Tel: +1 585 737-3463 -- Web: http://husted.com/about/services Carter, Steve wrote: On husted.com, Ted Husted wrote: Do not check for null ActionForm beans in your Actions

action and form contract

2002-02-20 Thread Carter, Steve
On husted.com, Ted Husted wrote: Do not check for null ActionForm beans in your Actions If an Action expects an ActionForm bean, then its API contact with the ActionMappings should require that this bean, or a subclass, be named in the ActionMapping. The Actions contact wit the

RE: bug with the select tag value attribute? - Solved somewhat

2002-01-31 Thread Carter, Steve
I think that I think the problem is with the dot notation. I found that something like the following works: bean:definename =OrganizationForm property =parentOrgId id=parentOrgId type =java.lang.String/ html:select

RE: scpritlet and iterate

2002-01-29 Thread Carter, Steve
Since you want to referenct the object listeArticlesCategorie in the iterate tag, you must have such an object in scope, so %=listeArticlesCategorie.size()% should work. It would, in this case, write the value on each iteraration, I think. I've done something similar when debugging, to see if