| Author |
eclipse doesn't understand bean:write?
|
Ryan G Johnson
Ranch Hand
Joined: Nov 11, 2004
Posts: 33
|
|
|
I am getting an error when i use bean:write with eclipse. I am assuming i need add an external jar. which one do i add?
|
 |
Timothy Sam
Ranch Hand
Joined: Sep 18, 2005
Posts: 746
|
|
Have you tried adding at the very first line of your JSP?
|
SCJP 1.5
http://devpinoy.org/blogs/lamia/ - http://everypesocounts.com/
|
 |
Ryan G Johnson
Ranch Hand
Joined: Nov 11, 2004
Posts: 33
|
|
this is what i have at the top. I added the tag you requested. <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" pefix="bean" %>
|
 |
Pavan Tummala
Ranch Hand
Joined: Dec 25, 2004
Posts: 74
|
|
|
Have u added the tld file itself? the struts-bean.tld, struts-logic.tld etc..
|
If Java had true garbage collection, most programs would delete themselves upon execution -- Robert Sewell
|
 |
Ryan G Johnson
Ranch Hand
Joined: Nov 11, 2004
Posts: 33
|
|
|
what do i add the .tld file to? how do i add it in eclipse?
|
 |
Timothy Sam
Ranch Hand
Joined: Sep 18, 2005
Posts: 746
|
|
Hi, if you're tomcat is integrated with your eclipse then perhaps you could try taking a look in your web.xml and compare it to mine. and in your workspace ECLIPSE_HOME\WEB-INF\lib you should have the struts.jar file there which I assume you already have in your TOMCAT_HOME\common\lib (if you've used struts without eclipse before). If not, try looking for it on the internet. ~Cheers  [ January 24, 2006: Message edited by: Timothy Sam ]
|
 |
Pavan Tummala
Ranch Hand
Joined: Dec 25, 2004
Posts: 74
|
|
|
Place the tld files in web-inf and specify it in the web.xml as shown above
|
 |
 |
|
|
subject: eclipse doesn't understand bean:write?
|
|
|