Re: Tapestry 5 : The requested resource (/login) is not available. error in Tomcat

2008-10-07 Thread LakshithaS
> You may want to check and make sure they are giving you enough RAM, etc. > > > On Tue, Oct 7, 2008 at 10:04 AM, Thiago H. de Paula Figueiredo < > [EMAIL PROTECTED]> wrote: > >> Em Tue, 07 Oct 2008 11:00:29 -0300, LakshithaS <[EMAIL PROTECTED]> >> esc

Tapestry 5 : The requested resource (/login) is not available. error in Tomcat

2008-10-07 Thread LakshithaS
Dear All, I would like to mention an issue which i have recently faced and still fighting to resolve, I have developed an application using Tapestry (5.0.10) and finally hosted in newly purchased GoDaddy account. its a deluxe hosting plan and supports JSP/servlet they use Tomcat 5.0.27 version. Al

Re: how to capture the submit event which occured from a input type=image

2008-05-29 Thread LakshithaS
rces.triggerEvent(eventType, null, callback); > } > }; > > // When not deferred, don't wait, fire the event now (actually, at > the end of the current > // heartbeat). This is most likely because the Submit is inside a > Loop and some co

Re: how to capture the submit event which occured from a input type=image

2008-05-29 Thread LakshithaS
fix it. > > Cheers nillehammer > > - original Nachricht > > Betreff: how to capture the submit event which occured from a input > type=image > Gesendet: Mi, 28. Mai 2008 > Von: LakshithaS<[EMAIL PROTECTED]> > >> >> HI.. all, >>

how to capture the submit event which occured from a input type=image

2008-05-28 Thread LakshithaS
HI.. all, I have a situation like this, i have a single form and two image buttons (actually i am using >>"); nextPage = null; } public void onSelectFromNext(){ System.out.println("onSelectFromNext >>>"); nextPage = "Registr

Re: T5: New Validators and server side validation

2008-03-04 Thread LakshithaS
I think there is a better option than just using regex for email validation, that is use apache common validator to do the same thing in an easy manner. like EmailValidator.getInstance().isValid(emailAddress); Howard Lewis Ship wrote: > > I agree: > - onblur vs. onform submit > - option to va

Re: How to change the CSS styles in BeanDisplay

2008-02-27 Thread LakshithaS
Yeah,,,thanks, it works but not entirely some border part at the top is still displaying Davor Hrg wrote: > > maybe this : > > DIV.t-beandisplay-row { >text-align: center; >color: black; >font-family: arial > } > > On Feb 18, 2008 1:10 PM, Lakshi

How to change the CSS styles in BeanDisplay

2008-02-18 Thread LakshithaS
Dear All, Currently I'm developing a web application using tapestry 5 and wanna know some technical stuff about components. in fact, this is regarding the BeanDisplay component I want to change default CSS styles of this component to suits with my application. I have tried in several ways. ex: DI