I am using a <stripes:link> tag, specifying its beanclass attribute.

My war file is named "sfh.war" and is deployed under the servlet context
path of "sfh", so all URLs under it begin, ultimately, with
http://localhost:8080/sfh.  sfh is also the name of my leading package
fragment.

I specify the beanclass attribute like this:
"sfh.actionbeans.FoobarActionBean".

I would expect this to ultimately resolve to a link like this:

http://localhost:8080/sfh/sfh/actionbeans/Foobar.action

...but instead it is resolved to:

http://localhost:8080/sfh/actionbeans/Foobar.action

Is this a bug or a feature?

I know I can get around it with an explicit UrlBinding, but was curious as
to what the default behavior should be here.

Thanks,
Laird
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Stripes-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to