• 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

Web Page calling JSP

 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I'm currently trying to develop a web site using front page.
I use front-page themes on my pages.
How do I call a jsp 'automatically' from one of my pages,
without using the href statement as shown below:-
<body>
<p align="center"><a href="http://127.0.0.1:8080/examples/jsp/Test/name.jsp">Click me to activate JSP</a></p>
</body>
Thanks for any help.
 
Ranch Hand
Posts: 5040
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Depends on what you want to do. Couple of examples
can be found on the jGurus' tutorial. The link to
which is posted in the other discussion abt (please
search). You could also try the kick-start JSP with
example posting I did a few days back.

or check out these examples:
Use of beans
Form processing
Regds.
- satya

 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic