| Author |
Struts 1.0.1 using Wsad
|
Arjun Reddy
Ranch Hand
Joined: Nov 10, 2007
Posts: 622
|
|
Hi, Is there any way I can call a POJO class or an Action class or an Action Form class from a JSP file? If so, can someone tell me how to do it? Thanks.
|
Be Humble... Be Nice.
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
|
You "call" an action class by specifying action="/myAction" in an html:form tag. This causes the Struts ActionServlet to call the action class when the form is submitted. If you're trying to call a class from the browser without submitting a form, that's called AJAX, and is something you'll have to spend some time learning about if you want to do it.
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: Struts 1.0.1 using Wsad
|
|
|