RE: OJB tutotial

2005-12-09 Thread Fulgencio Comendeiro, Eduardo
http://db.apache.org/ojb/docu/tutorials/mapping-tutorial.html -Original Message- From: Ankit Pancholi [mailto:[EMAIL PROTECTED] Sent: viernes, 09 de diciembre de 2005 10:48 To: Struts Users Mailing List Subject: OJB tutotial Hhi Can anyone direct me to a place where I can get a

RE: Problem: bean:define...

2005-11-22 Thread Fulgencio Comendeiro, Eduardo
Try to put lowercase private int Cmax = 0 ; --- private int cmax = 0 ; -Mensaje original- De: Eider Iturbe [mailto:[EMAIL PROTECTED] Enviado el: martes, 22 de noviembre de 2005 10:33 Para: Struts Users Mailing List Asunto: Problem: bean:define... Hi! I have a problem with

What's wrong

2005-11-21 Thread Fulgencio Comendeiro, Eduardo
% { java.util.ArrayList list = new java.util.ArrayList(); list.add(textouno.texto1); list.add(textouno.texto2); list.add(textouno.texto3); list.add(textouno.texto4); pageContext.setAttribute(list, list, PageContext.PAGE_SCOPE); } % jsp:useBean id=list scope=page

RE: Cannot find ActionMappings or ActionFormBeans collection

2005-11-15 Thread Fulgencio Comendeiro, Eduardo
In your jsp don't have property prop1, prop2 html:text property=prop1 . -Mensaje original- De: Mariano Garcia [mailto:[EMAIL PROTECTED] Enviado el: martes, 15 de noviembre de 2005 12:15 Para: user@struts.apache.org Asunto: Cannot find ActionMappings or ActionFormBeans

RE: Validate url

2005-11-09 Thread Fulgencio Comendeiro, Eduardo
In the file struts-config.xml Do you have ?? plug-in className=org.apache.struts.validator.ValidatorPlugIn set-property property=pathnames value=/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml / /plug-in -Mensaje original- De: Ben [mailto:[EMAIL PROTECTED] Enviado

RE: Problems with script in JSP

2005-10-24 Thread Fulgencio Comendeiro, Eduardo
Cual es el mensaje de error ? -Mensaje original- De: Eider Iturbe [mailto:[EMAIL PROTECTED] Enviado el: lunes, 24 de octubre de 2005 9:19 Para: Struts Users Mailing List Asunto: Problems with script in JSP Hi all! I have a problem: Tomcat can't compile next code of a JSP: bean:define

RE: Problems with script in JSP

2005-10-24 Thread Fulgencio Comendeiro, Eduardo
When I have problems with this I do The new text is in UPPERCASE. bean:define id=fechabaja name=admisionFormBean property=fechaBaja TYPE=JAVA.LANG.STRING / -Mensaje original- De: Eider Iturbe [mailto:[EMAIL PROTECTED] Enviado el: lunes, 24 de octubre de 2005 9:19 Para: Struts Users

RE: Problems with script in JSP

2005-10-24 Thread Fulgencio Comendeiro, Eduardo
I have this key=%= elemento % and is OK logic:iterate id=elemento name=bean property=impresion type=java.lang.String indexId=index br/html:radio name=bean property=opcion value=%= index.toString() % / bean:message key=%= elemento % / /logic:iterate -Mensaje original-

RE: Struts Form Logic Error

2005-10-24 Thread Fulgencio Comendeiro, Eduardo
LoginForm is a Bean whit seter's and geter's with properties String businessName String businessAddress String businessZipCode String businessPhoneNumber form-beans form-bean name=LogicForm --- notation (1)

RE: Struts Form Logic Error

2005-10-24 Thread Fulgencio Comendeiro, Eduardo
... -Mensaje original- De: Fulgencio Comendeiro, Eduardo [mailto:[EMAIL PROTECTED] Enviado el: lunes, 24 de octubre de 2005 13:42 Para: Struts Users Mailing List Asunto: RE: Struts Form Logic Error LoginForm is a Bean whit seter's and geter's with properties

RE: i18n and same value for 2 different locale

2005-10-24 Thread Fulgencio Comendeiro, Eduardo
public final class LocaleAction extends Action { . HttpSession session = request.getSession(); Locale locale = getLocale(request); String language = null; language = (String)PropertyUtils.getSimpleProperty(form, language); if (language != null language.length() 0) {

RE: Integrating Hibernate 3.0 in Struts application

2005-10-24 Thread Fulgencio Comendeiro, Eduardo
I have bought the book Professional HIBERNATE ed. Wrox, I use this for learn about Hibernate. -Mensaje original- De: Gaet [mailto:[EMAIL PROTECTED] Enviado el: lunes, 24 de octubre de 2005 16:13 Para: Mailing List Struts Asunto: Integrating Hibernate 3.0 in Struts application Hi, Is

RE: Integrating Hibernate 3.0 in Struts application

2005-10-24 Thread Fulgencio Comendeiro, Eduardo
I will do one example, when I finish, I will send to everybody. -Mensaje original- De: Marco Mistroni [mailto:[EMAIL PROTECTED] Enviado el: lunes, 24 de octubre de 2005 16:30 Para: 'Struts Users Mailing List' Asunto: RE: Integrating Hibernate 3.0 in Struts application Hello,

RE: Integrating Hibernate 3.0 in Struts application

2005-10-24 Thread Fulgencio Comendeiro, Eduardo
Very good, -Mensaje original- De: Mario Neè [mailto:[EMAIL PROTECTED] Enviado el: lunes, 24 de octubre de 2005 17:10 Para: Struts Users Mailing List Asunto: Re: Integrating Hibernate 3.0 in Struts application Gaet wrote: Hi, Is there anybody that could give me a good URL that show

RE: Dynamic value in html:submit and html:image tags

2005-10-20 Thread Fulgencio Comendeiro, Eduardo
html:buttonbean:message key=key.message //html:button -Mensaje original- De: Lukasz Piatkowski [mailto:[EMAIL PROTECTED] Enviado el: jueves, 20 de octubre de 2005 13:40 Para: user@struts.apache.org Asunto: Dynamic value in html:submit and html:image tags Hello guys ! I have a