Hi everyone,
I'm developing a customer taglib within the EP 6.0 SP02. After deploying the sources and the corresponding JSPs I get a lot of strange and inscrutable errors from the JSP compiler:
1.) unresolved symbol in jspxth_ftl_textEdit_0 jspxth_ftl_label_53.setParent(_jspx_th_ftl_textEdit_0); The error is as far as correct as I've taken a look into the sources generated by the PRT. <b>_BUT_</b> the label tag is an empty tag and the approriate call of setParent should be setParent(null). I cannot see why the generated code contains this instruction! So much worse as the behaviour still exists even when I have deleted the textEdit tag from the corresponding JSP and using just the label tag!
2.) Another tag contains the attribute 'enable' but if I use this attribute I'm getting the error 'Unable to Find Method : enable.' Without this attribute the tag works fine! But the attribute is definitely available (in Tag-Class and TLD).
I've tested the taglib with Tomcat and it works as expected. But within the portal it comes to the errors described above. Does anyone share this experiences and/ or has maybe a solution or at least an explanation on what's going on?
Regards Lars
Hi Lars,
Tag-support in the portal JSP implementation is known as strange 😉 see (which I haven't checked). In general, my experience is that the JSP implementation has a many "issues" which I would call bug but each OSS message I have opened about these have been rejected with the "reason" that the portal's JSP implementation is the portal's one and known as not being 100% within the standard and specification.
Anyhow, I would like to encourage you to open an OSS message and to insist on implementing the specification.
Hope it helps
Detlev
Add a comment