Try this (untested):

        <a t:type="any" href="tel:${phoneNumber}">${phoneNumber}</a>

The Any components is documented on this page:

        http://tapestry.apache.org/component-reference.html

Geoff

On 07/01/2013, at 5:38 PM, karthi wrote:

> Hi,
> 
> What is the way to display numeric pad in smartphones for phone number
> field.
> 
> Here I searched & found that 
> 
> type="tel" & type="number" will work out 
> 
> but in tapestry it shows error : 
> 
> Unable to resolve 'tel' to a component class name
> Unable to resolve 'number' to a component class name
> 
> Can anyone please tell me when user comes to & clicks phone number field,
> number pad needs to display?
> 
> Regards,
> Karthi.
> 
> 
> 
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Way-to-display-numeric-pad-for-phone-number-field-in-tapestry-tp5719166.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to