Hello !
I need to include a text into a textarea and I wrote this code (not working):

<h:panelGrid columns="1" align="center">
        <h:outputText styleClass="textTitle" value="my Title" />
        <h:inputTextarea styleClass="TextArea">
        <jsp:include page="/custom/myTexts/mytext.txt" />
        </h:inputTextarea>
</h:panelGrid>

But no text is included from the mytext.txt file. The path is correct.
Where do I get wrong, please ?

Thank you,
Nico

--------------------------------------------------------
This message was sent using www.myidra.it. Idra Spa 2004

Reply via email to