Can I have an action without a form?
Answer / Vibhav Vikram Singh Chauhan
Yes, in Java web development, you can associate an action with a button or another HTML element instead of a form. However, the request data must be provided in some other way, such as through hidden fields or query parameters.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is codebase in applet?
what is JTS?
whats is mean by filter?
Write a java program to find out the sum of harmonic series : 1 + ½ + 1/3 + ……… up to nth term , for any value of n.
Different between Struts and Spring? or Why use Spring, if you are already using Struts?
What is the name of the state, when a thread is executing?
What is the purpose of the notifyall() method?
Is it possible to stop the execution of a method before completion in a sessionbean?
i want documentation of text file splitter & merger of advanced java
JMS based on what technology?
Connection Pooling with different type of databases?
What are the difference between RMI and CORBA?