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
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
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
3 matches
Mail list logo