R: Several action in a jsp

2006-09-07 Thread Marcello Savino
ruts Users Mailing List Oggetto: Re: Several action in a jsp Marcello Savino ha scritto: > In a struts jsp files can I have more form with different action defined > ? > Absolutely yes, but why do you ask? - To unsubscr

RE: Several action in a jsp

2006-09-07 Thread David Friedman
sers Mailing List; [EMAIL PROTECTED] Subject: R: Several action in a jsp You mean I cannot, for instance, populate fields in the form2 after acquiring data from form1 ? -Messaggio originale- Da: Manfred Wolff [mailto:[EMAIL PROTECTED] Inviato: giovedì 7 settembre 2006 9.18 A: Struts Users

Re: R: Several action in a jsp

2006-09-07 Thread Manfred Wolff
n I cannot, for instance, populate fields in the form2 after acquiring data from form1 ? > -Messaggio originale- > Da: Manfred Wolff [mailto:[EMAIL PROTECTED] > Inviato: giovedì 7 settembre 2006 9.18 > A: Struts Users Mailing List > Oggetto: Re: Several action in a jsp >

R: Several action in a jsp

2006-09-07 Thread Marcello Savino
You mean I cannot, for instance, populate fields in the form2 after acquiring data from form1 ? -Messaggio originale- Da: Manfred Wolff [mailto:[EMAIL PROTECTED] Inviato: giovedì 7 settembre 2006 9.18 A: Struts Users Mailing List Oggetto: Re: Several action in a jsp -BEGIN PGP

Re: Several action in a jsp

2006-09-07 Thread Michael Jouravlev
Of course you can. On 9/7/06, Marcello Savino <[EMAIL PROTECTED]> wrote: In a struts jsp files can I have more form with different action defined ? I mean something like that <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib uri="/WEB-INF/struts-

Re: Several action in a jsp

2006-09-07 Thread Antonio Petrelli
Marcello Savino ha scritto: In a struts jsp files can I have more form with different action defined ? Absolutely yes, but why do you ask? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Several action in a jsp

2006-09-07 Thread Manfred Wolff
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marcello! Of course you can. But only the values of the special form will be submitted and transport via the request. Otherwise you have to collect the values via javascript. Manfred Struts goes mobile. See http://www.strutsme.org Marcello Savin

Several action in a jsp

2006-09-07 Thread Marcello Savino
In a struts jsp files can I have more form with different action defined ? I mean something like that <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="/WEB-INF/struts-html.tld" prefix=