<%@page contentType="text/html"%> <%@taglib prefix="c" uri="http://www.mathdox.org/MathBook/Core"%> <%@taglib prefix="x" uri="http://www.mathdox.org/MathBook/XML"%> <%@taglib prefix="omcore" uri="http://riaca.win.tue.nl/taglib/omcore"%> <%@taglib prefix="userinput" uri="http://riaca.win.tue.nl/taglib/userinput"%> <%@taglib prefix="util" uri="http://riaca.win.tue.nl/taglib/util"%> JSP Page

Back to Home.

Checking User Input

Back to Home.




Type an integer between 1 and 20.

The number you typed is between 1 and 20. It's OpenMath representation is:

                    
                
                    ${userinput:convertToString('int','range=1,20', param.uinput)}
                
                
The number you typed is NOT between 1 and 20. It's OpenMath representation is:
                    
                
                    ${userinput:convertToString('int','', param.uinput)}
                
                




(Back to Home)

Copyright (c) 1999-2003, RIACA, Eindhoven University of Technology (TU/e).

All Rights Reserved.