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,
2181in 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.
2581hi 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 3500How session is achieved in JSP?(once user logs out,if he press back button of browser he should not be allowed to same page)
2490what is social transformation system? any site reference? How i get requirement gathering about for it? i wanna build website on this topic
2435
What are the different scopes an object can have in a jsp page?
How do you delete a cookie within a jsp?
How clear chache and buffer of opera browser.
How do I perform browser redirection from a jsp page?
How will you use jsp el in order to get the http method name?
in 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.
What are the types of jstl tags?
Why is _jspservice() method starting with an '_' while other life cycle methods do not?
Mention the advantages of jsp over pure servlets?
Which attribute specifies a jsp page that should process any exceptions thrown but not caught in the current page?
How can we forward the request from jsp page to the servlet?
How to access java variable in jsp?
What is jsp in javascript?
How can I maintain session in JSP Page in the bases of user name and password:
Can an interface be implemented in the jsp file?