Hi,
I am having a simple jsp application that gets 3strings as inputs from a html file, passes it to a java file( basically sets and gets those strings) and then displays.
The follwing are the errors. I thought it is because of the .class file, so i set path where the .class file is located, but still the error pops up. Do i need to deploy after creating a .war file with the xml descriptor and all those stuff??. Let me know.
Thanks in advance
D:\bea\wlserver6.1\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_war_myserver_myserver_DefaultWebApp\jsp_servlet\__nextpage.java:87: cannot resolve symbol
symbol : variable user
location: class jsp_servlet.__nextpage
out.print(weblogic.utils.StringUtils.valueOf( user.getUsername() )); //[ /NextPage.jsp; Line: 5]
^
D:\bea\wlserver6.1\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_war_myserver_myserver_DefaultWebApp\jsp_servlet\__nextpage.java:89: cannot resolve symbol
symbol : variable user
location: class jsp_servlet.__nextpage
out.print(weblogic.utils.StringUtils.valueOf( user.getEmail() )); //[ /NextPage.jsp; Line: 6]
^
D:\bea\wlserver6.1\config\mydomain\applications\DefaultWebApp\WEB-INF\_tmp_war_myserver_myserver_DefaultWebApp\jsp_servlet\__nextpage.java:91: cannot resolve symbol
symbol : variable user
location: class jsp_servlet.__nextpage
out.print(weblogic.utils.StringUtils.valueOf( user.getAge() )); //[ /NextPage.jsp; Line: 7]
^
3 errors