• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How create a virtual keyboard inside a jsp that uses struts layout

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi , i am trying to create a password field within a jsp which uses struts layout tags. This password field is associated to a virtual keyboard control created in javascript. what i want to do is replace the old <layout:password> control with the new password input field with the virtual keyboard.

My jsp looks like this:



This is the javascript where the virtual keyboard is assembled



What i am basically doing is replacing the following simple password field




with the password field and the keypad by trying to create an html control as follows:




but all i can see is the password field but no keypad. How can I create this control ? Can you guys point me in the right direction ?

Thanks in advance.


 
Sheriff
Posts: 67747
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please be sure to ask Struts questions in the Struts forum. I have moved this post there for you.
reply
    Bookmark Topic Watch Topic
  • New Topic