Method: DatatypeMappingIMG#getJSP
- Defined in:
- lib/ontomde-java/struts/mappingForJsp.rb
#getJSP(datatype, field, owner) ⇒ Object
203 204 205 206 207 208 209 210 211 |
# File 'lib/ontomde-java/struts/mappingForJsp.rb', line 203 def getJSP(datatype,field,owner) n=datatype.java_Name.downcase #TODO return %{ #{super} <br/> <html:img action="#{owner.context[:strutsActionName]}?#{Muml_Classifier::STRUTS_DISPATCH_FIELD_NAME}=#{actionMethName(field)}" /> } end |