What is the "id" attribute in TagSupport for. Some have guessed its for
the HTML ID attribute, but nothign in TagSupport renders it. IN fact, when
Struts' own taglib needs to set the HTML ID attribute, the "styleId"
attribute of the tag is set instead. Why not use the inherited "id"
attribute in
One thing I'm not using, but if I did, I'd be worried about, is resources.
Form what I can tell, the message resources for a module are set into a
request attribute by the RequestUtil.selectModule() method. But this is
only done in an action servlet. So, if I've intended a JSP to rely on
resource
I ran into an instance where an Action in module A is forwarding to a page
that is designed for module B. However, the resources that the page sees
are the resources from module A.
I'm using Struts 1.1. I've goine through the source quite a bit. It seems
the ModuleConfig and resources for a mod
3 matches
Mail list logo