client side validation in struts2

2011-02-15 Thread dasariprasad
in clValid.jsp, i had used input page %@ taglib prefix=s uri=/WEB-INF/struts-tags.tld % html head titleStrut2's actions/title s:head/ /head body center h1 Service Application/h1 br/ br/ s:form action=ClientValid validate=true namespace=/ s:textfield

Re: client side validation in struts2

2011-02-15 Thread Chris Mawata
Try changing %@ taglib prefix=s uri=/WEB-INF/struts-tags.tld % to %@ taglib prefix=s uri=/struts-tags % Chris On Tue, 2011-02-15 at 06:38 -0800, dasariprasad wrote: in clValid.jsp, i had used input page %@ taglib prefix=s uri=/WEB-INF/struts-tags.tld % html head titleStrut2's

iterate the list values defined inthe tile

2011-02-15 Thread maven apache
tiles:importAttributes name=scriptlist / c:foreach values=$(scriptlist) var=script script src=$(script) /c:foreach now i want to know how to write the above using s:iterator?

iterate the list values defined inthe tile

2011-02-15 Thread maven apache
tiles:importAttributes name=scriptlist / c:foreach values=$(scriptlist) var=script script src=$(script) /c:foreach now i want to know how to write the above using s:iterator?