The Artima Developer Community
Sponsored Link

Java Answers Forum
JSP : Parameter Triming problem ?

1 reply on 1 page. Most recent reply: May 18, 2004 3:30 AM by ASP2JSPMig

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
ASP2JSPMig

Posts: 7
Nickname: nhamdan
Registered: May, 2004

JSP : Parameter Triming problem ? Posted: May 18, 2004 12:34 AM
Reply to this message Reply
Advertisement
Hi all .. iam working on JSP page that request input texts from another page:
String engNo = (String) request.getParameter("txtengno") ;
String subContrNo = (String) request.getParameter("txtsubcontrno");

but the problem exist when i want to make a trim on these values engNo & subContrNo ??

it gives an error ?

does any one have a clue. or how to make the triming on parametres ?

iam a new to JSP. thanx for you help in advance


ASP2JSPMig

Posts: 7
Nickname: nhamdan
Registered: May, 2004

Re: JSP : Parameter Triming problem ? Posted: May 18, 2004 3:30 AM
Reply to this message Reply
Ive solved thanx :)

Flat View: This topic has 1 reply on 1 page
Topic: Newbie code Please help if u can . Previous Topic   Next Topic Topic: Lotto Number Match

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use