what is the enitre process of using smart forms to create
forms?
Answer / jlf
As per me smart form means reproduce the same form by
clicking '+' sign button etc.
It can be possibe with jquery.
| Is This Answer Correct ? | 2 Yes | 0 No |
What are the directives in jsp?
What is meant by jsp?
Explain client and server side validation?
Is there a way to reference the "this" variable within a jsp page?
Why use of scripting elements in jsp is discouraged?
What is the difference between include and jsp directive: include action?
How are Servlets and JSP Pages related?
What is called jsp directive?
How can I handle jsp page errors?
What is a scriptlet in jsp and what is its syntax?
Explain scriptlet, expression and declaration in jsp.
Java Server Page I can use a function in two ways: Either I declare <jsp:useBean id="myBean" scope="session" class="mypack.mysubpack.MyClass" /> or I declare <%@ page import = "mypack.mysubpack.MyClass" %> In each case I can call a function later by coding MyClass.myFunction(); So what is the difference between the two variantes? Why are Beans invented if we don't need them because we have the import statement ? please guide me its an humble request to you reader if u know n i'll be thankful to you...........