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.
ABB,
2115in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.
2522hi friends...i created sessions in my login page i can able to create a session but after loging out again i can able access the pages by its addresses. i think u may got problem if possible post me small example for login with sessions including database
1 3444How session is achieved in JSP?(once user logs out,if he press back button of browser he should not be allowed to same page)
2441what is social transformation system? any site reference? How i get requirement gathering about for it? i wanna build website on this topic
2385
What is a translation unit?
What are custom tags?
Mention the scope values for
Why does _jspService() start with an ‘_’ but other lifecycle methods do not?
What is cookie with example?
What is session management in jsp?
What are the literals used in jsp?
List all tags that are provided in jstl?
What is the need for jsp?
Can we use jstl in html?
What is jsp and servlets?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page? : Citibank
What are the attributes of page directive?
What is a jsp expression?
Can a constructor be used in place of init() method to initialize a servlet?