Hi I have the below action method where if the input parameter value is <=10 i am setting an attribute value
I want to display success.jsp basing on the actionStatus attribute value. but when i refer this attribute value in my doView method it is always returning null.
I could not figure out why.. could any one help please.
Hi
I have a jsp which is displaying a bean property called name and the bean is PersonVO
=========
PersonVO
=========
I am displaying this with the following code
by hitting the servlet PersonServlet
but what i dont understand is i set the personvo object in request scope in servlet and iam trying to find the personvo object in session scope using jsp standard action but it was able to find it
the code in person_jsp.java is
Even in above code it is trying to get the attribute personvo from session scope but i set the personvo object in request scope in my servlet
Tej Ernesto wrote:Hi I am preparing for OCPJWCD JEE6 1z0 899 Can anyone suggest me a book for Servlets 3.0 and JSP 2.2 currently i am studying HFSJ it is targeted for JEE5 servlets 2.4 and JSP 2.0
Hi I am preparing for OCPJWCD JEE6 1z0 899 Can anyone suggest me a book for Servlets 3.0 and JSP 2.2 currently i am studying HFSJ it is targeted for JEE5 servlets 2.4 and JSP 2.0
Thank you very much Darryl Burke that was really helpful..
I can use this command to run it from the command prompt. What if i want to use it in my web application where i will scan all the java files in a directory and compile them and capture all warnings to a file.
Hi i need to identify deprecated api in java files in a given directory which are belong to java1.3 or 1.4 apis and my target jdk version 1.7 and need to write the message printed on the console to a file.
i know i can use -Xlint option but it will print on the console. How to get the message from console to a string so that i can write it to a file
Could anyone please help me to get the work started.