[jira] [Commented] (WW-4510) Upgrade spring plugin dependencies to spring version 4.x

2015-06-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/WW-4510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14577501#comment-14577501
 ] 

ASF subversion and git services commented on WW-4510:
-

Commit 27bfb22df7321e6a31c0585c16c723e59a654980 in struts's branch 
refs/heads/master from [~jogep]
[ https://git-wip-us.apache.org/repos/asf?p=struts.git;h=27bfb22 ]

WW-4510 Upgrade spring plugin dependencies to spring version 4.x

- Struts Mocks in JSON and JFreechart plugin needs to be implement the new 
Spring4 mocks api


 Upgrade spring plugin dependencies to spring version 4.x 
 -

 Key: WW-4510
 URL: https://issues.apache.org/jira/browse/WW-4510
 Project: Struts 2
  Issue Type: Improvement
  Components: Plugin - Spring
Affects Versions: 2.5
Reporter: Johannes Geppert
Assignee: Johannes Geppert
Priority: Minor
 Fix For: 2.5






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WW-4510) Upgrade spring plugin dependencies to spring version 4.x

2015-06-08 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/WW-4510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14577536#comment-14577536
 ] 

Hudson commented on WW-4510:


SUCCESS: Integrated in Struts-JDK7-master #307 (See 
[https://builds.apache.org/job/Struts-JDK7-master/307/])
WW-4510 Upgrade spring plugin dependencies to spring version 4.x (johgep: rev 
27bfb22df7321e6a31c0585c16c723e59a654980)
* 
plugins/jfreechart/src/test/java/org/apache/struts2/dispatcher/ChartResultTest.java
* 
plugins/json/src/test/java/org/apache/struts2/json/StrutsMockServletContext.java


 Upgrade spring plugin dependencies to spring version 4.x 
 -

 Key: WW-4510
 URL: https://issues.apache.org/jira/browse/WW-4510
 Project: Struts 2
  Issue Type: Improvement
  Components: Plugin - Spring
Affects Versions: 2.5
Reporter: Johannes Geppert
Assignee: Johannes Geppert
Priority: Minor
 Fix For: 2.5






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (WW-4499) s:radio and s:checkbox tag doesn't accept readonly attribute

2015-06-08 Thread Lukasz Lenart (JIRA)

 [ 
https://issues.apache.org/jira/browse/WW-4499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lukasz Lenart resolved WW-4499.
---
Resolution: Fixed

PR merged, thanks!

 s:radio and s:checkbox tag doesn't accept readonly attribute
 --

 Key: WW-4499
 URL: https://issues.apache.org/jira/browse/WW-4499
 Project: Struts 2
  Issue Type: Bug
  Components: Plugin - Tags
Affects Versions: 2.3.20
 Environment: Struts-2.3.20
 Tomcat 7.0.47
 JDK 1.8.0 (Windows x64)
Reporter: Iwasa Kazmi
 Fix For: 2.5


 s:radio and s:checkbox tag in JSP doesn't accept readonly attribute.
 On Tomcat, org.apache.jasper.JasperException is thrown and it says unable to 
 find the setter method.
 In org.apache.struts2.components package, 5 classes have setReadonly() method.
   Checkbox
   CheckboxList
   Radio
   TextArea
   TextField
 In org.apache.struts2.views.jsp.ui package, only two classes have 
 setReadonly() method.
   TextareaTag
   TextFieldTag
 RadioTag class, CheckboxTag class, and CheckboxListTag class need 
 setReadonly() method ?
 According to the struts-tags.tld and tag reference on the web site, these 
 three tags should accept readonly attribute.
 If readonly attribute is not supported on these tags, struts-tags.tld and 
 reference pages should be corrected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (WW-4499) s:radio and s:checkbox tag doesn't accept readonly attribute

2015-06-08 Thread Lukasz Lenart (JIRA)

 [ 
https://issues.apache.org/jira/browse/WW-4499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lukasz Lenart updated WW-4499:
--
Fix Version/s: 2.5

 s:radio and s:checkbox tag doesn't accept readonly attribute
 --

 Key: WW-4499
 URL: https://issues.apache.org/jira/browse/WW-4499
 Project: Struts 2
  Issue Type: Bug
  Components: Plugin - Tags
Affects Versions: 2.3.20
 Environment: Struts-2.3.20
 Tomcat 7.0.47
 JDK 1.8.0 (Windows x64)
Reporter: Iwasa Kazmi
 Fix For: 2.5


 s:radio and s:checkbox tag in JSP doesn't accept readonly attribute.
 On Tomcat, org.apache.jasper.JasperException is thrown and it says unable to 
 find the setter method.
 In org.apache.struts2.components package, 5 classes have setReadonly() method.
   Checkbox
   CheckboxList
   Radio
   TextArea
   TextField
 In org.apache.struts2.views.jsp.ui package, only two classes have 
 setReadonly() method.
   TextareaTag
   TextFieldTag
 RadioTag class, CheckboxTag class, and CheckboxListTag class need 
 setReadonly() method ?
 According to the struts-tags.tld and tag reference on the web site, these 
 three tags should accept readonly attribute.
 If readonly attribute is not supported on these tags, struts-tags.tld and 
 reference pages should be corrected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WW-4499) s:radio and s:checkbox tag doesn't accept readonly attribute

2015-06-08 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/WW-4499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14576805#comment-14576805
 ] 

Hudson commented on WW-4499:


FAILURE: Integrated in Struts-JDK7-master #306 (See 
[https://builds.apache.org/job/Struts-JDK7-master/306/])
WW-4499 - Removed readonly attribute from radio, checkbox and checkboxlist 
tags. (aleksandr.7m: rev d587a687a85edb771d8d6421e45f7e699f116a94)
* core/src/main/resources/template/simple/checkbox.ftl
* core/src/main/java/org/apache/struts2/components/Checkbox.java
* core/src/site/resources/tags/checkbox.html
* core/src/site/resources/tags/checkboxlist.html
* core/src/site/resources/tags/radio.html
* core/src/main/java/org/apache/struts2/components/CheckboxList.java
* core/src/main/resources/template/simple/radiomap.ftl
* core/src/main/java/org/apache/struts2/components/Radio.java


 s:radio and s:checkbox tag doesn't accept readonly attribute
 --

 Key: WW-4499
 URL: https://issues.apache.org/jira/browse/WW-4499
 Project: Struts 2
  Issue Type: Bug
  Components: Plugin - Tags
Affects Versions: 2.3.20
 Environment: Struts-2.3.20
 Tomcat 7.0.47
 JDK 1.8.0 (Windows x64)
Reporter: Iwasa Kazmi
 Fix For: 2.5


 s:radio and s:checkbox tag in JSP doesn't accept readonly attribute.
 On Tomcat, org.apache.jasper.JasperException is thrown and it says unable to 
 find the setter method.
 In org.apache.struts2.components package, 5 classes have setReadonly() method.
   Checkbox
   CheckboxList
   Radio
   TextArea
   TextField
 In org.apache.struts2.views.jsp.ui package, only two classes have 
 setReadonly() method.
   TextareaTag
   TextFieldTag
 RadioTag class, CheckboxTag class, and CheckboxListTag class need 
 setReadonly() method ?
 According to the struts-tags.tld and tag reference on the web site, these 
 three tags should accept readonly attribute.
 If readonly attribute is not supported on these tags, struts-tags.tld and 
 reference pages should be corrected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WW-4499) s:radio and s:checkbox tag doesn't accept readonly attribute

2015-06-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/WW-4499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14576787#comment-14576787
 ] 

