Hi!

I have deployed a web application developed with JDeveloper_902  on Tomcat
4.1.12  and in many JSP i use an oracle tag library (uix).

For this tag

<uix:tableLayout cellPadding="1" hAlign="start"  width="200">

I got the following error:

Unable to find setter method for attribute: hAlign

I've noticed that whenever there is an attribute in lower case letters like
"width" or with a letter in upper case like in "cellPadding" no error
occurs.

I've also seen that the class beyond tableLayout tag uses a setter method
named setHAlign, which may not match the name generated from the Jasper
class Generator$GenerateVisitor.generateSetters.

I'm sure the problem is in the way the attribute is written, but
unfortunately i can't modify netiher the attribute or the class because
they reside in a Jar file and i don't have the oracle source code.

What kind of solution can i try?

Thank you all very much!

Fabrizio




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to