Hello All,

I have the latest nightly build from today (08212001) and I have a
struts-config file that works fine except for a small forward problem.  I
have the following global forwards defined:

<global-forwards>
    <forward name="login" path="forward.login"/>
    <forward name="failure" path="forward.failure"/>
  </global-forwards>

And I have the following defined in a Factory config file:

<component-definitions>
  <definition name="forward.login" path="/actions/display/login.do"/>
</component-definitions>

Now, I am using the Tiles org.apache.struts.tiles.ActionComponentServlet
servlet and a custom FactorySet modeled after the ChannelFactorySet in the
example.  So here is my question, in a JSP page I have the following snippet
of code:

<p><html:link forward="login"><bean:message
key="index.loginLink"/></html:link></p>

For some reason, the forward command on this object is returning
forward.login as the A HREF target and is not chaining through the forward
lookup methods to load it from the factory set.  Is this a known bug or am I
doing something wrong? Any help would be appreciated.

Sean

Reply via email to