Re: page going out of tiles

2006-07-28 Thread Rauf Khan
Thanks for that, now it works fine. If i enter characters in the password field the alert :"please enter only numbers" is not displayed but rest of the other alerts are displaying. validation.xml --- mask

Re: page going out of tiles

2006-07-28 Thread Antonio Petrelli
Rauf Khan ha scritto: FYI : Compose page is the page that iam trying to validate, thats the reason i have written there. compose.jsp It is exactly what I suspected. If the validation fails, it will return to the page specified in "input" attribute in the action mapping, that is "/jsp/compose.

Re: page going out of tiles

2006-07-28 Thread Rauf Khan
FYI : Compose page is the page that iam trying to validate, thats the reason i have written there. compose.jsp <%@ taglib uri="/tags/struts-html" prefix="html" %> COMPOSE PAGE Name :  Password :   Email :   On 7/28/06, Antonio Petrelli <[EMAIL

Re: page going out of tiles

2006-07-28 Thread Antonio Petrelli
Rauf Khan ha scritto: The problem is in the "input" attribute: you have to put either "composepage" (the name of the definition, I am not sure if it works) or a JSP page inclusing the "composepage" definition, via the definition="composepage"> tag. "/jsp/composepag

Re: page going out of tiles

2006-07-28 Thread Rauf Khan
Hi, I have copied the following & for ur kind reference. 1) 2) Regards

Re: page going out of tiles

2006-07-27 Thread Antonio Petrelli
Rauf Khan ha scritto: For *body* i have a registration form, for which iam validating using validator frame. For which the code is given below. When i enter only numbers in the password field it works fine & the *resultpage* will be displayed & ALSO the page will be in the tiles(body) only. Suppo

page going out of tiles

2006-07-27 Thread Rauf Khan
Hi All, Iam using tiles for my project which has a header,menubar, body & footer. For *body* i have a registration form, for which iam validating using validator frame. For which the code is given below. When i enter only numbers in the password field it works fine & the *resultpage* will be