Re: Need Help -Urgent

2007-03-15 Thread Sachin
Sorry dave. I am not getting you. Could you elabrate little more. or give me some examples. On 3/14/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Sachin <[EMAIL PROTECTED]> wrote: > yes dave. You are right. > > Map is containing all the form data. > > how can i resolve this ? Don't put all t

Re: Need Help -Urgent

2007-03-14 Thread Dave Newton
--- Sachin <[EMAIL PROTECTED]> wrote: > yes dave. You are right. > > Map is containing all the form data. > > how can i resolve this ? Don't put all the form data in the link? For example, you could use just the saved object's ID and retrieve the object from the DB. d. ___

Re: Need Help -Urgent

2007-03-14 Thread Jason Stelzer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mar 14, 2007, at 7:07 PM, Sachin wrote: yes dave. You are right. Map is containing all the form data. how can i resolve this ? Generally you POST form data for precisely this reason. GET has inherent limitations. - -- J. -BEGIN

Re: Need Help -Urgent

2007-03-14 Thread Sachin
yes dave. You are right. Map is containing all the form data. how can i resolve this ? On 3/14/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Sachin <[EMAIL PROTECTED]> wrote: > But when i try to click the edit link for the > particular record which is having 2 > chars as a data, the edi

Re: Need Help -Urgent

2007-03-14 Thread Dave Newton
--- Sachin <[EMAIL PROTECTED]> wrote: > But when i try to click the edit link for the > particular record which is having 2 > chars as a data, the edit link is getting disabled > automatically. If that data length is less than 250 > chars the edit link is working fine in the form. is > ther

Re: Need Help -Urgent

2007-03-14 Thread Sachin
Hi, Sorry if i am disturbing you guys. Still i am facing the issue.i removed all extra characters using javscript, Now its allowing me to add/edit the information and stored in database as expected and forwarded to listing view jsp with entered value. But when i try to click the edit link for t

Re: Need Help -Urgent

2007-03-14 Thread Sachin
Guys, Here is my problem description . I have a text area field in my application which has to allow only 2 chars.User may copy paste some content in to textarea field. I used the below code to construct the textfield I am able to limit the maximum size of the textarea using following jav

Re: Need Help -Urgent

2007-03-14 Thread Dave Newton
--- Sachin <[EMAIL PROTECTED]> wrote: > Currently i am using Tag Library 1.1 > Will latest version of *struts-html.tld* help ? No. Text areas don't have a maxlength, no matter what TLD you use. d. Be a PS3 g

Re: Need Help -Urgent

2007-03-14 Thread Sachin
Currently i am using Tag Library 1.1 Will latest version of *struts-html.tld* help ? On 3/14/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Sachin <[EMAIL PROTECTED]> wrote: > But i need to limit text area content. > Do i need to use rows ? You'll probably need to use JavaScript; I don't know

Re: Need Help -Urgent

2007-03-14 Thread Dave Newton
--- Sachin <[EMAIL PROTECTED]> wrote: > But i need to limit text area content. > Do i need to use rows ? You'll probably need to use JavaScript; I don't know of a way to limit the number of characters in a textarea without it. d. __

Re: Need Help -Urgent

2007-03-14 Thread Sachin
Thanks guys. But i need to limit text area content. Do i need to use rows ? On 3/14/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Sachin <[EMAIL PROTECTED]> wrote: > property="cpDesc" *maxlength=** > "2"* /> Textareas don't have a "maxlength" attribute. d. ___

Re: Need Help -Urgent

2007-03-14 Thread Ed Griebel
Textarea doesn't support the maxlength attribute: http://www.w3.org/TR/html4/interact/forms.html#h-17.7 On 3/14/07, Sachin <[EMAIL PROTECTED]> wrote: > > Hi , i am using below snippet and i am getting the following error : CP Description Error: [3/14/07 14:57:52:094 EST] 715b61a

Re: Need Help -Urgent

2007-03-14 Thread Dave Newton
--- Sachin <[EMAIL PROTECTED]> wrote: > property="cpDesc" *maxlength=** > "2"* /> Textareas don't have a "maxlength" attribute. d. Expecting? Get great news right away with email Auto-Check. Try the Ya

Need Help -Urgent

2007-03-14 Thread Sachin
Hi , i am using below snippet and i am getting the following error : CP Description Error: [3/14/07 14:57:52:094 EST] 715b61a9 WebGroup E SRVE0026E: [Servlet Error]-[/Pages/adjustReporting.jsp(139,8) *Attribute maxlength invalid according to the specified TLD]: org.apache.jasper