How to bypass validation in struts2

2008-10-20 Thread newbie-gero
Hi, i'm new to struts 2 and i'm trying out the example in the struts2 webpage. Currently i'm trying on the struts2 tutorial on bypassing the validation as listed on http://struts.apache.org/2.x/docs/validating-input.html However i encounter a few problems when i deploy the code in tomcat server.

Re: How to bypass validation in struts2

2008-10-20 Thread newbie-gero
se of this line: in the struts.xml that that the method="{1}" always caused struts to have the value input and forgo calling the class file to process the data? Thanks newbie-gero wrote: > > Hi, > > i'm new to struts 2 and i'm trying out the example in the

Error encounter when using tiles on JSP

2009-03-22 Thread newbie-gero
Greetings, i tried to use tiles and tld files on a jsp page,but i encounter an error while trying to load the jsp file. These are the libraries i insert into the WEB-INF/lib folder struts.jar, struts-tiles.tld, struts-nested.tld, struts-logic.tld, struts-html.tld, struts-bean.tld, struts-el.jar,