Tiles, pass parameters between tiles's frames

2005-11-02 Thread Rodolfo García Esteban/CYII
Hi, I have a problem with tiles, I have four tile`s frames: a head, a menu, a content and a foot. I load all the frames from a JSP which is generic I need to pass parameters from the content frame to the menu frame, I have tried some alternatives without success. I would appreciatte any help.

Re: Does it make sense to use Struts?

2005-06-20 Thread Rodolfo García Esteban/CYII
information. I hope this will be helpful Bye Rodolfo Lars Brandt [EMAIL PROTECTED] Enviado por: news [EMAIL PROTECTED] 20/06/2005 10:22 Por favor, responda a Struts Users Mailing List Para: user@struts.apache.org cc: (cco: Rodolfo García

Re: Size of a collection in a bean

2005-06-03 Thread Rodolfo García Esteban/CYII
indique. Janek Ziniewicz [EMAIL PROTECTED] 02/06/2005 16:10 Por favor, responda a Struts Users Mailing List Para: Struts Users Mailing List user@struts.apache.org cc: (cco: Rodolfo García Esteban/CYII) Asunto: Size of a collection in a bean % Vector foo

Struts with spring 1.2

2005-06-02 Thread Rodolfo García Esteban/CYII
Hi, I´m testing spring framework and it uses struts 1.1, is it posible upgrade to struts 1.2.7 changing struts.jar, what new posibilities of struts 1.2.7 will not be possible to use? Thanks Rodolfo

The Action form in request during several actions

2005-06-02 Thread Rodolfo García Esteban/CYII
Hi all, I´m using struts 1.2.4, I use the same ActionForm bean for several for example. I use the form bean for input the name, I do the select to database and I put a list into the same form bean for show the results in other jsp. From this JSP I check for delete some rows and put the data in

Validating multipage forms in validate() method

2005-05-26 Thread Rodolfo García Esteban/CYII
Hi all, I,m using struts 1.2.4, and stardard multipage actionForms that are validate in validate() method. For do the multipage I have added a field in the form called page. In validate method I ask for the page and do only the field validations for that page. Well but when I have errors the

is it posible to pass a parameter to an action in configuration time?

2005-05-12 Thread Rodolfo García Esteban/CYII
Hi, I need to pass an url to an action for do some validations, this action is a parameter of application's configuration, the user mustn't modify it and it has the same value all the time. I don't know the best way to do this. Thanks Rodolfo ___

RE: is it posible to pass a parameter to an action in configurati on time?

2005-05-12 Thread Rodolfo García Esteban/CYII
11:42 Por favor, responda a Struts Users Mailing List Para: 'Struts Users Mailing List' user@struts.apache.org cc: (cco: Rodolfo García Esteban/CYII) Asunto: RE: is it posible to pass a parameter to an action in configurati on time? action path

Re: (OT) Acegi Struts

2005-05-11 Thread Rodolfo García Esteban/CYII
@struts.apache.org cc: (cco: Rodolfo García Esteban/CYII) Asunto: (OT) Acegi Struts Hello all, Sorry for partially off-topic question, but I am looking For some feedback.. Is anyone using (or has used, or plan to use) acegi security system(http://acegisecurity.sourceforge.net

The best place for output formats

2005-04-28 Thread Rodolfo García Esteban/CYII
Hi, I have a screen with the results of a query. this screen shows dates, and I need to format it. Which is the proper place to do this? the action, the form, the jsp. Thanks Rodolfo García Esteban Canal Isabel II División de Aplicaciones Técnicas C/ Santa Engracia,

Re: The best place for output formats

2005-04-28 Thread Rodolfo García Esteban/CYII
Tel. 91 545 10 00 - Ext. 2128 Fax. 91 545 14 41 ___ - Remitido por Rodolfo García Esteban/CYII con fecha 28/04/2005 15:26 - Tom Ziemer [EMAIL PROTECTED] 28/04/2005 15:27 Por favor, responda a Struts Users Mailing List Para: Struts Users Mailing List user

java.lang.IllegalArgumentException calling an Action

2005-04-18 Thread Rodolfo García Esteban/CYII
Hi all, I'm developing with struts 1.2.4, I have an action with form as beans, not dynamic, field in which I introduce data are String, and I have another field without values. When I do commit, then programs doesn't touch my action I obtain befere the next error:

Re: AJAX: Whoa, Nellie!

2005-04-18 Thread Rodolfo García Esteban/CYII
García Esteban/CYII) Asunto: AJAX: Whoa, Nellie! I have been taking another look at the AJAX stuff that Frank Zammetti has provided. This stuff is revolutionary. Someone ought to be taking a close look at integrating such solutions, so far as it makes sense, into Struts

Re: Check errors from validator

2005-04-14 Thread Rodolfo García Esteban/CYII
Para: Struts Users Mailing List user@struts.apache.org cc: (cco: Rodolfo García Esteban/CYII) Asunto: Re: Check errors from validator logic:messagesPresent/ and logic:messagesNotPresent/. On 4/13/05, Rodolfo García Esteban/CYII [EMAIL PROTECTED] wrote: Hi

Re: The configuration of validation.xml crashes against Action Servlet.

2005-04-13 Thread Rodolfo García Esteban/CYII
user@struts.apache.org cc: (cco: Rodolfo García Esteban/CYII) Asunto: Re: The configuration of validation.xml crashes against Action Servlet. You need to specify an input attribute on the action element in your struts-config.xml. When validation fails Struts tries to forward

Re: The configuration of validation.xml crashes against Action Servlet.

2005-04-13 Thread Rodolfo García Esteban/CYII
Tel. 91 545 10 00 - Ext. 2128 Fax. 91 545 14 41 ___ Dave Newton [EMAIL PROTECTED] 12/04/2005 17:15 Por favor, responda a Struts Users Mailing List Para: Struts Users Mailing List user@struts.apache.org cc: (cco: Rodolfo García Esteban/CYII

Check errors from validator

2005-04-13 Thread Rodolfo García Esteban/CYII
Hi, How I can known if I have obtained errors before printing them with html:errors or html:messages Thanks Rodolfo

Combined fields validation with Validator

2005-04-12 Thread Rodolfo García Esteban/CYII
Hi, I need to do a validation of required fields who depends of the values of previos fields. More clearly, I have a radio button to choose between select by date or by docnumber. If the radiobutton selected is date, the date is required and the numdoc isn't and viceversa. With Validator I can

The configuration of validation.xml crashes against Action Servlet.

2005-04-12 Thread Rodolfo García Esteban/CYII
I´m using struts 1.2.6 and I'm starting with validator. I have done all to config validator in a application I had. After set ut validator I obtain the next error http 500 : No input attribute for mapping path /FiltroCoche my validation.xml is: formset !-- Formulario de Coche --

The configuration of validation.xml crashes against Action Servlet.

2005-04-12 Thread Rodolfo García Esteban/CYII
Hi I´m using struts 1.2.4 and I'm starting with validator. I have done all to config validator in a application I had. After set up the validator I obtain the next error http 500 : No input attribute for mapping path /FiltroCoche my validation.xml is: formset !-- Formulario de

Re: The configuration of validation.xml crashes against Action Servlet.

2005-04-12 Thread Rodolfo García Esteban/CYII
Hi, I keep working with validator and I know more about the problem. When a action in the name attribute has the name of the form who I have defined in validation.xml, the crash occurs, others accion works well. It is like there is an error in validation.xml in the form element. Now the form

Re: Need Database Connectivity Advice

2005-04-11 Thread Rodolfo García Esteban/CYII
Users Mailing List Para: user@struts.apache.org cc: (cco: Rodolfo García Esteban/CYII) Asunto: Need Database Connectivity Advice I am at a crossroads of information today, and could use some advice. Prior to using the Struts framework, I had a roll-your-own

Re: Problems using JSTL with struts

2005-03-27 Thread Rodolfo García Esteban/CYII
[EMAIL PROTECTED] 23/03/2005 09:14 Por favor, responda a Struts Users Mailing List Para: Struts Users Mailing List user@struts.apache.org cc: (cco: Rodolfo García Esteban/CYII) Asunto: Re: Problems using JSTL with struts Hi again! Maybe you can try to deploy

Re: Problems using JSTL with struts

2005-03-27 Thread Rodolfo García Esteban/CYII
Por favor, responda a Struts Users Mailing List Para: Struts Users Mailing List user@struts.apache.org cc: (cco: Rodolfo García Esteban/CYII) Asunto: Re: Problems using JSTL with struts Rodolfo García Esteban/CYII wrote: 2. when I do c:out value=${

Re: Problems using JSTL with struts

2005-03-22 Thread Rodolfo García Esteban/CYII
[EMAIL PROTECTED] 18/03/2005 11:00 Por favor, responda a Struts Users Mailing List Para: Struts Users Mailing List user@struts.apache.org cc: (cco: Rodolfo García Esteban/CYII) Asunto: Re: Problems using JSTL with struts Hi, I had a similar problem. What I did

Problems using JSTL with struts

2005-03-18 Thread Rodolfo García Esteban/CYII
Hi, I have a little application done with struts 1.2 and hibernate 2.1, I want to migrate it to JSTL 2.0, and struts-EL. I have done the next: 1. Install jstl, adding to the WEB-INF/lib jstl.jar 2. Writing in the pages then taglib clause to import the tags. But I have the next problems. 1

Re: Where to put base code for each request

2005-03-18 Thread Rodolfo García Esteban/CYII
___ Arno Schatz [EMAIL PROTECTED] 18/03/2005 11:41 Por favor, responda a Struts Users Mailing List Para: Struts Users Mailing List user@struts.apache.org cc: (cco: Rodolfo García Esteban/CYII) Asunto: Where to put base code for each request Hi, I would like

Re: Where to put base code for each request

2005-03-18 Thread Rodolfo García Esteban/CYII
Tel. 91 545 10 00 - Ext. 2128 Fax. 91 545 14 41 ___ Arno Schatz [EMAIL PROTECTED] 18/03/2005 12:04 Por favor, responda a Struts Users Mailing List Para: Struts Users Mailing List user@struts.apache.org cc: (cco: Rodolfo García Esteban/CYII