RE: What's the procedure to be taken off the strut email list ?

2008-05-20 Thread Jose Cardoso
the subject, that should do. musachy On Tue, May 20, 2008 at 11:28 AM, Jose Cardoso <[EMAIL PROTECTED]> wrote: > > Hi All ! > > What's the procedure to have my email removed from the struts mailing list ? > I have already requested my email to be taken off the list but t

What's the procedure to be taken off the strut email list ?

2008-05-20 Thread Jose Cardoso
Hi All ! What's the procedure to have my email removed from the struts mailing list ? I have already requested my email to be taken off the list but the administrators don't seem to be willing to do it . Jose -Original Message- From: Milan Milanovic [mailto:[EMAIL PROTECTED] Sent:

RE: Use Myeclipse

2008-04-02 Thread Jose Cardoso
MyEclipse would solve your problem. -Original Message- From: Sam Wun [mailto:[EMAIL PROTECTED] Sent: 02 April 2008 14:17 To: Struts Users Mailing List Subject: Re: Eclipse with struts - Original Message From: Dave Newton <[EMAIL PROTECTED]> To: Struts Users Mailing List Se

Do you know ?

2008-02-07 Thread Jose Cardoso
Hi there ! I have just visited this page : http://www.easyuktest.co.uk/Yagoogle.html Is it OK to use a company name this way ? * Working Together for a Better Tower Hamlets Web site : http://www.towerhamlets.go

Please visit and log any usefull links in this database

2007-12-09 Thread Jose Cardoso
Dear All, What about storing some important links in this database ? http://www.hotitles.com/ That could prove to be useful later when problems reoccur. Best Regards Jr * Working T

RE: Flexible textarea

2007-05-16 Thread Jose Cardoso
Hi there ! No need to reply the "Flexible textarea" question. It was a matter of counting the number of words and passing it as a string to the jsp value for the cols bit. Like: : Thanks anyaway Jose -Original Message----- From: Jo

Flexible textarea

2007-05-16 Thread Jose Cardoso
Hi everyone ! I want to create a non-fixed size textarea. I want it to resize itself depending on the amount of text received. For example if it receives 20 characters the size should be different to when it receives 200 characters without the need of scrolling. Is there functionality for it

RE: A problem with form-based login

2006-07-25 Thread Jose Cardoso
input="/login.jsp" validate="true"> --> if password/username not valid return here ---> else go here. I hope this is what you want or at least puts you in the right direction.