THEMES AND TEMPLATES

2007-04-10 Thread Juan Espinosa
Hi is there any theme repository ??? I want to change my theme, like putting the field errors in red, in the right of the component (field) who cause the error... Regards Juan Espinosa -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus

RE: Common header and footer html

2007-03-30 Thread Juan Espinosa
To solve the problem of headers, footer, layouts accross a web site i use sitemesh. I have several layouts, one two and three columns layouts...I applied this layouts to my pages... I think its a good solution to your problem... Here is the url http://www.opensymphony.com/sitemesh/ Regards Jua

RE: Validation, ModelDriven and Field Errors

2007-03-29 Thread Juan Espinosa
odelDriven and Field Errors --- Juan Espinosa <[EMAIL PROTECTED]> wrote: > Then i change the action to an action that implements ModelDriven, > when i do this changes the errors next to the controls doesnt appear > any more. I > must add in the jsp page the tag to > get th

RE: Validation, ModelDriven and Field Errors

2007-03-28 Thread Juan Espinosa
dation.xml -Mensaje original- De: Dave Newton [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 28 de marzo de 2007 13:00 Para: Struts Users Mailing List Asunto: Re: Validation, ModelDriven and Field Errors

Validation, ModelDriven and Field Errors

2007-03-28 Thread Juan Espinosa
Hi to all i have some problems with messages of validation When i started to use validation i have an action with some filelds getting validated (with an xml file, same name of the action). With this approach when an error ocurred the error apears next to the controls that generated that error.

Validation, ModelDriven and Field Errors

2007-03-22 Thread Juan Espinosa
Hi to all i have some problems with messages of validation When i started to use validation i have an action with some filelds getting validated (with an xml file, same name of the action). With this approach when an error ocurred the error apears next to the controls that generated that error.

I18n

2007-03-07 Thread Juan Espinosa
> Hi im having problems with localization of a jsp page, i call the jsp > directly, not throw an action. > > Im using this tag the localize a text name="%{getText('customer.security.login.title')}" /> > > Any suggestions ??? What im doing wrong ??? > > Regards, > > > Juan > > -- No virus

I18n

2007-03-07 Thread Juan Espinosa
Hi im having problems with localization of a jsp page, i call the jsp directly, not throw an action. Im using this tag the localize a text Any suggestions ??? What im doing wrong ??? Regards, Juan -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446

RE: Problem undeploying struts application

2007-02-23 Thread Juan Espinosa
or if it needs associated changes in Struts/Tiles/Validator/Chain - I'll look into it when I get time. Niall On 2/23/07, Juan Espinosa <[EMAIL PROTECTED]> wrote: > I read the bug but i didnt understand very well I must to replace > commons-digester for a new one ?? Is comm

RE: Problem undeploying struts application

2007-02-23 Thread Juan Espinosa
List Asunto: Re: Problem undeploying struts application On 2/23/07, Juan Espinosa <[EMAIL PROTECTED]> wrote: > Hi to all… > > Im having problems with the undeploy of an struts application im using > tomcat 5.5.4, when i undeploy the application some jars get locked and > i c

Problem undeploying struts application

2007-02-23 Thread Juan Espinosa
. Any idea of a solutions Regards Juan Espinosa -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.441 / Virus Database: 268.18.3/698 - Release Date: 23/02/2007 4:39

Tomcat locks jars after undeploying web application

2007-02-21 Thread Juan Espinosa
Hi to all im having problems with tomcat and windows. The struts2-core jar get locked when i do an undeploy of my web application. I found that in tomcat you can put a property to avoid lock of jars…also i found a lot of posts that say that this property is not working… Anyone has "fight" with is

RE: I18N Problems

2007-02-16 Thread Juan Espinosa
---Mensaje original- De: news [mailto:[EMAIL PROTECTED] En nombre de Laurie Harper Enviado el: viernes, 16 de febrero de 2007 2:14 Para: user@struts.apache.org Asunto: Re: I18N Problems Juan Espinosa wrote: > Hi to all, i need some help with a intenationalization. I have a file > named packa

RE: Spanish characters

2007-02-15 Thread Juan Espinosa
Dou you mean that i must put in every jsp page something like this <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> Juan -Mensaje original- De: Christopher Schultz [mailto:[EMAIL PROTECTED] Enviado el: jueves, 15 de febrero de 2007 11:09 Para: Stru

Spanish characters

2007-02-15 Thread Juan Espinosa
!!! in the input box... Thanks Juan Espinosa -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.441 / Virus Database: 268.17.39/687 - Release Date: 14/02/2007 16:17 - To unsubscribe, e-ma

RE: I18N

2007-02-14 Thread Juan Espinosa
Maybe i must put a speciall tag in the jsp to load the file (package.properties) in the context, to get the I18N work. -Mensaje original- De: Juan Espinosa [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 14 de febrero de 2007 10:56 Para: 'Struts Users Mailing List' Asunto

RE: I18N

2007-02-14 Thread Juan Espinosa
: Struts Users Mailing List Asunto: Re: I18N --- Juan Espinosa <[EMAIL PROTECTED]> wrote: > I have a file named package.properties in the folder > where i have located the actions. > The localization is not working when i call a jsp like this > > > > /private/

I18N

2007-02-14 Thread Juan Espinosa
Hi to all, i need some help with a intenationalization. I have a file named package.properties in the folder where i have located the actions. The localization is not working when i call a jsp like this i have this action to call a jsp (i dont want to call it directly) /p

I18N Problems

2007-02-13 Thread Juan Espinosa
Hi to all, i need some help with a intenationalization. I have a file named package.properties in the folder where i have located the actions. The localization is not working in actionerrors, i have the following code in the action: addActionError("myapplication.registration.error.userNameNotFound

I18N Problems

2007-02-13 Thread Juan Espinosa
Hi to all, i need some help with a intenationalization. I have a file named package.properties in the folder where i have located the actions. The localization is not working in actionerrors, i have the following code in the action: addActionError("myapplication.registration.error.userNameNotFound

I18N Problems

2007-02-13 Thread Juan Espinosa
> Hi to all, i need some help with a intenationalization. I have a file > named package.properties in the folder where i have located the actions. > The localization is not working in actionerrors, i have the following code > in the action: > > addActionError("myapplication.registration.error.user

RE: Action without interceptors

2007-01-09 Thread Juan Espinosa
---Mensaje original- De: Dave Newton [mailto:[EMAIL PROTECTED] Enviado el: martes, 09 de enero de 2007 13:45 Para: Struts Users Mailing List Asunto: RE: Action without interceptors From: Juan Espinosa [mailto:[EMAIL PROTECTED] > The seconda action is an action that validate a code

RE: Action without interceptors

2007-01-09 Thread Juan Espinosa
: martes, 09 de enero de 2007 13:30 Para: user@struts.apache.org Asunto: Re: Action without interceptors why don't you simply DONT put an interceptor in your action mapping ? for example : index Good luck Juan Espinosa wrote: >

Action without interceptors

2007-01-09 Thread Juan Espinosa
mail to send. And taking care of failures… if a task fail try > it latter…. > Regards, > > Juan Espinosa > > -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.16.7/620 - Release Date: 08/01/2007 16:12

Action without interceptors

2007-01-08 Thread Juan Espinosa
mail to send. And taking care of failures… if a task fail try > it latter…. > Regards, > > Juan Espinosa > > -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.16.7/619 - Release Date: 07/01/2007 18:29

RE: OFF RECORD

2006-12-21 Thread Juan Espinosa
Please tell me more about this taglib (mailer) -Mensaje original- De: Hassan Schroeder [mailto:[EMAIL PROTECTED] Enviado el: jueves, 21 de diciembre de 2006 12:55 Para: Struts Users Mailing List Asunto: Re: OFF RECORD On 12/21/06, Juan Espinosa <[EMAIL PROTECTED]> wrote: > Hi

RE: OFF RECORD

2006-12-21 Thread Juan Espinosa
at Tomcat's Jasper compiler? http://www.docjar.com/docs/api/org/apache/jasper/compiler/Compiler.html I would assume that with the jars in place and some coding to setup the context, it could be pretty easy to do as you wish. -Wes > -Original Message- > From: Juan Espinosa [ma

RE: OFF RECORD

2006-12-21 Thread Juan Espinosa
o: Re: OFF RECORD On 12/21/06, Juan Espinosa <[EMAIL PROTECTED]> wrote: > Hi to all, i have a question off recordbut is related to web > > Anyone has documentation or examples of how > > 1) Compiling a jsp file > 3) Executing this jsp file (the servlet generated) &

OFF RECORD

2006-12-21 Thread Juan Espinosa
templates for newsletters Thanks Juan Espinosa -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.432 / Virus Database: 268.15.26/594 - Release Date: 20/12/2006 15:54 - To

struts 2 populating on actions

2006-12-12 Thread Juan Espinosa
Hi to all, im still still still having problems with population of collections in actionsnow im making test with conversion examples in showcase application The examples is like this... An action that have a list inside (a list of Person objects (no using generics)), also have a conversion p

RE: STRUTS 2 . Populating values in Action

2006-12-08 Thread Juan Espinosa
r), like the framework populates the value string i > > want also populate in the collection a object of type User with the > > values userName and password in it Anyone is using object with collections in the actions ??? -Mensaje original- De: Juan Espinosa [ma

RE: STRUTS 2 . Populating values in Action

2006-12-06 Thread Juan Espinosa
WebWork forum: http://forums.opensymphony.com/forum.jspa?forumID=1 AFAIK, type conversion belongs to XWork which WebWork and Struts2 use, so you may find the answer in WW forum too. Regards, Andrew On 12/6/06, Juan Espinosa <[EMAIL PROTECTED]> wrote: > Yes i see this but its hard to understandm

RE: STRUTS 2 . Populating values in Action

2006-12-06 Thread Juan Espinosa
, there is also a lot of posts on Type Conversion subject in the WebWork forum: http://forums.opensymphony.com/forum.jspa?forumID=1 AFAIK, type conversion belongs to XWork which WebWork and Struts2 use, so you may find the answer in WW forum too. Regards, Andrew On 12/6/06, Juan Espinosa <[EM

RE: STRUTS 2 . Populating values in Action

2006-12-06 Thread Juan Espinosa
. Populating values in Action Hello, have you looked at Type Conversion mechanism: http://cwiki.apache.org/WW/type-conversion.html ? Regards, Andrew Stepanenko, http://unf.tane.edu.ua On 12/6/06, Juan Espinosa <[EMAIL PROTECTED]> wrote: > Hi to all, i have a cuestion about populatin val

STRUTS 2 . Populating values in Action

2006-12-06 Thread Juan Espinosa
Hi to all, i have a cuestion about populatin values in an action. I have an action that implements the interface ModelDriven. The object CUSTOMER has some string properties and a collection of users class MyAction implements ModelDriven{ Customer customer = null public Object getModel

RV: validation

2006-12-05 Thread Juan Espinosa
Hi i have a question about validators (struts2), i was using fileld validator, and when i have an error (filling some filed) the error appears on top of the input box, now i change to visitor validator and the erros all appear in the top of the page. Anyone knows why is happening this, only changin

validation

2006-12-05 Thread Juan Espinosa
Hi i have a question about validators (struts2), i was using fileld validator, and when i have an error (filling some filed) the error appears on top of the input box, now i change to visitor validator and the erros all appear in the top of the page. Anyone knows why is happening this, only changin

CRUD

2006-12-01 Thread Juan Espinosa
Hi to all im making an application in struts2 where you can create diferrent types of customer I have two action the first one where you select the customer type you want to create, when you select the customer type i redirect to the correct view, to create the customer (i store in a session variab

RE: VALIDATION

2006-11-30 Thread Juan Espinosa
. Para: Struts Users Mailing List Asunto: RE: VALIDATION From: Juan Espinosa [mailto:[EMAIL PROTECTED] > Im using struts2, doing in this way works in struts2 In struts2 i have > the object mapping and form?? Struts2 is rather different, but you can still do your validation in your acti

RE: VALIDATION

2006-11-30 Thread Juan Espinosa
PROTECTED] Enviado el: Jueves, 30 de Noviembre de 2006 11:10 a.m. Para: Struts Users Mailing List Asunto: Re: VALIDATION Sorry, I assumed you were using S1, I don't know how for s2. On 11/30/06, Juan Espinosa <[EMAIL PROTECTED]> wrote: > Im using struts2, doing in this way works

RE: VALIDATION

2006-11-30 Thread Juan Espinosa
I want to know if could use validation in this way, telling validation to be used only in the medthod registercustomer and the results for this method validationOk - result registrationView validationFail - result registrationEnd I dont want to use the methods input and success, also in this

RE: VALIDATION

2006-11-30 Thread Juan Espinosa
d!!"); return mapping.getInputForward(); } HTH, -ed On 11/30/06, Juan Espinosa <[EMAIL PROTECTED]> wrote: > hi to all, im having some problems with validation i have an action > named RegisterCustomer with three methods and an object > > RegisterCustomer implements ModelDr

VALIDATION

2006-11-30 Thread Juan Espinosa
hi to all, im having some problems with validation i have an action named RegisterCustomer with three methods and an object RegisterCustomer implements ModelDriven Customer customer = null; getModel showCustomerRegistrationView registerCustomer I want to know if

RE: Themes and templates

2006-11-29 Thread Juan Espinosa
d templates work for you :(. Juan Espinosa wrote: > Hi to all, im building an struts2 based application and i dont understan the > concept of themes an templates. In the past i used struts 1, and in the view > i used jsp tags and struts tags like iterate and others. > > Now in th

Themes and templates

2006-11-28 Thread Juan Espinosa
Hi to all, im building an struts2 based application and i dont understan the concept of themes an templates. In the past i used struts 1, and in the view i used jsp tags and struts tags like iterate and others. Now in the application that im buildin i use tags provided by struts like s:action s:i

STRUTS2 and AJAX

2006-11-21 Thread Juan Espinosa
be updated without reloading the whole page, for example. I need some advise where to start, struts2 ajax support, etc... well thats all, thanks for helping me. Regards, Juan Espinosa

RE: Indexed Properties

2006-11-17 Thread Juan Espinosa
to be updated without reloading the whole page, for example. I need some advise where to start, struts2 ajax support, etc... well thats all, thanks for helping me. Regards, Juan Espinosa - To unsubscribe, e-mail: [EMAIL

RE: Lost Error Message!!

2006-11-13 Thread Juan Espinosa
Im not very sure, but i think that when you use redirect= true a new request is built(when the redirect is made) and there you loose all your data that is in the request. To avoid the resubmit there is others solutions. Regards, Juan -Mensaje original- De: Balwinder [m

RE: [s2] JSP or Freemarker or Velocity ?

2006-11-08 Thread Juan Espinosa
Im doing some testing with sitemes and i have problem with decorator and excludes with the urls. When i call an action like /Login.action that returns me a login.jsp page, the jsp page is not decorated because the url in the browser is /Login.action and not the resource i want to show. To solve i

RE: SiteMesh

2006-11-08 Thread Juan Espinosa
ion.do will perform some work, and then forward to login.jsp without redirecting. My SiteMesh excludes are mapped to the actions and not to the JSPs. Unfortunately I know absolutely nothing about Struts2, and how it works internally, so maybe somebody else could comment on this. Regards, Tom Ju

RE: SiteMesh

2006-11-08 Thread Juan Espinosa
;true") to the JSP in your struts-config.xml? If so, disable the forwarding and this ought to fix your problem, otherwise a new request is issued that will not match your definitions in . As I mentioned before, I am using SiteMesh as well and my excludes are working nicely. HTH, Tom Juan E

RE: SiteMesh

2006-11-08 Thread Juan Espinosa
: to your sitemesh.xml I am using SiteMesh with Struts and it's working just great (excludes as well). HTH, Tom Juan Espinosa wrote: > Hi to all, im using sitemesh and i have a little problems with > excludes I have an action that load some data from a db and then goes to

RE: SiteMesh

2006-11-07 Thread Juan Espinosa
am using SiteMesh with Struts and it's working just great (excludes as well). HTH, Tom Juan Espinosa wrote: > Hi to all, im using sitemesh and i have a little problems with > excludes I have an action that load some data from a db and then goes to a jsp page. > > >

SiteMesh

2006-11-07 Thread Juan Espinosa
Hi to all, im using sitemesh and i have a little problems with excludes I have an action that load some data from a db and then goes to a jsp page. /private/someJSP.jsp i put in the exclude section of the decorators.xml this page /private/someJSP.jsp but sitemesh de

RE: Tiles

2006-11-01 Thread Juan Espinosa
my first S2 site. Matt Raible from AppFuse has some great examples of using SiteMesh. It seems pretty easy to use and it is from the same folks at Open Symphony. My 2 cents. On 11/1/06, Juan Espinosa <[EMAIL PROTECTED]> wrote: > Hi im going to start using - and giving a try to Tile

Tiles, me again

2006-11-01 Thread Juan Espinosa
Me again...i want to use tiles to solve the problem of putting in every page a include of a header a footer and a menu. If anyone has suggestions or knowdlege of using another template engines, like sitemesh or anything else. Regards, Juan

Tiles

2006-11-01 Thread Juan Espinosa
Hi im going to start using - and giving a try to Tiles The installation of tiles in struts 2 is the same as in struts 1 ? Anybody has a working example, maybe a war. Thanks to all Juan

RE: Acegi Implementation [s2]

2006-10-31 Thread Juan Espinosa
Im also interested on acegy security with struts 2. Juan -Mensaje original- De: Jim Reynolds [mailto:[EMAIL PROTECTED] Enviado el: Martes, 31 de Octubre de 2006 10:52 a.m. Para: user@struts.apache.org Asunto: Acegi Implementation [s2] Is there any documentation regarding Acegi implemen

RE: Request Processor Struts2

2006-10-30 Thread Juan Espinosa
In the mailreader there is an example. you can do it with an interceptor package mailreader2; import com.opensymphony.xwork2.interceptor.Interceptor; import com.opensymphony.xwork2.ActionInvocation; import com.opensymphony.xwork2.Action; import java.util.Map; import org.apache.struts.apps.mailre

RE: Paging

2006-10-30 Thread Juan Espinosa
ng at: http://displaytag.sourceforge.net/11/tut_externalSortAndPage.html Regards, David -Original Message- From: Juan Espinosa [mailto:[EMAIL PROTECTED] Sent: Monday, October 30, 2006 1:07 PM To: 'Struts Users Mailing List' Subject: Paging Hi im testing the tag library "d

Paging

2006-10-30 Thread Juan Espinosa
Hi im testing the tag library "display tag" (tag for paging, sorting etc), as many know, you must load the entire data (a list with objects) in the session scope to make this tag use of this data. The tag library doesnt support the load of data on demand. So im looking another tag or library to mak

RE: ITERATOR

2006-10-27 Thread Juan Espinosa
s Mitchell 678.910.8017 On Oct 25, 2006, at 3:12 PM, Juan Espinosa wrote: > hi anyone know how to iterato over a object that is in the application > object (not in the session) im using s:iterate, im searching for a > parameter like "scope" or something l

ITERATOR

2006-10-25 Thread Juan Espinosa
hi anyone know how to iterato over a object that is in the application object (not in the session) im using s:iterate, im searching for a parameter like "scope" or something like that Regards Juan

S:ITERATOR

2006-10-25 Thread Juan Espinosa
Im using the tag iterator to iterato over a list of objects in the user session. Anyone knows hot to iterate over a list in the application day is: sometingh like this day is: Regards Juan.

RE: Drag-and-drop struts-aware IDE?

2006-10-20 Thread Juan Espinosa
Here are some struts - eclipse plugins - i dont know if they are drag and drop plugins Easy Struts - http://easystruts.sourceforge.net/ MyEclipseIde - http://www.myeclipseide.com/index.php NitroX - http://www.eclipseplugincentral.com/displayarticle194.html Improve Struts Editor - http://www.im

Hosting

2006-10-19 Thread Juan Espinosa
Hi im looking for a hosting company that supports java 1.5, tomcat 5.x (i will upload a struts 2 application) HD:5gb Transfer:30+Gb Anybody has suggestions...??? Thanks Juan - To unsubscribe, e-mail: [EMAIL PROTECTE

RE: Struts 2.0 question tags, config

2006-10-17 Thread Juan Espinosa
ing List Asunto: Re: Struts 2.0 question tags, config Yes, it's in the Examples distribution. * http://struts.apache.org/download.cgi#struts135 On 10/17/06, Juan Espinosa <[EMAIL PROTECTED]> wrote: > Ok ted i will try to deploy an struts 1 application. > A question. is there a bl

RE: Struts 2.0 question tags, config

2006-10-17 Thread Juan Espinosa
Users Mailing List Asunto: Re: Struts 2.0 question tags, config On 10/17/06, Juan Espinosa <[EMAIL PROTECTED]> wrote: > Only happens with struts2, iam not working with struts 1, the > applications that i made with struts 1 run over an intranet > > the problems happens on shared

RE: Struts 2.0 question tags, config

2006-10-17 Thread Juan Espinosa
] Enviado el: Martes, 17 de Octubre de 2006 02:30 p.m. Para: Struts Users Mailing List Asunto: RE: Struts 2.0 question tags, config Can you even upload a Struts1 example application that works or is this related to Struts2 only? Regards, David -Original Message- From: Juan Espinosa [mailto

RE: Struts 2.0 question tags, config

2006-10-17 Thread Juan Espinosa
files unable to be loaded, in which case, you'd want Struts to swallow access errors on startup? Don On 10/17/06, Juan Espinosa <[EMAIL PROTECTED]> wrote: > I have a similar problem, i dont know who is trying to load struts.xml > and why in my case is trying to load it from prog

RE: Struts 2.0 question tags, config

2006-10-17 Thread Juan Espinosa
I have a similar problem, i dont know who is trying to load struts.xml and why in my case is trying to load it from program filesplease help Im using struts in a shared web hosting, because of this i am not allowed to read from program files... Struts Problem Report Struts has detected an

RE: OT (but only slightly) mailreader struts2 tutorial

2006-10-17 Thread Juan Espinosa
I think you can download the war file an deploy in your own tomcat. URL http://people.apache.org/builds/struts/2.0.1/struts-2.0.1-all.zip , i downloaded from this address -Mensaje original- De: Wesley Wannemacher [mailto:[EMAIL PROTECTED] Enviado el: Martes, 17 de Octubre de 2006 12:01

RE: Plugin

2006-10-17 Thread Juan Espinosa
er to load its "database" from an XML file. -Ted. On 10/17/06, Juan Espinosa <[EMAIL PROTECTED]> wrote: > Hi all, > > Where did it go plugin in struts 2, How i implement a plugin in struts > 2. In need to initialize some stuff when the application loads. > >

Plugin

2006-10-17 Thread Juan Espinosa
Hi all, Where did it go plugin in struts 2, How i implement a plugin in struts 2. In need to initialize some stuff when the application loads. Regards. Juan

Problem loading struts configuration in a shared web hosting

2006-10-17 Thread Juan Espinosa
is trying to access this directory. If somebody could help me i will be very grateful. Pd:sorry for my poor english. Regards, Juan Espinosa Montevideo - Uruguay Struts has detected an unhandled exception: Messages: 1. access denied (java.io.FilePermission C:\Program

Problem loading struts configuration in a shared web hosting

2006-10-13 Thread Juan Espinosa
is trying to access this directory. If somebody could help me i will be very grateful. Pd:sorry for my poor english. Regards, Juan Espinosa Montevideo - Uruguay Struts has detected an unhandled exception: Messages: 1. access denied (java.io.FilePermission C:\Program