multiple s:form cause validation not working, pls help

2013-06-14 Thread john lee
 i need to have multiple on single web page, when  any single form's validation triggered, then and displayed at multiple form's textfields  place,  how to solve it? or that is struts 2 bug? please help thanks in advance john

1 page multiple form's fields validation problem

2013-06-14 Thread john lee
for struts 2,      1 html page have 2 forms at different panel, each form have its own textfield for input and submit button as well. the problem:     when 1 form's textfield validation trigger, but error message display at both form's texfield place.    in other words,                 can n

Re: Restful2ActionMapper tests

2013-06-14 Thread Lukasz Lenart
You mean to add section about testing? Maybe it would better to show sample code with sample unittest, could you post something like that here? Thanks in advance! -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2013/6/14 Antonios Gkogkakis : > Hi all, > > I've made a documentation contribu

Restful2ActionMapper tests

2013-06-14 Thread Antonios Gkogkakis
Hi all, I've made a documentation contribution on the Restful2ActionMapper a few months ago, https://cwiki.apache.org/WW/restfulactionmapper.html Could someone that has access to the wiki (Lukasz :D) append that, in order to test an action using the Restful2ActionMapper with StrutsJUnit4TestCase