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 |
Why is jstl used?
Which jsp lifecycle methods can be overridden?
Explain jsp action elements or action tags?
i have one jsp page. inside this, String s=req.getParameter("raja");...... now we want to remove duplicate characters and o/p will be like "rj".... what is the logic?
Which two interfaces does the javax servlet jsp package have?
why JSP is bigger choice for software development as compare to ASP.
What is request scope in jsp?
How to use jsp el to get http method name?
Why do we use expression language in jsp?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
What is the difference between Java Servlet & JSP?
How to works asjx in jsp?