Revision: 1405
http://stripes.svn.sourceforge.net/stripes/?rev=1405&view=rev
Author: bengunter
Date: 2011-03-03 19:00:35 +0000 (Thu, 03 Mar 2011)
Log Message:
-----------
Applied fix for STS-800 from 1.5.x branch.
Modified Paths:
--------------
trunk/stripes/src/net/sourceforge/stripes/tag/InputSelectTag.java
Modified: trunk/stripes/src/net/sourceforge/stripes/tag/InputSelectTag.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/tag/InputSelectTag.java
2011-03-03 18:59:23 UTC (rev 1404)
+++ trunk/stripes/src/net/sourceforge/stripes/tag/InputSelectTag.java
2011-03-03 19:00:35 UTC (rev 1405)
@@ -14,7 +14,6 @@
*/
package net.sourceforge.stripes.tag;
-import net.sourceforge.stripes.exception.StripesJspException;
import net.sourceforge.stripes.validation.BooleanTypeConverter;
import javax.servlet.jsp.JspException;
@@ -101,8 +100,7 @@
* @param optionValue the value of the option under consideration
* @param selectedOnPage true if the page contains selected=... and false
otherwise
*/
- public boolean isOptionSelected(Object optionValue, boolean selectedOnPage)
- throws StripesJspException {
+ public boolean isOptionSelected(Object optionValue, boolean
selectedOnPage) {
if (this.selectedValueOrValues != null) {
return isItemSelected(optionValue, this.selectedValueOrValues);
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in
Real-Time with Splunk. Collect, index and harness all the fast moving IT data
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business
insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development