I specified already in the form: method="post" and then nothing is displayed in the url anymore when I click for example the submit button of the form. That works already and is not the problem I meant.
The problem is, when I call directly the method of a SFSB, which is annotated with @begin, by using pages.xml(through action-mapping) then the page which gets displayed contains in the url the conversation-id and the session-id. And in that case no html-form was used. So the configuration method="get" for this request must have happend internally somewhere, but I have no idea where exactly? How can I change this behaviour to method="post" ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963212#3963212 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963212 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
