getting error with Jaxp1.1 .

i already check the classpath , but still get the following error :

org.apache.jasper.JasperException: Unable to compile class for JSPC:\jsp\tomcat\work\localhost_8080%2Fexamples\_0002fjsp_0002fxml_0002fmessage_0002ejspmessage_jsp_0.java:81: Attempt to reference method getFirstChild in interface org.w3c.dom.Node as an instance variable.

String message = my_node.getFirstChild.getNodeValue() ;

Pls help.

[436 byte] By [ccyaa] at [2007-9-26 2:19:03]
# 1
I think you just need parens after getFirstChild:String message = my_node.getFirstChild().getNodeValue() ;
zaneparks at 2007-6-29 9:20:53 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...