ashwin chitransh

Greenhorn
+ Follow
since Jun 27, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by ashwin chitransh

amrita singhal wrote:i already know that use of session or hidden variables i can get the textfield value that i have entered
but the problem is to set that retrieve value in text
if i am using
<input type="text" name="df" value="<%=z%>">
then at the first time when i open the page
it will show null in text because there is no value in z variable

so how can i solve this one?



so when the application is loaded what do you intent to show for the first time. I mean when the page loads for the first time.
13 years ago
JSP
set the values in session and at the start check if that particular field exist in session or not. if it does not let the fields be empty but if the value is there just let the values to be pre populated.
13 years ago
JSP
actually what i am trying to do is ....

I am working on a project which is completely designed in jsp and servlets. forms form one of the part of it. Since the project was totally designed in netbeans i hoped of importing the jforums into netbeans but failed to do so. it is actually not working.
Hi

I have been trying to devlop a forums website using jsp and servlets. i am supposed to use netbeans as the IDE. i downloaded jforum but it does not have compatibility with the netbeans. how to do start the same. is there any tool available for the same. can any one please help me about how to proceed with it.