Results 1 to 2 of 2
Thread: servlet problem plz help
- 10-17-2010, 07:05 PM #1
Member
- Join Date
- Oct 2010
- Posts
- 2
- Rep Power
- 0
servlet problem plz help
hello everyone
i have created a java application that has a textarea and a store and reset button below it....when i click on the store button(which has the submit property) the text gets append in the same line....but i want that they should some below the previous text...
for eg
1 hello and world when entered one after the another come as
hello world
i want them as
hello
world
actually here i am overwriting the string ,that i have taken as static....thats why when i call a html page in pw.println of servlet with that static string it overwrites the previous value...what concept shuld i apply here....should i go for array or something.....plz help
- 10-18-2010, 10:43 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,460
- Rep Power
- 16
Similar Threads
-
servlet problem
By vijayabaskar in forum Java ServletReplies: 0Last Post: 04-29-2009, 09:34 AM -
problem compiling servlet
By vivek_9912 in forum Java ServletReplies: 1Last Post: 02-13-2009, 11:37 AM -
Servlet problem
By maheshkanda in forum New To JavaReplies: 5Last Post: 02-10-2009, 08:55 AM -
servlet Filter problem
By saint_jorjo in forum New To JavaReplies: 1Last Post: 03-13-2008, 12:05 PM -
Problem in Servlet with JDBC
By *New Programer* in forum Java ServletReplies: 2Last Post: 12-20-2007, 09:15 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks