Re: [S2] Referencing the taglib when the JARS's are located at the top level of an EAR package?

2007-12-28 Thread Simon Berger
not sure if i got your problem right but you can add something like this to your web.xml /struts-tags /WEB-INF/struts-tags.tld s then you can use <[EMAIL PROTECTED] prefix="s" uri="/struts-tags" %> and it should map to the location sepcified in web.xml but the lib

Re: Location of struts_config DTD file?

2007-12-28 Thread Simon Berger
copy this file to your web-inf and use relative path's i did like this struts.xml Sridhar Raman schrieb: In the struts-config.xml file, I need to specify the location of the struts_config DTD file. Normally, this is given as an http link. But if the net is down, it obviously won't work. The

Re: Required validator dosen't work

2007-12-10 Thread Simon Berger
Do you have the Validation Interceptor on your Stack? Arpan Debroy schrieb: I want to validate - 1) The text box should have some value("required" validator doesn't show any error message even if it's empty).. 2) The text box must have any numerical(I am using long data type) value. I have no c