473,440 Members | 1,989 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,440 software developers and data experts.

problem in getting already existing values

149 100+
hi,
in my application i used jsp pages...the problem arises at modification...im using EL to get previous values that means already existing ones..im using 'disabled' concept for the text field i created but it is showing 'null' after i submit the form...if i check my XML...how to make it appear with the previous values.

Expand|Select|Wrap|Line Numbers
  1.  
  2. <td><font color="#800000"><b>Pack Name</b></font>
  3. <td><input name="packName" type="text" id="packName" value="${packDetails.packDetails.generalPackDetails.packName}"></td>
  4. <td></td>
  5. <td><font color="#800000"><b>Activation Status</b></font><font color="#800000" size=""><b></b></font><font color="#800000" size=""><b></b></font>
  6. <td><input type="text" name="actStatus" id="actStatus" disabled value="${packDetails.packDetails.generalPackDetails.actStatus}"></td>
  7. <td></td>
  8. <td><font color="#800000"><b>De-Activation Status</b></font></td>
  9. <td><input type="text" name="deactStatus" disabled value="${packDetails.packDetails.generalPackDetails.deactStatus}"></td>
  10. <td></td>
  11.  
Jul 23 '10 #1
0 1067

Sign in to post your reply or Sign up for a free account.

Similar topics

6
by: tzach | last post by:
Call constructor on an already existing instance? I like to execute the constructor logic, including all the class member constructors, on an existing instance (with out executing the destructor)....
2
by: Chandra Mohan | last post by:
Getting 0 padded values in the columns. Hi All, I have a requirement to convert a integer to string and display it in Sql server with fixed length say 3 chars. (in c, we wud use %03d in...
7
by: Mike Hubbard | last post by:
I have read many many messages about temporary tables and stored procedures. Still, I am struggling with a simple concept. I have a java program which creates a temporary table. I now want to...
0
by: Sean | last post by:
Can someone please post some sample code that shows how to add another performance counter to an already existing category? thanks, Sean
1
by: rengaraj | last post by:
Is there any free library/dll with which we can write data into already existing PDF(Adobe) files ?
1
by: eusko | last post by:
for example vec = new int; then we input the values of vector elements if we decided to change the vector size, is it possible to do it without deleting the existing values of the vector...
2
by: sajithamol | last post by:
How to change the primary key for already existing table?
14
by: sudheerk | last post by:
please give me a query for already existing name in the data base using mysql
1
by: praween4 | last post by:
friends please let me know how to change the name of the column to an already existing table
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.