[ 
http://www.stripesframework.org/jira/browse/STS-606?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=11649#action_11649
 ] 

Ben Gunter commented on STS-606:
--------------------------------

Thanks, Scott. Here's my svn commit comment:

Fixed a NPE reported by Scott Archer for STS-606. Before, if the s:form 
attribute "action" was set but did not map to an ActionBean then the "action" 
value would be used as the ActionBean's URL binding, basically acting as a 
placeholder. My changes for STS-606 started using null instead of that 
placeholder, which caused problems in several spots. This update fixes that.

> FormTag renders wrong action name.
> ----------------------------------
>
>                 Key: STS-606
>                 URL: http://www.stripesframework.org/jira/browse/STS-606
>             Project: Stripes
>          Issue Type: Bug
>          Components: Tag Library
>    Affects Versions: Release 1.5
>            Reporter: Krzysztof Szymanski
>            Assignee: Ben Gunter
>             Fix For: Release 1.5.1, Release 1.6
>
>         Attachments: stacktrace.txt
>
>
> When using clean url binding: @UrlBinding("/signin/{$event}/") 
> and <stripes:form action="/signin/authenticate" id="signin">.
> FormTag renders: <form id="signin" action="/signin/" method="post">
> There is no possibility of using events with stripes forms.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://www.stripesframework.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to