• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
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 ]
 
A feeble attempt to tell you about our stuff that makes us money
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic