evergrean100
Technical User
The asterick in xml stands for all characters wildcard I assume?
What is the character for Integers only.
I have this setup in my xml for a Web page and was hoping to find out what to use for Integer only.
<servlet-mapping>
<servlet-name>Pager</servlet-name>
<url-pattern>/beans/page/*</url-pattern>
</servlet-mapping>
What is the character for Integers only.
I have this setup in my xml for a Web page and was hoping to find out what to use for Integer only.
<servlet-mapping>
<servlet-name>Pager</servlet-name>
<url-pattern>/beans/page/*</url-pattern>
</servlet-mapping>