I'm trying to configure a global forward with multiple query parameters and get a parse error from the Digester when my web app initializes. Is this not allowed? If not, anyone know the reason why?
<global-forwards>
<forward name="stores" path="list.servlet?bean=Store&type=STORE"/>
<forward name="stores" path="list.servlet?bean=Store&type=AUCTION"/>
</global-forwards>

