• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Jsp--Applet

 
Ranch Hand
Posts: 65
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, I am working with an Applet/Jsp.
The applet only has two Texfield and a Boton.
First, i am calling the applet from a .jsp with this tag:

so, when i call the .jsp from the browser, it displays the applet with no problem.
As you can see i am calling another jsp(result.jsp), so that when i enter two numbers or letters,etc.. in the Texfields in the applet, this .jsp will receive those parameters and print them in screen.

The problem is that right now is like: there is no comunication, because when I press the button nothing happens.

is this the right way to do it?
what can i do?

the jsps:






[ May 06, 2007: Message edited by: Jack Bolton ]
[ May 06, 2007: Message edited by: Jack Bolton ]
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic