Hello,
I tried to reproduce your problem with X-Application 4.1.1 by adding a textarea into the hello.jsp page of our simple examples.
The code now is:
<xapp:module>
<xapp:form document="helloDocument" >
<xapp:directcommand type='read' collection="${xappCollection$}" document="helloDocument" arg='for $x in input()/Property where tf:getInoId($x)=1 return $x' />
Price (element) : <xapp:display select='/Property/Price' /><br />
Price in Textarea : <xapp:edit select='/Property/Price'><textarea rows='5' cols='6' /></xapp:edit>
</xapp:form>
</xapp:module>
</pre><BR><BR>The effect is the following textarea within the HTML page that is sent to the browser<BR><BR><pre class="ip-ubbcode-code-pre">
...
Price (element) : 130000<br />
Price in Textarea : <textarea rows="5" cols="6" name="#helloDocument#/Property/Price">130000</textarea>
...
</pre><BR><BR>Could you post your JSP?<BR><BR>Or, check if you wrote <pre class="ip-ubbcode-code-pre"><textarea ...></pre> and not <pre class="ip-ubbcode-code-pre"><TEXTAREA ...,
because X-Application requires xhtml.
Bye,
Christian.
[This message was edited by Admin on 20 Aug 2003 at 07:03.]
#Tamino#API-Management#webMethods