Have fixedHidden take an Object rather than a String.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@1738 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -238,7 +238,7 @@ public class FormTool
|
|||||||
* and value. The contents of the parameter of the same name are
|
* and value. The contents of the parameter of the same name are
|
||||||
* ignored when creating this element.
|
* ignored when creating this element.
|
||||||
*/
|
*/
|
||||||
public String fixedHidden (String name, String value)
|
public String fixedHidden (String name, Object value)
|
||||||
{
|
{
|
||||||
return fixedInput("hidden", name, value, "");
|
return fixedInput("hidden", name, value, "");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user