RE: how to make ajax validation works with s:tabbedPanel in struts 2.0.11

2008-01-28 Thread Wei, Mei
to be a bug in s:component not loading the /template/${theme}/tabbedpanel:ftl Anyone else? M- - Original Message - From: "Wei, Mei" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Sunday, January 27, 2008 1:10 AM Subject: RE: how to make ajax validatio

RE: how to make ajax validation works with s:tabbedPanel in struts 2.0.11

2008-01-26 Thread Wei, Mei
.apache.org/2.x/docs/tabbedpanel.html assuming your theme='ajax' be sure to set the href attribute for the individual div tags for content from a valid URL Martin - Original Message - From: "Wei, Mei" <[EMAIL PROTECTED]> To: Sent: Saturday, January 26, 2008 2:

how to make ajax validation works with s:tabbedPanel in struts 2.0.11

2008-01-25 Thread Wei, Mei
Hi, I would like to make a page has ajax validation and also display as tabbedPanel. I am using struts 2.0.11, and learned from http://java-x.blogspot.com/2006/11/struts-2-validation.html that to use ajax validation, in the jsp file, I can not have . But to display tabbedPanel, I need t

RE: how to validate field right after the data is entered, HELP!

2008-01-22 Thread Wei, Mei
s Mailing List > Subject: Re: how to validate field right after the data is entered > > take a look at > > http://struts.apache.org/2.x/docs/dojo-submit.html > for attributes validate > and > ajaxValidation > > M > - Original Message - > From: "We

RE: how to validate field right after the data is entered, HELP!

2008-01-22 Thread Wei, Mei
] Sent: Tuesday, January 22, 2008 4:54 PM To: Struts Users Mailing List Subject: Re: how to validate field right after the data is entered take a look at http://struts.apache.org/2.x/docs/dojo-submit.html for attributes validate and ajaxValidation M - Original Message - From: "Wei

how to validate field right after the data is entered

2008-01-22 Thread Wei, Mei
Hi, We want to validate the field data right after the data is entered. So that the user can fix the error right away instead of waiting until the whole form is submitted. We thought that struts2 and ajax can help us on that. But what would be the best way to do? Any helps or guidance are

question about ajax field validation in struts 2.1

2008-01-20 Thread Wei, Mei
Hi, In struts 2.0.11's showcase validation example (struts2-showcase-2.0.11/validation/quizAjax!input.action), it performs field validation at onblur(). I downloaded struts2.1, this validation example does not do field validation at onblur() any more. And I can not find ajax template in the strut

question about struts 2 and table layout

2008-01-16 Thread Wei, Mei
Hi, I am wondering in the Validation example quiz-ajax.jsp (which is in the struts 2.0's tutorial showcase http://www.planetstruts.org/struts2-showcase/showcase.action), is there a way to arrange the table into two columns. That means to make field "name" and "age" on the same row. Here is