aspose file tools
The moose likes Struts and the fly likes want to call a java class and its method in struts jsp? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "want to call a java class and its method in struts jsp?" Watch "want to call a java class and its method in struts jsp?" New topic
Author

want to call a java class and its method in struts jsp?

rajeshkannan sella
Greenhorn

Joined: Apr 23, 2009
Posts: 25
Hi Friends,
I want to call a java method in my jsp, without using scriptlet.
its a normal java class(with normal methods) without having getters and setters.
i want to call that java class method on jsp how to do that?
jp:useBean is for class haivng getters and setters.for a normal java class is there any option?
 
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: want to call a java class and its method in struts jsp?
 
Similar Threads
Calling .js file from Java
why bean class called as BEAN
access file ?
JButton and JSP
Calling methods from Constructors