Hi guys,

I am using clean urls with one of my actions:

@UrlBinding("/admin/question.{$event}.action")
public class QuestionAction extends ActionBase {
    @DefaultHandler
    public Resolution addNewToCatalog() throws Exception {...}
    public Resolution addNewToQuestionnaire() throws Exception {...}
    ...
}


I've tried both of these:
<stripes:form action="">
and
<stripes:form action="">


However, they both get rendered in:
<form action="" method="post">

Any clue why this happens? (I am using a 1.6 beta that I've just built a couple of minutes ago).

Thanks in advance,
Cosmin
------------------------------------------------------------------------------
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