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

RE: Validation, ModelDriven and Field Errors

2007-03-29 Thread Juan Espinosa
Para: Struts Users Mailing List Asunto: Re: Validation, ModelDriven 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

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.

RE: Validation, ModelDriven and Field Errors

2007-03-28 Thread Juan Espinosa
Asunto: Re: Validation, ModelDriven 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 s:fielderror

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 s:text name=%{getText('customer.security.login.title')} / Any suggestions ??? What im doing wrong ??? Regards, Juan -- No virus found in this

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 s:text name=%{getText('customer.security.login.title')} / Any suggestions ??? What im doing wrong ??? Regards, Juan -- No virus found in

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

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 cant delete it…. I search

RE: Problem undeploying struts application

2007-02-23 Thread Juan Espinosa
with the 1.8 version. Can't remember if that is enough to fix that bug, 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

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

RE: I18N Problems

2007-02-16 Thread Juan Espinosa
that has no Action class itself Regards, juan -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

Spanish characters

2007-02-15 Thread Juan Espinosa
??? Or !!! 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-mail: [EMAIL

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: Struts

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) action

RE: I18N

2007-02-14 Thread Juan Espinosa
] Enviado el: miércoles, 14 de febrero de 2007 9:49 Para: 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 action

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

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:

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:

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:

Action without interceptors

2007-01-09 Thread Juan Espinosa
in a solution using a Runnable who is alwasy running looking for 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

RE: Action without interceptors

2007-01-09 Thread Juan Espinosa
in a solution using a Runnable who is alwasy running looking for 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

Action without interceptors

2007-01-08 Thread Juan Espinosa
in a solution using a Runnable who is alwasy running looking for 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

OFF RECORD

2006-12-21 Thread Juan Espinosa
as 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

RE: OFF RECORD

2006-12-21 Thread Juan Espinosa
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) 4) Get the html ths jsp generates I want

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 [mailto:[EMAIL

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 to all, i

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

RE: STRUTS 2 . Populating values in Action

2006-12-08 Thread Juan Espinosa
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 [mailto:[EMAIL PROTECTED] Enviado el: Miércoles, 06 de Diciembre de 2006 11:25 a.m. Para: 'Struts Users

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

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 values in an action

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 [EMAIL

RE: STRUTS 2 . Populating values in Action

2006-12-06 Thread Juan Espinosa
://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 understandmaybe if you know something that i

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

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

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

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: VALIDATION

2006-11-30 Thread Juan Espinosa
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 ModelDriven Customer customer = null

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
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 in struts2

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 actions if you

RE: Themes and templates

2006-11-29 Thread Juan Espinosa
that extended ActionSupport. But this didn't really answer your question of how to make themes and 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

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

STRUTS2 and AJAX

2006-11-21 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

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

RE: SiteMesh

2006-11-08 Thread Juan Espinosa
] Enviado el: Martes, 07 de Noviembre de 2006 09:38 a.m. Para: Struts Users Mailing List Asunto: Re: SiteMesh Hi Juan, did you add something like: excludes file=/WEB-INF/excludes.xml / to your sitemesh.xml I am using SiteMesh with Struts and it's working just great (excludes as well). HTH, Tom Juan

RE: SiteMesh

2006-11-08 Thread Juan Espinosa
before, I am using SiteMesh as well and my excludes are working nicely. HTH, Tom Juan Espinosa wrote: Hi Tom as you say i made some changes, i create a sitemesh file and put the line you told me but it didnt work. I google for this problem and i could realise that many people have this problem

RE: SiteMesh

2006-11-08 Thread Juan Espinosa
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 Juan Espinosa wrote

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

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. action name=LoadSomeDataAndGoToJSP class=test.TestAction result/private/someJSP.jsp/result /action i put in the exclude

RE: SiteMesh

2006-11-07 Thread Juan Espinosa
/excludes.xml / 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 a jsp page

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

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

RE: Tiles

2006-11-01 Thread Juan Espinosa
for 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 Tiles

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

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 make

RE: Paging

2006-10-30 Thread Juan Espinosa
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 display tag (tag for paging

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

RE: ITERATOR

2006-10-27 Thread Juan Espinosa
using? s: could be anything. -- James 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 like

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 s:iterator value=days pday is: s:property//p /s:iterator sometingh like this s:iterator value=days scope=application pday is: s:property//p

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

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 -

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

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

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. plug-in className=uy.com.MyClass /plug-in Regards. Juan

RE: Plugin

2006-10-17 Thread Juan Espinosa
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. plug-in className=uy.com.MyClass /plug

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

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

RE: Struts 2.0 question tags, config

2006-10-17 Thread Juan Espinosa
, 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 program filesplease help Im using struts

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
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 webhosting...where i

RE: Struts 2.0 question tags, config

2006-10-17 Thread Juan Espinosa
: 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 blank struts 1 application to test, like