Question about multiple fields in forms

2004-11-12 Thread "Hevia Vega, Andrés"

Hi,
 
We have a dynamic table that we would like to submit to an action. 
The number of columns and records are unknown. 
Is there any built in mechanism or trick in Struts that we can use in order
to do this?
 
A possible solution is to use arrays of fields that are send to the action:
 
 
 
Cheers,


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



variable number of parameters in DynaValidatorActionForm

2004-08-18 Thread "Hevia Vega, Andrés"
Hi:
 We are developing an application with struts using DynaValidatorActionForm.
The attributes of the forms must be declared in struts-config file. Can I
have dynamic forms with variable number of parameters without declare in
struts-config?

Thanks





i18n in static web pages

2004-08-17 Thread "Hevia Vega, Andrés"
Hello everyone:

We are developing an application with Struts. The pages are made with JSP
and taglibs. However we will need to have the possibility of separating the
presentation in HTML and loading the dynamic data by means of XML (e.g: data
islands).  The problem is that the pages are programmed using the tag
bean:message of struts, which obviously cannot be used in HTML pages. Do you
know some application or tool that that can do this?  That is, generate de
static HTML from the JSPs with multilanguage? 

Thanks