Phone taglib ver. 1.2

    Custom JSP tag. Yet another tool for WAP/WML development in JSP. Lets you create a hyperlink in your WML code for activating phone call (so called wtai interface). Tag continues our line of custom JSP tags that are similar to WEB controls in .NET framework (Mobile Controls SDK in this case).

For example:
 


<%@ taglib uri="taglib.tld" prefix="call" %>

<call:phone number="1234567">Call me!</call:phone>

or you may use phone number itself as a link
 


<call:phone number="1234567"/>

Tags are:

phone

Body tag, creates callable link for WML. Parameters are:

1) number phone number

for downloading:

Library: phonetag.jar    Description: taglib.tld

© Coldbeans      Comments?

See also Coldtags suite - the largest collection of custom JSP tags.