How to install Struts?

2013-11-30 Thread Jorge F. Hernandez
Hey guys, I've been looking for documentation on how to install it but I have not found it, all i found is how to start working with it, but nothing on how to install it, This is what I have: Apache 2.4 Tomcat 7 All I know is that Struts is made on Java technology, so I guess it should be

Re: Passing parameters to

2010-03-05 Thread Ricardo Jorge
e in the parameter > > > > > > > > and let the getName class handle the actual locale. > > > > adam > > > Date: Thu, 4 Mar 2010 18:20:19 +0100 > > Subject: Re: Passing parameters to > > From: lukasz.len...@googlemail.com > > To: us

Re: Passing parameters to

2010-03-04 Thread Ricardo Jorge
cale). Locale is a class (java.util.Locale). PS: I've just tried the following but it did not work Best Regards Ricardo On Thu, Mar 4, 2010 at 4:51 PM, Lukasz Lenart wrote: > 2010/3/4 Ricardo Jorge : > > > > Did you define method name(Locale locale) in your class? Or just

Passing parameters to

2010-03-04 Thread Ricardo Jorge
Hello. I need to access a property the includes a parameter but I cannot find a way to do it. I want to list all page names in selectedPages but I also need to specify the locale (language) the should appear because a page may have many names in different languages: This works fine. It's a norma

REST Plugin

2010-03-03 Thread Jorge Sousa
rks fine, why did this stoped working when i changed the name to OrdersHandlingController? I keeped the Controller at the end, i think this should have worked. Thanks in advance, Jorge Sousa from Portugal //== Code Examp

Re: Custom Window State Struts2 Portlet

2010-02-24 Thread Ricardo Jorge
ds, Ricardo On Mon, Feb 22, 2010 at 1:47 PM, Ricardo Jorge wrote: > Hello. > > I'm using Liferay portal to develop a portlet using struts 2. I need to use > a custom Liferay Window State called exclusive to generate a URL. This > allows me to make AJAX calls and return only t

Custom Window State Struts2 Portlet

2010-02-22 Thread Ricardo Jorge
Hello. I'm using Liferay portal to develop a portlet using struts 2. I need to use a custom Liferay Window State called exclusive to generate a URL. This allows me to make AJAX calls and return only the result generated by the action. I have added the tag to my portlet.xml I tried

Re: adding UploadProgressListener to a struts2 upload

2010-01-17 Thread Jorge Sousa
Hi, Have you tried the Execute and Wait interceptor? http://struts.apache.org/2.0.14/docs/execute-and-wait-interceptor.html I propose you this solution, assuming that you want to accomplish the "progress meter effect". Cheers, Jorge On 17-01-2010 18:57, Stephen Ince wrote: Hi,

Re: Define Global Timeout [S2]

2010-01-12 Thread Jorge Sousa
he Tomcat, will only works for each request, instead of the total time of the execution of the action. I hope this extra information is usefull to help everyone helping me :) Thanks. Jorge On 11-01-2010 19:54, Brian Thompson wrote: Honestly, this sounds like something that should be

Define Global Timeout [S2]

