Action names whithout .do

2006-07-12 Thread Miguel Galves
I was wondering: is it possible to define call actions without using the .do in the URL ? Like www.yyy.com/search instead of www.yyy.com/search.do ? If yes, how do I have to configure my web.xml and struts-config.xml files ? []s Miguel -- Miguel Galves - Engenheiro de Computação Já leu meus

Re: hotkeys

2006-06-09 Thread Miguel Galves
well...I dont know if ther is a problem with F1..but I think the best way to do it is to use javascript to bind so keyactions to your page. On 6/9/06, Dave Newton <[EMAIL PROTECTED]> wrote: Miguel Galves wrote: > What exactly do you want to do ? > > On 6/8/06, Marcus <[EMAIL

Re: hotkeys

2006-06-08 Thread Miguel Galves
--- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Miguel Galves - Engenheiro de Computação Já leu meus blogs hoje? Para geeks http://log4dev.blogspot.com Pra pessoas normais http://miguelgalves.blogspot.com "Não sabendo que era impossível, ele foi lá e fez..."

Re: dropdowns, forms, and validation

2006-05-30 Thread Miguel Galves
bscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Miguel Galves - Engenheiro de Computação Já leu meus blogs hoje? Para geeks http://log4dev.blogspot.com Pra pessoas normais http://miguelgalves.blogspot.com "Não sabendo que era impossível, ele foi lá e fez..."

Re: Re: Re: Re: How to lock the access of methods within an action?

2006-05-30 Thread Miguel Galves
Sure... On 5/30/06, Julian Tillmann <[EMAIL PROTECTED]> wrote: Hi Miguel, thanks for the tip, is it possible to use this in a struts action which is not thread save? ciao 4 now Julian > Original-Nachricht >Datum: Tue, 30 May 2006 09:28:36 -0300 >Von: Miguel

Re: Re: Re: How to lock the access of methods within an action?

2006-05-30 Thread Miguel Galves
den: http://www.gmx.net/de/go/smartsurfer > > > > > > > >> > - > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > &

Re: multipart/form-data and character encoding

2006-05-29 Thread Miguel Galves
r come to Greece, remind me to offer you some ouzo and mousaka ;) It worked just fine! I' ll keep looking for a more "official" solution, but until then you' ve saved me... Thank you very very much, Antonis On 5/29/06, Miguel Galves <[EMAIL PROTECTED]> wrote: > Antoni

Re: multipart/form-data and character encoding

2006-05-29 Thread Miguel Galves
#x27;ve found it is caused by the fact that in the form declaration I have added enctype="multipart/form-data". Has anyone solved this problem? Thanks, Antonis - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Action Form reset()

2006-05-29 Thread Miguel Galves
on forward ActionForward forward = new ActionForward(mapping.getPath() + ".do?action=error"); ex.printStackTrace(); return forward; } } -- Miguel Galves - Engenheiro de Computação Já leu meus blogs hoje? Para geeks http://log4dev.blogspot.com Pra

Form reset()

2006-05-29 Thread Miguel Galves
instanceof AuthenticationException) return (mapping.findForward("logon")); return forward; } } -- Miguel Galves - Engenheiro de Computação Já leu meus blogs hoje? Para geeks http://log4dev.blogspot.com Pra pessoas normais http://miguelgalves.blogspot.com "Não sabendo qu

Re: How do I set this up to give me a better display in jsp?

2006-05-26 Thread Miguel Galves
s popping up. Thanks, Al - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Miguel Galves - Engenheiro de Computação Já leu meus blogs hoje? Para geeks http://log4dev.blogspot.com Pra pessoas normais http:/

Re: getIndexValue() in custom tag

2006-05-26 Thread Miguel Galves
hanks, Best regards, Jean-Marie. Jean-Marie PITRE Structural Application COFISUN International Tél: +32 69 25 12 56 E-mail: [EMAIL PROTECTED] * DISCLAIMER * http://www.cofidis.be/emaildisclaimer.php -- Miguel Galves - Engenheiro de Computação Já leu meus blogs

Re: Struts with Eclipse 3.1

2006-05-25 Thread Miguel Galves
hoo! Messenger with Voice. Call regular phones from your PC and save big. - 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

Re: Regardind configuration in server.xml

2006-05-25 Thread Miguel Galves
sure On 5/25/06, Monkeyden <[EMAIL PROTECTED]> wrote: I assume you have at the top of your class: package utilities; On 5/25/06, Miguel Galves <[EMAIL PROTECTED]> wrote: > > Thats what it seemed to meso I wrote the following code > > public class MyTiles

Re: Regardind configuration in server.xml

2006-05-25 Thread Miguel Galves
ine an accessor, named setTest, in your RequestProcessor. When the object representing the surrounding element is instantiated, the accessor for the indicated property is called and passed the indicated value. On 5/25/06, Miguel Galves <[EMAIL PROTECTED]> wrote: > > Thats because I've

Re: Regardind configuration in server.xml

2006-05-25 Thread Miguel Galves
ch your "testes" when overrriding the RequestProcessor. Looks like you have a typo. java.lang.NoSuchMethodException: Bean has no property named teste at org.apache.commons.digester.SetPropertyRule.begin( On 5/25/06, Miguel Galves <[EMAIL PROTECTED]> wrote: > > Hi, > &

Regardind configuration in server.xml

2006-05-25 Thread Miguel Galves
cessor properly. Can somebody help me ? Regards, -- Miguel Galves - Engenheiro de Computação Já leu meus blogs hoje? Para geeks http://log4dev.blogspot.com Pra pessoas normais http://miguelgalves.blogspot.com "Não sabendo que era impossível, ele foi lá e fez..."