I have a strange problem.

I have an action with URL binding like this:

@UrlBinding("/admin/userGroups/{$event}/{userGroup}")
public class AdminUserGroupAction extends AbstractDashboardAction {

and I have a JSP form like this:

<s:form beanclass="pl.msi.el.action.AdminUserGroupAction" 
class="form-horizontal">

In other words - it's as simple as it can be. Most of the time it works 
fine.

But once in a while strange thing happens -- in the HTML that goes to 
the browser, form's action is not /admin/userGroups, but... 
/admin/userGroups/{$event}/{userGroup}
URL binding tokens get passed to HTML!

Has any of You encountered such problem? What could I do? Trying to 
debug Stripes code, but am not that fluent in it.

Best regards,
Grzegorz


------------------------------------------------------------------------------
Flow-based real-time traffic analytics software. Cisco certified tool.
Monitor traffic, SLAs, QoS, Medianet, WAAS etc. with NetFlow Analyzer
Customize your own dashboards, set traffic alerts and generate reports.
Network behavioral analysis & security monitoring. All-in-one tool.
http://pubads.g.doubleclick.net/gampad/clk?id=126839071&iu=/4140/ostg.clktrk
_______________________________________________
Stripes-users mailing list
Stripes-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/stripes-users

Reply via email to