Hi,
I have a link in the frontpage define as:
<td class="head3btn " onclick="javasc ript: window.location ='/BudgetByBrand.d o?level=1'">By Brand</td>

In servlet.xml,
<bean name="/BudgetByBrand.d o" class="com.remy .fpp.view.sprin g.BudgetTreeCon troller">
<property name="petStore" >
<ref bean="petStore" />
...