2010-01-11 Thread Jorge Sousa
? If some one need more explanations, please let me know. You can find the code bellow. Thanks in advance, Jorge Sousa from Portugal Code: public class TimeoutInterceptor extends AbstractInterceptor { private static final ExecutorService threadPool = Executors.newCachedThreadPool

Re: Help please TOMCAT 5 + Struts

2008-07-17 Thread Jorge Martín Cuervo
gt; > > Christian A. Villamizar Lamus. > > Dpto. Informática – Trapsatur. > > Tel: 91.542. – Fax: 91.548.0044 > > Э-mail: [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > www.trapsatur.com <http://www.trapsatur.com/> > > www.excur

Re: How to get all sessions in one web application

2008-06-26 Thread Jorge Martín Cuervo
ions. > > Thanks. > > Joey > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- ;-) Jorge Martin Cuervo Outsourcing Emarketplace deFacto Powered by Stan

Re: Populating dropdown

2008-02-11 Thread Jorge Martín Cuervo
make it faster ? Please help. > > > onchange='<%="fnDoCheck("+rowIndex.intValue()+")"%>' style="width:300px"> > > > -- Jorge Martin Cuervo Outsourcing Emarketplace deFacto P

Re: [S2] validation issue

2007-09-11 Thread Jorge Martín Cuervo
+0200, Pablo Vázquez Blázquez escribió: > Hola Jorge, > > I think there is not a "validwhen" validator, either... > > Any idea? Thanks. > > Jorge Martín Cuervo escribió: > > try validwhen validation rule. It exists in struts, maybe exists too in > > strut

Re: [S2] validation issue

2007-09-11 Thread Jorge Martín Cuervo
requiredif" validator :( > > Any idea about how can I do to get the same validation effect? > > Thanks. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMA

Re: How to forward to a page out of .war file

2007-09-11 Thread Jorge Martín Cuervo
s in a .ear file. > Now my login module is part of 1.war and on a successful validation i want > to forward in struts-config.xml to a page in 2.war file. > > How do i achieve this? > > Thank you -- Jorge Martin Cuervo Outsourcing Emarket

Re: Number Validator

2007-07-31 Thread Jorge Martín Cuervo
ditional commands, e-mail: [EMAIL PROTECTED] > -- Jorge Martin Cuervo Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROTECTED]> voice +34 985 129 820 voice +34 660 026 384 DE FACTO STANDARDS, S.L., le informa que su d

Re: upgrade from 1.2.9 to 1.3.8

2007-07-30 Thread Jorge Martín Cuervo
at last i've found at: http://wiki.apache.org/struts/StrutsUpgradeNotes12to13 El lun, 30-07-2007 a las 19:44 +0200, Jorge Martín Cuervo escribió: > Hi all, > > i'm actually using the 1.2.9 version of struts, and i'm thinking about > upgrading to latest 1.x version

upgrade from 1.2.9 to 1.3.8

2007-07-30 Thread Jorge Martín Cuervo
no one was found. thanks -- ____ Jorge Martin Cuervo Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROTECTED]> voice +34 985 129 820 voice +34 660 026 384 DE FACTO STANDARDS, S.L., le informa que su dirección de

Re: Complex Validation

2007-07-16 Thread Jorge Martín Cuervo
sorry, the code would be like: ActionErrors errors = new ActionErrors(); errors.add(super.validate(mapping, request)); don't forget to add the errors from the commons validator. El lun, 16-07-2007 a las 10:05 +0200, Jorge Martín Cuervo escribió: > if you are not using dyna action fo

Re: Complex Validation

2007-07-16 Thread Jorge Martín Cuervo
at does the database check or is > there another method of validation I should be using? > > Thank you, > > Rich > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail:

Re: Tiles question

2007-07-06 Thread Jorge Martín Cuervo
t; > Thanks, > James > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- ____ Jorge Martin Cuervo Analista Programador

Re: [ot] weird message

2007-07-06 Thread Jorge Martín Cuervo
please, can any admin remove this email account from the mailing list? El vie, 06-07-2007 a las 11:32 +0200, Ing. Andrea Vettori escribió: > Yes, > > I think it's a non-existent email that's subscribed... > > > Il giorno 06/lug/07, alle ore 11:30, Jorge Martín Cuer

[ot] weird message

2007-07-06 Thread Jorge Martín Cuervo
503 5.0.0 Need RCPT (recipient) does any of you receive this email too? -- Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROT

Re: AW: struts validation

