[jira] Created: (WW-1882) When "loadOnTextChange" is true on the autocompleter, submit enclosing form(by default) in the request like the anchor and submit tags do
When "loadOnTextChange" is true on the autocompleter, submit enclosing form(by default) in the request like the anchor and submit tags do - Key: WW-1882 URL: https://issues.apache.org/struts/browse/WW-1882 Project: Struts 2 Issue Type: Improvement Reporter: Musachy Barroso Assigned To: Musachy Barroso Fix For: 2.1.0 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Commented: (WW-1813) Tree Tag's treeSelectedTopic attribute doesn't works
[ https://issues.apache.org/struts/browse/WW-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40795 ] Musachy Barroso commented on WW-1813: - Dojo now passes the an object a parameter to the topic, instead of the id, to access the the widget object use the "node" property of the passed parameter, like: dojo.event.topic.subscribe("treeSelected", function treeNodeSelected(node) { alert(node.node.widgetId); }); > Tree Tag's treeSelectedTopic attribute doesn't works > > > Key: WW-1813 > URL: https://issues.apache.org/struts/browse/WW-1813 > Project: Struts 2 > Issue Type: Bug > Components: Views >Affects Versions: 2.0.6 > Environment: > jdk1.5.0_08,apache-tomcat-5.5.20,struts2-showcase-2.0.6.war >Reporter: zhouyanming > Assigned To: Musachy Barroso > Fix For: 2.1.0 > > Attachments: struts2 suggested patch for tree tag.zip > > > in /tags/ui/treeExampleDynamic.jsp -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Resolved: (WW-1813) Tree Tag's treeSelectedTopic attribute doesn't works
[ https://issues.apache.org/struts/browse/WW-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Musachy Barroso resolved WW-1813. - Resolution: Fixed > Tree Tag's treeSelectedTopic attribute doesn't works > > > Key: WW-1813 > URL: https://issues.apache.org/struts/browse/WW-1813 > Project: Struts 2 > Issue Type: Bug > Components: Views >Affects Versions: 2.0.6 > Environment: > jdk1.5.0_08,apache-tomcat-5.5.20,struts2-showcase-2.0.6.war >Reporter: zhouyanming > Assigned To: Musachy Barroso > Fix For: 2.1.0 > > Attachments: struts2 suggested patch for tree tag.zip > > > in /tags/ui/treeExampleDynamic.jsp -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Created: (WW-1883) Deprecate topic attributes in Tree tag
Deprecate topic attributes in Tree tag -- Key: WW-1883 URL: https://issues.apache.org/struts/browse/WW-1883 Project: Struts 2 Issue Type: Improvement Reporter: Musachy Barroso Assigned To: Musachy Barroso Fix For: 2.1.0 The attributes: treeSelectedTopic treeExpandedTopic treeCollapsedTopic must be deprecated in favor of: selectedNotifyTopic expandedNotifyTopic collapsedNotifyTopic to match the naming on the other ajax tags -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Reopened: (WW-1813) Tree Tag's treeSelectedTopic attribute doesn't works
[ https://issues.apache.org/struts/browse/WW-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Musachy Barroso reopened WW-1813: - Reopening as "expanded" and "collapsed" topics are broken as well > Tree Tag's treeSelectedTopic attribute doesn't works > > > Key: WW-1813 > URL: https://issues.apache.org/struts/browse/WW-1813 > Project: Struts 2 > Issue Type: Bug > Components: Views >Affects Versions: 2.0.6 > Environment: > jdk1.5.0_08,apache-tomcat-5.5.20,struts2-showcase-2.0.6.war >Reporter: zhouyanming > Assigned To: Musachy Barroso > Fix For: 2.1.0 > > Attachments: struts2 suggested patch for tree tag.zip > > > in /tags/ui/treeExampleDynamic.jsp -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Commented: (WW-1813) Tree Tag's treeSelectedTopic attribute doesn't works
[ https://issues.apache.org/struts/browse/WW-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40797 ] Musachy Barroso commented on WW-1813: - As a matter of fact Dojo doesn't have "expanded" and "collapsed" topics any more, only a "treeClicked" topic, so "expanded" and "collapsed" will have to be dropped. > Tree Tag's treeSelectedTopic attribute doesn't works > > > Key: WW-1813 > URL: https://issues.apache.org/struts/browse/WW-1813 > Project: Struts 2 > Issue Type: Bug > Components: Views >Affects Versions: 2.0.6 > Environment: > jdk1.5.0_08,apache-tomcat-5.5.20,struts2-showcase-2.0.6.war >Reporter: zhouyanming > Assigned To: Musachy Barroso > Fix For: 2.1.0 > > Attachments: struts2 suggested patch for tree tag.zip > > > in /tags/ui/treeExampleDynamic.jsp -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Created: (STR-3032) Copy unaccessed messages/errors to session if redirecting
Copy unaccessed messages/errors to session if redirecting - Key: STR-3032 URL: https://issues.apache.org/struts/browse/STR-3032 Project: Struts 1 Issue Type: New Feature Reporter: Paul Benedict Fix For: 1.4.0 When messages/errors are put into the request and unaccessed, but a redirecting forward is selected, the Controller should automatically copy over the messages into the session. This will allow them to be retained across the redirect, and then removed by RemoveCachedMessages command. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Resolved: (STR-3032) Copy unaccessed messages/errors to session if redirecting
[ https://issues.apache.org/struts/browse/STR-3032?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Benedict resolved STR-3032. Resolution: Fixed Assignee: Paul Benedict > Copy unaccessed messages/errors to session if redirecting > - > > Key: STR-3032 > URL: https://issues.apache.org/struts/browse/STR-3032 > Project: Struts 1 > Issue Type: New Feature >Reporter: Paul Benedict > Assigned To: Paul Benedict > Fix For: 1.4.0 > > > When messages/errors are put into the request and unaccessed, but a > redirecting forward is selected, the Controller should automatically copy > over the messages into the session. This will allow them to be retained > across the redirect, and then removed by RemoveCachedMessages command. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Updated: (WW-1813) Tree Tag's treeSelectedTopic attribute doesn't works
[ https://issues.apache.org/struts/browse/WW-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Musachy Barroso updated WW-1813: Comment: was deleted > Tree Tag's treeSelectedTopic attribute doesn't works > > > Key: WW-1813 > URL: https://issues.apache.org/struts/browse/WW-1813 > Project: Struts 2 > Issue Type: Bug > Components: Views >Affects Versions: 2.0.6 > Environment: > jdk1.5.0_08,apache-tomcat-5.5.20,struts2-showcase-2.0.6.war >Reporter: zhouyanming > Assigned To: Musachy Barroso > Fix For: 2.1.0 > > Attachments: struts2 suggested patch for tree tag.zip > > > in /tags/ui/treeExampleDynamic.jsp -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Updated: (STR-3027) Allow optional name and default to "success"
[ https://issues.apache.org/struts/browse/STR-3027?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Benedict updated STR-3027: --- Summary: Allow optional name and default to "success" (was: Default forward name to success) > Allow optional name and default to "success" > -- > > Key: STR-3027 > URL: https://issues.apache.org/struts/browse/STR-3027 > Project: Struts 1 > Issue Type: Improvement > Components: Core >Reporter: Paul Benedict > Assigned To: Paul Benedict >Priority: Minor > Fix For: 1.4.0 > > > Good feature to cut down on the config: > http://www.opensymphony.com/webwork/wikidocs/Result%20Types.html -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Commented: (WW-1813) Tree Tag's treeSelectedTopic attribute doesn't works
[ https://issues.apache.org/struts/browse/WW-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_40798 ] Musachy Barroso commented on WW-1813: - treeExpandedTopic and treeCollapsedTopic are now published > Tree Tag's treeSelectedTopic attribute doesn't works > > > Key: WW-1813 > URL: https://issues.apache.org/struts/browse/WW-1813 > Project: Struts 2 > Issue Type: Bug > Components: Views >Affects Versions: 2.0.6 > Environment: > jdk1.5.0_08,apache-tomcat-5.5.20,struts2-showcase-2.0.6.war >Reporter: zhouyanming > Assigned To: Musachy Barroso > Fix For: 2.1.0 > > Attachments: struts2 suggested patch for tree tag.zip > > > in /tags/ui/treeExampleDynamic.jsp -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.
[jira] Resolved: (WW-1813) Tree Tag's treeSelectedTopic attribute doesn't works
[ https://issues.apache.org/struts/browse/WW-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Musachy Barroso resolved WW-1813. - Resolution: Fixed > Tree Tag's treeSelectedTopic attribute doesn't works > > > Key: WW-1813 > URL: https://issues.apache.org/struts/browse/WW-1813 > Project: Struts 2 > Issue Type: Bug > Components: Views >Affects Versions: 2.0.6 > Environment: > jdk1.5.0_08,apache-tomcat-5.5.20,struts2-showcase-2.0.6.war >Reporter: zhouyanming > Assigned To: Musachy Barroso > Fix For: 2.1.0 > > Attachments: struts2 suggested patch for tree tag.zip > > > in /tags/ui/treeExampleDynamic.jsp -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.