arpan prasad

Greenhorn
+ Follow
since Jul 17, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by arpan prasad

I also put struts.tld files inside the WEB-INF. I can not figure out where is the actual problem. Because the same application run properly in Iplanet.
18 years ago
Yes i have struts.jar file inside the application lib folder.And made a .war file of that application. and deployed it inside weblogic8.1
18 years ago
Hi,

I deployed a struts application by creating a war file. But i am getting the following error message due to struts regular tag.

Detail Error:-

Compilation of 'C:\bea\user_projects\domains\mydomain\.\myserver\.wlnotdelete\extract\myserver_webappdti_webappdti\jsp_servlet\_app\__login.java' failed:
--------------------------------------------------------------------------------
C:\bea\user_projects\domains\mydomain\.\myserver\.wlnotdelete\extract\myserver_webappdti_webappdti\jsp_servlet\_app\__login.java:180: cannot resolve symbol
probably occurred due to an error in /app/login.jsp line 56:
<html:form action="/app/authenticate" onSubmit="setLoginCookie(this.username.value, this.password.value)">

C:\bea\user_projects\domains\mydomain\.\myserver\.wlnotdelete\extract\myserver_webappdti_webappdti\jsp_servlet\_app\__login.java:252: cannot resolve symbol
probably occurred due to an error in /app/login.jsp line 118:
</html:form>


--------------------------------------------------------------------------------
Full compiler error(s):
C:\bea\user_projects\domains\mydomain\.\myserver\.wlnotdelete\extract\myserver_webappdti_webappdti\jsp_servlet\_app\__login.java:180: cannot resolve symbol
symbol : variable EVAL_BODY_BUFFERED
location: interface javax.servlet.jsp.tagext.BodyTag
if (_int0 == BodyTag.EVAL_BODY_BUFFERED) { //[ /app/login.jsp; Line: 56]
^
C:\bea\user_projects\domains\mydomain\.\myserver\.wlnotdelete\extract\myserver_webappdti_webappdti\jsp_servlet\_app\__login.java:252: cannot resolve symbol
symbol : method doAfterBody ()
location: class org.apache.struts.taglib.html.FormTag
} while (_html_form0.doAfterBody() == IterationTag.EVAL_BODY_AGAIN); //[ /app/login.jsp; Line: 118]
^
2 errors

Please tell me solution of this.
18 years ago