2007-07-06 Thread Jorge Martín Cuervo
> value="/WEB-INF/validator-rules.xml,/WEB-INF/validation.xml" /> > > > Anja > > > > > -Ursprüngliche Nachricht- > Von: Jorge Martín Cuervo [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 6. Juli 2007 11:02 > An: St

Re: struts validation

2007-07-06 Thread Jorge Martín Cuervo
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- Jorge Martin Cuervo Analista Programador Outsourcing

Re: How to convert a list of object to XML

2007-06-29 Thread Jorge Martín Cuervo
StringBuffer(""); for(Iterator iter = bookDao.getList().iterator;iter.hasNext();) { sb.appengd(iter.next(()); } sb.append(""); return sb.toString(); } [...] sorry if there is any syntax error, i've coded from scratch in my email c

Re: ServletException in '/WEB-INF/tiles/position/edit.jsp': null

2007-05-08 Thread Jorge Martín Cuervo
ource) com.martincuervo.engine.core.Engine.(Unknown Source) com.defactops.smartcvemployer.PositionForm.(PositionForm.java:41) sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) [...] ups, sorry again El mar, 08 de 05 de 2007 a las 11:30, Jorge Martín Cuervo escribió: > Hi all, i'm

ServletException in '/WEB-INF/tiles/position/edit.jsp': null

2007-05-08 Thread Jorge Martín Cuervo
spFile(JspServlet.java:292) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) [...] -- ;-) ____ Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFacto Powered by Standards email <[EMAI

Re: debug in eclipse using tomcat plug-in

2006-12-05 Thread Jorge Martín Cuervo
n't even know the sysdeo plugin still worked, I thought > it died out a while ago. Like Jorge said, look into moving to WPT, it > has it built in already. > > http://www.eclipse.org/webtools/ > > On Dec 5, 2006, at 12:52 PM, Lim Hock-Chai wrote: > > > I

Re: debug in eclipse using tomcat plug-in

2006-12-05 Thread Jorge Martín Cuervo
an not find the > source. > > I'm not sure if there is a setting problem in eclipse, tomcat or struts. > Can somebody give me some pointer? > > thanks. -- ;-) ____ Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFact

RE: Optimal Heap Size for my Struts-Application

2006-11-02 Thread Jorge Martín Cuervo
re some mathematical approach? > > Multiplication :) > > Dave > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- ;-) Jorge Mar

Re: Validating a form bean

2006-11-02 Thread Jorge Martín Cuervo
> > Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates > (http://voice.yahoo.com) > > > - > To unsubscrib

Re: Dynamic links

2006-10-31 Thread Jorge Martín Cuervo
El mar, 31 de 10 de 2006 a las 10:41, Juanjo Cuadrado escribió: > Thanks for your reply, Jorge... but... it don't work fine for me. Or I don't > know use it correctly. > > When the page is showed, its html code is " " > > > > 30 Oct 2006 17:59:17

Re: Dynamic links

2006-10-30 Thread Jorge Martín Cuervo
he.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:39) > ... > > Any idea? > > P.D. > When I use the <[EMAIL PROTECTED] file=... of a static way, it work fine. -- ;-) Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROTECTED]> voz +34 985 129 820 voz +34 660 026 384

Re: removing jsessionid from the URL

2006-09-07 Thread Jorge Martín Cuervo
-- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- ;-) Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROTECTED]> voz +34 985 129 820 voz +34 660 026 384

Re: Validator FRamework

2006-09-05 Thread Jorge Martín Cuervo
ups, sorry i thought you were using dinaform sorry El mar, 05 de 09 de 2006 a las 13:13, Jorge Martín Cuervo escribió: > hi > > why you use > com.hns.nme.frontend.apps.cmdexecution.form.SelectCommandForm instead > java.lang.String in form-bean type? > > El mar, 05 de 0

Re: Validator FRamework

2006-09-05 Thread Jorge Martín Cuervo
> AND iN JSP PAGE i HAVE ADDED > also.. > > Still it's not working.. > > Can anybody help me out.. > > > Thanks > > Regards, > Sheetal > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- ;-) Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROTECTED]> voz +34 985 129 820 voz +34 660 026 384

Re: validation framework problem?

