Hi Sam,

You can find the info at
http://jakarta.apache.org/struts/userGuide/struts-html.html#form.
<snip>
"method The HTTP method that will be used to submit this request (GET,
POST). [POST] [RT Expr]"
</snip>

Its set to post by default, so I guess I havn't got a clue what your problem
is. Maybe textareas can be limited by a parameter as to how much data they
will hold - but I'm guessing here.

Good luck,
Andreas


-----Ursprungliche Nachricht-----
Von: as as [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 11. Marz 2004 14:55
An: Struts Users Mailing List
Betreff: Re: AW: textarea


Andreas,

Thanks for the quick reply.
I am using struts form tag as follows.
wondering ,syntax wise, how I can mention form method as GET...in this tag.
Thanks in advance,
Sam.


<html:form action="teacherDisplay" name="teacherForm"
type="com.model.TeacherForm" >




Andreas Solarik <[EMAIL PROTECTED]> wrote:
Just a guess, but if the method field of the form is set to "GET", then you
can only transfer a limited amount of data.
If you have set the method to "POST", then I'm at a loss.

Andreas

-----Ursprungliche Nachricht-----
Von: as as [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 11. Marz 2004 14:46
An: Struts Users Mailing List
Betreff: textarea



Hi,



I am generatinga textare on my jsp with this:

<bean:write<br>name="teacher" property="qualifications" />



BUt if i enter a large peice of text in the textarea and save it (try to
save it) in my bean, its not getting the whole chunck of data (like a
paragraph or a page)>

ANything wrong i may be doing? how to fix it...

Thanks in advance





---------------------------------
Do you Yahoo!?
Yahoo! Search - Find what youre looking for faster.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to