ASF subversion and git services commented on WW-4499:
-

Commit 7d2370e0177e0cb39dce6b0d2b5d241bea739dc2 in struts's branch 
refs/heads/master from [~lukaszlenart]
[ https://git-wip-us.apache.org/repos/asf?p=struts.git;h=7d2370e ]

WW-4499 Drops misleading readonly attribute
Closes #41


 s:radio and s:checkbox tag doesn't accept readonly attribute
 --

 Key: WW-4499
 URL: https://issues.apache.org/jira/browse/WW-4499
 Project: Struts 2
  Issue Type: Bug
  Components: Plugin - Tags
Affects Versions: 2.3.20
 Environment: Struts-2.3.20
 Tomcat 7.0.47
 JDK 1.8.0 (Windows x64)
Reporter: Iwasa Kazmi

 s:radio and s:checkbox tag in JSP doesn't accept readonly attribute.
 On Tomcat, org.apache.jasper.JasperException is thrown and it says unable to 
 find the setter method.
 In org.apache.struts2.components package, 5 classes have setReadonly() method.
   Checkbox
   CheckboxList
   Radio
   TextArea
   TextField
 In org.apache.struts2.views.jsp.ui package, only two classes have 
 setReadonly() method.
   TextareaTag
   TextFieldTag
 RadioTag class, CheckboxTag class, and CheckboxListTag class need 
 setReadonly() method ?
 According to the struts-tags.tld and tag reference on the web site, these 
 three tags should accept readonly attribute.
 If readonly attribute is not supported on these tags, struts-tags.tld and 
 reference pages should be corrected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WW-4499) s:radio and s:checkbox tag doesn't accept readonly attribute