2006-09-05 Thread Jorge Martín Cuervo
27;t be less than {1} characters. > errors.maxlength = {0} cann't be more than {2} characters. > errors.invalid = {0} is invalid. > > # -- Label messages -- > label.userId = User ID > label.password = Password > ---- > login.jsp file > > staticJavascript="fals

Re: Struts and AJAX

2006-07-03 Thread Jorge Martín Cuervo
: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- ;-) Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROTECTED]> voz +34 985 129 820 voz +34 660 026 384

Re: Anti-piracy software

2006-07-03 Thread Jorge Martín Cuervo
l. The recipient should > check this email and any attachments for the presence of viruses. The company > accepts no liability for any damage caused by any virus transmitted by this > email. > > www.wipro.com -- ;-) Jorge Martin Cuervo Analista Program

Re: AW: xhtml-mobile with Struts?

2006-06-30 Thread Jorge Martín Cuervo
e is: > http://www.cityexperience.net/cxpCat/Welcome.do?ua=MOBILE > > Martin > > -Ursprüngliche Nachricht- > Von: Jorge Martín Cuervo [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 30. Juni 2006 09:33 > An: [EMAIL PROTECTED] > Cc: 'Struts Users Mailing List' > B

Re: AW: xhtml-mobile with Struts?

2006-06-30 Thread Jorge Martín Cuervo
--- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For addition

Re: pls help

2006-06-15 Thread Jorge Martín Cuervo
;window" object http://docs.sun.com/source/816-6408-10/window.htm#1202731 > > regards > ceena > > Send instant messages to your online friends http://in.messenger.yahoo.com > > Stay connected with your friends even when away from PC. Link: > http://in.mobile

Re: Path success does not start with a "/" character

2006-06-06 Thread Jorge Martín Cuervo
e received it in > error, please notify the sender immediately and delete the original. Any > other use of the email by you is prohibited. > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- ;-) Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROTECTED]> voz +34 985 129 820 voz +34 660 026 384

RE: javabeans explanation

2006-06-05 Thread Jorge Martín Cuervo
imho, retrospection api only works ok with that rule. El lun, 05 de 06 de 2006 a las 16:32, Emilia Ipate escribió: > That is true, but my question is: why does it have to be the same? > > -Original Message- > From: Jorge Martín Cuervo [mailto:[EMAIL PROTECTED] > Sent:

Re: javabeans explanation

2006-06-05 Thread Jorge Martín Cuervo
e has any ideas, please help! > > > Kind regards, > Emilia > > > __ > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For

Re: urgent

2006-06-05 Thread Jorge Martín Cuervo
ntacruz (East), > Mumbai - 400 098 > Mobile : +91 9819510090 -- ;-) Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROTECTED]> voz +34 985 129 820 voz +34 660 026 384

Re: Disable submit button

2006-05-31 Thread Jorge Martín Cuervo
i was going to say you try... onclick="this.disabled=true;this.form.submit()" sorry for the delay El mié, 31 de 05 de 2006 a las 18:14, A Amarakoon escribió: > Gareth, Monkeyden, Jorge, Andy Thank you.. > > This js lib looks good. > > this code fixes it: onclick=&

Re: Disable submit button

2006-05-31 Thread Jorge Martín Cuervo
ibe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- ;-) Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROTECTED]> voz +34 985 129 820 voz +34 660 026 384

Re: Disable submit button

2006-05-31 Thread Jorge Martín Cuervo
ibe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- ;-) Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROTECTED]> voz +34 985 129 820 voz +34 660 026 384

Re: Struts with Eclipse 3.1http://javaboutique.internet.com/tutorials/three/

2006-05-25 Thread Jorge Martín Cuervo
> Feel free to call! Free PC-to-PC calls. Low rates on PC-to-Phone. Get Yahoo! > Messenger with Voice -- ;-) ____ Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROTECTED]&

Re: Struts with Eclipse 3.1

2006-05-25 Thread Jorge Martín Cuervo
> Feel free to call! Free PC-to-PC calls. Low rates on PC-to-Phone. Get Yahoo! > Messenger with Voice -- ;-) ____ Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROTECTED]&

Re: RequestProcessor and execute method

2006-05-24 Thread Jorge Martín Cuervo
n, to define these as abstract methods. I found that this seemed very natural, reduced code bloat and made a clear distinction between disparate request types. I'm wondering if anyone else has done something different and/or more practical. --

Re: get ResourceBundle in ActionForm subclass

2006-05-24 Thread Jorge Martín Cuervo
low these steps. > > > > 1. Define ApllicationResources_locale specific property file. > > > > 2. add the message keys to thse different locale specific property file. > > > > 3. in Jsp file set the locale based on the reuest parameters. > > with > &

Re: Missing message key

2006-05-24 Thread Jorge Martín Cuervo
7;t work? - > Is there a file where you can maybe alter the location of your > properties files? > > Thx, > > Marcus > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-m

Re: Missing message key

2006-05-24 Thread Jorge Martín Cuervo
> Thx, > > Marcus > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- ;-) Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROTECTED]> voz +34 985 129 820 voz +34 660 026 384

Re: shopping cart source code

2006-05-23 Thread Jorge Martín Cuervo
and wisdom > Send free SMS to your Friends on Mobile from your Yahoo! Messenger Download > now -- ;-) Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROTECTED]> voz +34 985 129 820 voz +34 660 026 384

RE: get ResourceBundle in ActionForm subclass

2006-05-22 Thread Jorge Martín Cuervo
MessageResources messageResources = getResources(request); > > messageResources.getMessage(locale, "lbl.payout"); > > > > >From: Jorge Martn Cuervo <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" > >To: user@stru

get ResourceBundle in ActionForm subclass

2006-05-22 Thread Jorge Martín Cuervo
employer.orgName")); } [...] But in jsp view, it generates "employer.orgName is required" I want to get the ResourceBundle to "translate" the employer.orgName to the value assigned in .properties file. How can i do it? thanks -- ;-) _

Re: the right way?

2006-05-18 Thread Jorge Martín Cuervo
quot;true" attribute works. Thanks for the advise. And yes, theres no putting objects code in the above message. Only a comment in place... /* * load the data to request */ thanks again. --- Jorge Martín Cuervo <[EMAIL PROTECTED]> wrote: Hi all, i have the problem to populate re

the right way?

2006-05-18 Thread Jorge Martín Cuervo
ake a look? thanks [...] [...] /* * $Id: EmployerAction.java,v 1.1 2006/05/18 17:17:54 jorge Exp $ * $Log: EmployerAction.java,v $ * Revision 1.1 2006/05/18 17:17:54 jorge * prueba employer *

RE: Cannot find bean under name __APPLICATION_CONTAINER_KEY.area

2006-05-17 Thread Jorge Martín Cuervo
El mié, 17 de 05 de 2006 a las 17:19, David G. Friedman escribió: > Jorge, > > 1. I believe Struts PlugIns were initially created because, at the time, the > servlet spec didn't have ServletContextListeners. So, why are you mixing the > two instead of just using a Servle

Re: Style in a tags-html

2006-05-17 Thread Jorge Martín Cuervo
style="empresa"/> > > > Thank you very much. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- ;-) Jorge Martin Cuervo A

Re: Cannot find bean under name __APPLICATION_CONTAINER_KEY.area

2006-05-17 Thread Jorge Martín Cuervo
anyone have used a container to store application scope data? please, let me know if it's a bad practice. El mar, 16 de 05 de 2006 a las 17:15, Jorge Martín Cuervo escribió: > Hi all, > > > > > >property=

Cannot find bean under name __APPLICATION_CONTAINER_KEY.area

2006-05-16 Thread Jorge Martín Cuervo
find bean under name __APPLICATION_CONTAINER_KEY.area the questionm is, how can i access to the container and then the property area? -- ;-) ____ Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROT

Re: Wrapper cannot find servlet class

2006-05-16 Thread Jorge Martín Cuervo
a:25) > at java.lang.reflect.Method.invoke(Method.java:324) > at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243) > StandardWrapper[/cash:invoker]: Loading container servlet invoker > > > any help appreciated > > Faizal -- ;-) Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROTECTED]> voz +34 985 129 820 voz +34 660 026 384

Re: problem with using Tag and Scriplets together

2006-05-15 Thread Jorge Martín Cuervo
> > <% if (tempRole==null) { tempRole = %> securityRoleName <% ;} %> > > > > - > Get amazing travel prices for air and hotel in one click on Yahoo! FareChase -- ;-) __

Re: Conditional Statements (if/else) Using logic tag

2006-05-15 Thread Jorge Martín Cuervo
> > Blab-away for as little as 1¢/min. Make PC-to-Phone Calls using Yahoo! > > > Messenger with Voice. > > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > - > > Love cheap thrills? Enjoy PC-to-Phone calls to 30+ countries for just > > 2¢/min with Yahoo! Messenger with Voice. > > > > > > - > Love cheap thrills? Enjoy PC-to-Phone calls to 30+ countries for just 2¢/min > with Yahoo! Messenger with Voice. -- ;-) Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROTECTED]> voz +34 985 129 820 voz +34 660 026 384

Re: Comparison of two beans in jsp

2006-05-12 Thread Jorge Martín Cuervo
etal escribió: Hello friends Can we compare values of two beans in jsp page by using any tag ( like logic etc...) Or is there any other method to compare values of two beans in jsp page Thanks in advance, Sp -- Jorge Martín Cuervo email:

Re: how to deal with request attributes and validation?

2006-05-12 Thread Jorge Martín Cuervo
s making them > available to JSP, seems most naturally to me. problem is when form data > does not pass validation, and action is never called, so JSP page breaks > because it has no data to display. > is there any proven tactics for this? basicly, i want some action/method > executed eve

Re: how to deal with request attributes and validation?

2006-05-12 Thread Jorge Martín Cuervo
assed to JSP. > > thanks a lot! > > > dario > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- ;-) Jorge Martin Cuervo Ana

forward attribute and ForwardAction

2006-05-12 Thread Jorge Martín Cuervo
hould i use? what's the difference? thanks -- ;-) ____ Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROTECTED]> voz +34 985 129 820 voz

Re: how to deal with request attributes and validation?

2006-05-12 Thread Jorge Martín Cuervo
ribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > -- ;-) Jorge Martin Cuervo Analista Programador Outsourcing Emarketplace deFacto Powered by Standards email <[EMAIL PROTECTED]> voz +34 985 129 820 voz +34 660 026 384

Re: obtaining an action's ActionMapping

2005-05-24 Thread Jorge Chacón Souto
Thanks! I wasn't typing the action path correctly Jorge Hubert Rabago escribió: If it's returning null, make sure that (1) the request you're passing for the same module, and (2) you typed your action path correctly. The parameter should match the path of the action mapping

Re: obtaining an action's ActionMapping

2005-05-24 Thread Jorge Chacón Souto
I changed it because the class ModuleUtils doesn't have a findActionConfig method: http://struts.apache.org/api/org/apache/struts/util/ModuleUtils.html Dakota Jack escribió: Just do what he said. You changed it. On 5/24/05, Jorge Chacón Souto <[EMAIL PROTECTED]> wrote: I s

Re: obtaining an action's ActionMapping

2005-05-24 Thread Jorge Chacón Souto
w why. Any help? Thanks, Jorge. Hubert Rabago escribió: Try ModuleUtils.getInstance().findActionConfig("actionB"); Hubert On 5/23/05, Jorge Chacón Souto <[EMAIL PROTECTED]> wrote: Hi. Anybodoy knows how can I access the action B's ActionMapping from the Action A (a preproce

Re: Session-Problem

2005-05-23 Thread Jorge Chacón Souto
rects caches not to store the page under any circumstance response.setDateHeader("Expires", 0); //Causes the proxy cache to see the page as "stale" response.setHeader("Pragma","no-cache"); //HTTP 1.0 backward compatibility More details o

obtaining an action's ActionMapping

2005-05-23 Thread Jorge Chacón Souto
7;ve tried the method ConfigHelper.*getActionMapping*(java.lang.String path), but it returns null because it's not implemented yet. In Struts 1.0 there was a ActionServlet.findmapping method. Thanks, Jorge. - To unsu

Why download messages twice??

2004-12-28 Thread Jorge Martín Cuervo
I don`t know why the messages of the list comes twice. Does it happens to anyone? --- Jorge Martin Cuervo [EMAIL PROTECTED] +34 660 026 384 --- - To unsubscribe, e

Getting applicationResources.properties keys

2004-12-28 Thread Jorge Martín Cuervo
eys of the resources and match then with the prefix "label.report.xx." to automate the process and don't have to do the same thind twice (in action code & in applicationResources.properties). Thanx for all!!

Hi all

2004-12-25 Thread Jorge Martín Cuervo
Hi all, Is a test to check if my subscription was correctly. Ignore please. --- Jorge Martin Cuervo [EMAIL PROTECTED] +34 660 026 384 --- - To unsubscribe, e-mail

Re: R: Detecting the previous JSP

2004-09-29 Thread Jorge
I think that information should be passed to the action via form properties (using html:hidden input tag on your pages) On Wed, 29 Sep 2004 18:05:57 +0200, Amleto Di Salle <[EMAIL PROTECTED]> wrote: > Hi, > As i wrote before may be the solution is to use DispatchAction. > > BR > /Amleto > > >

Re: The Pager in Provided by the jsptags.com

2004-07-03 Thread Jorge Salido
W, I recall items that are going to be shown in pages should be in tags. Jorge On Fri, 2 Jul 2004 20:29:48 -0700 (PDT), Caroline Jen <[EMAIL PROTECTED]> wrote: > I am trying to use the paging provide by > http://jsptags.com/tags/navigation/pager > > I got an error: This absolu

Re: [OT] Storing Birth Date

2004-06-29 Thread Jorge Salido
> My experience differs from Jorge. > A generic date should do well, and still give you all the date functions. The only > problem with storing dates as a number is doing date arithmetic ( say sending an > email to all people whose birthday is 5 days away) and things like that.

Re: [OT] Storing Birth Date

2004-06-29 Thread Jorge Salido
to be more comfortable for you in the long run. BTW, on the client side, I highly recommend you to try this calendar picker script (javascript) http://dynarch.com:1979/mishoo/calendar.epl Jorge On Sat, 26 Jun 2004 19:24:23 +0800, Eddie Yan <[EMAIL PROTECTED]> wrote: > Anyone know wh

Help me, Set data in filed text

2004-05-28 Thread Teixeira, Jorge (Informaker)
Good morning, I want set the values in on fields

Fill the form

2004-05-27 Thread Teixeira, Jorge (Informaker)
I have information and I want sem this information to one form jsp. What I need do? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

LOGIC:INTERATE

2004-05-21 Thread Teixeira, Jorge (Informaker)
Can you send me one interate sample workin with one object colletion how attribute? I'm tried it And My attribute call resultado and my ActionForm is tb_estadoForm the scope is setted how attribute But the server return the message "Invalid bean scope null" or "Cannot cre

Naveation pages.

2004-05-17 Thread Teixeira, Jorge (Informaker)
Help me pleash. I tray developer one page but it show me this error, I can´t understand, plash tell me what I need alter. HTTP Status 500 - No input attribute for mapping path /tb_alarmeDataAction type Status report message No input attribute for mapping path /tb_alarmeDataAction description

StyleClass

2004-04-14 Thread Teixeira, Jorge (Informaker)
What's up guys, I wath use the property StyleClass on TagLib of struts, I done this: The question is, need I make anymore? Becose this return one error "StyleClass not found". Need I configure anyfile? FT. - To unsubscrib