While on the subject of namespaces, my testing noticed this annoying 
little tag reuse bug in ActionTag.

ActionTag determines whether it needs to buildNamespace() or not based 
on whether the namespace property is null.

But if I go to "foo/bar/Test.action" and then to "Test.action", the 
reused tag already has namespace "foo/bar"... so it doesn't rebuild 
the namespace.

I know you've already been addressing these sorts of tag reuse bugs... 
but just wanted to bring this particular one to your attention.

-Tim.


Quoting Tim Dwelle <[EMAIL PROTECTED]>:

> In WW2, is there an easy way to tell if the Action was resolved to a
> 
> specific namespace or the default namespace?
> 
> If not, would there be any way to add that functionality?
> 
> For the moment, I have hacked together a quick check based on the 
> config searching algorithm in DefaultConfiguration.  However, I'm not
> 
> fond of coupling myself to the specific impl. like that...
> 
> Thanks,
> 
> -Tim.
> 
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Opensymphony-webwork mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
> 





-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to