aspose file tools
The moose likes JSP and the fly likes How do i call my  function in JSP Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "How do i call my  function in JSP" Watch "How do i call my  function in JSP" New topic
Author

How do i call my function in JSP

dinesh kumar
Greenhorn

Joined: Sep 19, 2005
Posts: 7
hi all,
1)How do i call my(user defined) function in JSP.
&
2)from where can i get the list of all Functions avaliable in JSP,to make
a better page.

Pls help me...........

Thank you.
Jesus Angeles
Ranch Hand

Joined: Feb 26, 2005
Posts: 2036
do you mean javascript functions? or java functions?
dinesh kumar
Greenhorn

Joined: Sep 19, 2005
Posts: 7
...java Function not scripting function
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56176
    
  13

1)How do i call my(user defined) function in JSP.


This is the type of question best answered by a JSP tutorial. There are loads of them on the net. Google around and find one that suits your needs.


2)from where can i get the list of all Functions avaliable in JSP


See answer to (1) and look at the API documentation for the javax.servlet packages.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How do i call my function in JSP
 
Similar Threads
How can I see how many instances of variable I have in page in eclipse
Calling functions in JSp
How to call javascript functions from JSP
Need help on calling javascript without any handler from JSP..
calling method from jsp