What are and used for?

required quite simply implies what it says. The attribute is required or mandatory. rtexprvalue means Runtime Expression Value. It means the attribute can support scriptlet values. elexprvalue means it can support EL (expression language) values. So, if you have requiredattr defined as both required=true and rtexprvalue=true and elattribute is defined as elexprvalue=true, you can write … Read more

Eclipse “cannot find the tag library descriptor” for custom tags (not JSTL!)

In Eclipse Helios “Java EE Module Dependencies” in the project properties has been replaced with “Deployment Assembly”. So for solving this problem with Eclipse Helios, the way I did it is the following: Right click on the project in package explorer and choose “Import…” Accept the default selection “File System” and press “Next” Press “Browse” … Read more