For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 4 replies, 3 voices, and was last updated 22 years, 3 months ago by
support-michael.
-
AuthorPosts
-
lukmanphMemberhi all
I recently installed version 2.6.4 and rebuild my project, including jsp pages.
The result is a set of errors that did not happen in previous versions.
I am attaching an extract of my jsp page and the error. Most of them are of this type.<%@ taglib uri=”/WEB-INF/struts-html.tld” prefix=”html” %>
<%@ taglib uri=”/WEB-INF/struts-bean.tld” prefix=”bean” %>
<%@ taglib uri=”/WEB-INF/struts-logic.tld” prefix=”logic” %>
<%@ taglib uri=”/WEB-INF/struts-tiles.tld” prefix=”tiles” %>
<?xml version=”1.0″?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.1//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<%– include head –%>
<tiles:insert page=”/secure/inc/head.jsp” flush=”true” />and this is the error
_jsp_tag_org_apache_struts_taglib_nested_NestedPropertyTag$38 cannot be resolved addSecurities.jsp FBB/webroot/secure/account line 21the line 21 is where the tiles tag is. It seems when it tries to parse the tld files for this sort of tags ( Struts tags ) it fails…
any ideas
thanks
PNovember 7, 2003 at 9:55 am #199855
Scott AndersonParticipantP,
Can you open the problem file, make an insignificant change, and save it again. Does it recompile and is the error still there?
Also, can you please post all the information we request in the Posting Guidelines announcement in this forum?
–Scott
MyEclipse SupportNovember 7, 2003 at 10:37 am #199858
lukmanphMemberHi Scott
This is the procedure I followed:
Using Update manager, I downloaded
a)the update for Eclipse 2.1.2
b)the update for MyEclipse 2.6.4So, i did not install a fresh copy of Eclipse nor MyEclipse.
Windows 2000
Tomcat 5.1.2
JDK 1.4.2 for both Eclipse and TomcatI still have the previous error, plus when I select and deselect jsp Compilation does not work. i.e it never recompiles the jsp pages no matter what I chose.
Do I have to install a new /fresh copy of both Eclipse and MyEclipse?
thanks for your assistance Scott
cheers
PatriaNovember 7, 2003 at 12:16 pm #199866
Scott AndersonParticipantPatria,
I still have the previous error, plus when I select and deselect jsp Compilation does not work. i.e it never recompiles the jsp pages no matter what I chose.
The editor will only compile JSP pages when they’re saved if the workbench preference ‘Perform build automatically on resource modification’ is checked on the Workbench preference page. If it’s not, JSP compilation will only occur when ‘Rebuild Project’ is selected, provided the ‘Compile JSPs’ option is selected.
Do I have to install a new /fresh copy of both Eclipse and MyEclipse?
We’re still working to reproduce the problem to determine if it is environmental or not. Give us a bit more time and Michael will post his findings.
–Scott
MyEclipse SupportNovember 7, 2003 at 1:03 pm #199867
support-michaelKeymasterI have been trying to replicate the problem you report. Our test cases include several tiles exampls include the tiles Channel example which compiles without error (other than a missing taglib in the disto). Code completion is avaliable for all tiles tags in these examples. I also created a page similar to that snibbit you provided an did not hit any problems. Can you send me a copy of your project to research further? Send to support@genuitec.com and address to my attention if you can.
Michael
MyEclipse Support -
AuthorPosts