2015-06-08 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/WW-4499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14576786#comment-14576786
 ] 

ASF subversion and git services commented on WW-4499:
-

Commit d587a687a85edb771d8d6421e45f7e699f116a94 in struts's branch 
refs/heads/master from [~aleksandr-m]
[ https://git-wip-us.apache.org/repos/asf?p=struts.git;h=d587a68 ]

WW-4499 - Removed readonly attribute from radio, checkbox and checkboxlist tags.


 s:radio and s:checkbox tag doesn't accept readonly attribute
 --

 Key: WW-4499
 URL: https://issues.apache.org/jira/browse/WW-4499
 Project: Struts 2
  Issue Type: Bug
  Components: Plugin - Tags
Affects Versions: 2.3.20
 Environment: Struts-2.3.20
 Tomcat 7.0.47
 JDK 1.8.0 (Windows x64)
Reporter: Iwasa Kazmi

 s:radio and s:checkbox tag in JSP doesn't accept readonly attribute.
 On Tomcat, org.apache.jasper.JasperException is thrown and it says unable to 
 find the setter method.
 In org.apache.struts2.components package, 5 classes have setReadonly() method.
   Checkbox
   CheckboxList
   Radio
   TextArea
   TextField
 In org.apache.struts2.views.jsp.ui package, only two classes have 
 setReadonly() method.
   TextareaTag
   TextFieldTag
 RadioTag class, CheckboxTag class, and CheckboxListTag class need 
 setReadonly() method ?
 According to the struts-tags.tld and tag reference on the web site, these 
 three tags should accept readonly attribute.
 If readonly attribute is not supported on these tags, struts-tags.tld and 
 reference pages should be corrected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (WW-4499) s:radio and s:checkbox tag doesn't accept readonly attribute

2015-06-08 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/WW-4499?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14576788#comment-14576788
 ] 

ASF GitHub Bot commented on WW-4499:


Github user asfgit closed the pull request at:

https://github.com/apache/struts/pull/41


 s:radio and s:checkbox tag doesn't accept readonly attribute
 --

 Key: WW-4499
 URL: https://issues.apache.org/jira/browse/WW-4499
 Project: Struts 2
  Issue Type: Bug
  Components: Plugin - Tags
Affects Versions: 2.3.20
 Environment: Struts-2.3.20
 Tomcat 7.0.47
 JDK 1.8.0 (Windows x64)
Reporter: Iwasa Kazmi

 s:radio and s:checkbox tag in JSP doesn't accept readonly attribute.
 On Tomcat, org.apache.jasper.JasperException is thrown and it says unable to 
 find the setter method.
 In org.apache.struts2.components package, 5 classes have setReadonly() method.
   Checkbox
   CheckboxList
   Radio
   TextArea
   TextField
 In org.apache.struts2.views.jsp.ui package, only two classes have 
 setReadonly() method.
   TextareaTag
   TextFieldTag
 RadioTag class, CheckboxTag class, and CheckboxListTag class need 
 setReadonly() method ?
 According to the struts-tags.tld and tag reference on the web site, these 
 three tags should accept readonly attribute.
 If readonly attribute is not supported on these tags, struts-tags.tld and 
 reference pages should be corrected.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)