I don't think LookupDispatchAction offers a solution to this problem. =
It is
an Action subclass and not an ActionForm replacement.
> -----Original Message-----
> From: Mike Jasnowski [mailto:mjasnows@bea.com]
> Sent: Wednesday, April 23, 2003 11:12 AM
> To: Struts Users Mailing List
> Subject: RE: Looking for something like DispatchAction for Forms
>=20
>=20
> Have you looked at "LookupDispatchAction" ?
>=20
> -----Original Message-----
> From: Etienne Labont=E9 [mailto:elabonte@baan.com]
> Sent: Wednesday, April 23, 2003 11:09 AM
> To: Struts Users Mailing List (E-mail)
> Subject: Looking for something like DispatchAction for Forms
>=20
>=20
> I use DispatchAction to group insert/update/delete actions=20
> for one item
> (represented by one Form). But the delete action needs a different
> validation method (only "id" is required). Is there something=20
> similar to
> DispatchAction for forms? For the moment I rely on=20
> "delete".equals((String)
> get("dispatch"))...
>=20
> Etienne
>=20
>=20
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>=20
|