RE: Several action in a jsp

2006-09-07 Thread David Friedman
Mailing List Oggetto: Re: Several action in a jsp -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. Se

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