Hi Daron,
I can't understend how to extract the file name from fileUpload. The JSP is:
<hx:fileupload styleClass="fileupload" id="fileupload1" value="#{richText.fromLocal}" binding="#{richText.fromLocal_Ref}">
<hx:fileProp name="fileName" value="#{richText.nameFile}" binding="#{richText.nameFile_Ref}"/> <-------------------------------------------- Error<br />
<hx:fileProp name="contentType" />
</hx:fileupload>
The jsp source signals the error: multiple annotations found at this line;
-Udenfined attribute name bindning
-nameFile_ref cannot be resolved as a member of richText
- nameFile cannot be resolved as a member of richText
Where fromLocal is defined as lob and nameFile as string (see attached) and when running I continue to recive the error:
23/10/09 17.37.13:188 CEST 00000032 WebApp E SRVE0026E:
Errore servlet-[JSPG0227E: Exception found during translation /richText.jsp:
/richText.jsp(24,8) --> JSPG0123E: Impossibile individuare le informazioni sull'attributo tag per l'attributo tag binding.
]: com.ibm.ws.jsp.translator.JspTranslationException: JSPG0227E: Rilevata eccezione durante la traduzione /richText.jsp:
/richText.jsp(24,8) --> JSPG0123E: Impossibile individuare le informazioni sull'attributo tag per l'attributo tag binding.
at com.ibm.ws.jsp.translator.visitor.validator.ValidateVisitor.validateCustomTagAttributeValues(ValidateVisitor.java:1945)
............................................................
............................................................
Attachments:
richText.egl richText.jsp Immage.bmp paoloc