Hi Guys,
I have a servlet which captures the login id and shows a page with several links. One of the links is to a swing based applet app, which when starts shows a form where we have to type the login id.
Since we are capturing the login id already I wanted to stuff the login id and then enter key programatically so that it simulates an action similar to what user would have had to do.
How can we do that in java,please help
Servlet->calls applet->shows a form->auto type in login id and hit enter key. This is the sequence.
Thanks in advance.
Manoj
I have a servlet which captures the login id and shows a page with several links. One of the links is to a swing based applet app, which when starts shows a form where we have to type the login id.
Since we are capturing the login id already I wanted to stuff the login id and then enter key programatically so that it simulates an action similar to what user would have had to do.
How can we do that in java,please help
Servlet->calls applet->shows a form->auto type in login id and hit enter key. This is the sequence.
Thanks in advance.
Manoj