Martin Gainty wrote:
can you explain this routes a bit more..what is this another attribute or a 
template?
i can see see action, params but namespace?

Yeah, so if the action is in another namespace you can refer to it.

if you look at the code the base class changes from public class AnchorTag extends AbstractClosingTag TO
public class AnchorTag extends ContextBean
basing AnchorTag on a bean allows you to tack on infinitely more attributes

It's already been done, as Musachy said:

https://issues.apache.org/struts/browse/WW-3037

Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to