Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » JSP Tag code complete
JSP Tag code complete [message #1067247] Mon, 08 July 2013 03:49
Alireza Fattahi is currently offline Alireza FattahiFriend
Messages: 7
Registered: July 2013
Junior Member
Hi,

I am using:

Eclipse Java EE IDE for Web Developers.
Version: Kepler Release
Build id: 20130614-0229


It seems that the jsp tag code complete does not show the properties of parent class.
For example, I am using struts tags:

<%@ taglib prefix="s" uri="/struts-tags" %>
<s:textfield id="echo" name="echo" label="echo" required="true" />


The textfield , required andlabel are not shown by auto complete. I think it is because the textfield class org.apache.struts2.views.jsp.ui.TextFieldTag does not have required and label it inherit these properties from its parent.



Previous Topic:Eclipse hanging Ubuntu desktop - process ID?
Next Topic:refresh/update java editor programmatically before jumping to java element
Goto Forum:
  


Current Time: Thu Mar 28 09:28:10 GMT 2024

Powered by FUDForum. Page generated in 0.03388 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top