| Author |
Message |
Forum: JavaScript Forum Topic: Need help!! |
| Santanu |
|
Posted: Wed Apr 08, 2009 10:54 pm
|
|
Replies: 2 Views: 94
|
| This is the code for action handler /** * * @param request HttpServletRequest * @param response HttpServletResponse * @throws WardenException */ public void handleRequest( HttpServletRequest request, HttpServletResponse response ) throws WardenException { try { logger.info( "UserTypesHandler::h... |
|
 |
Forum: JavaScript Forum Topic: Need help!! |
| Santanu |
|
Posted: Wed Apr 08, 2009 10:53 pm
|
|
Replies: 2 Views: 94
|
| The main part in JSP: here I am calling the javascript method and generating the Buttons: <% if ( null != userTypes ) { UserTypes.UserType[] userTypeArray = userTypes.getUserTypes(); for ( int utIndex = 0; utIndex < userTypeArray.length; utIndex++ ) { String text = userTypeArray[utIndex].getNa... |
|
 |
Forum: JavaScript Forum Topic: Need help!! |
| Santanu |
|
Posted: Wed Apr 08, 2009 10:45 pm
|
|
Replies: 2 Views: 94
|
| I am not expert in JS. I am trying to write a JS function which will hadle below: I have created button of different user Types. When the user hit each button the Available functions and the Assigned functions associated with the user are going to display in two different boxes. I have successfully ... |
|
 |
Forum: JavaScript Forum Topic: please help me |
| Santanu |
|
Posted: Sat Jan 24, 2009 12:28 am
|
|
Replies: 1 Views: 278
|
| I am generating an error message when the user enters an tnransmitter ID which is already assigned. The problem is when I reload this page the message still display on the page. But I want clear this error message when the page reload. Can somebody help me to clear this message. Here is my modified ... |
|
 |
Forum: JavaScript Forum Topic: New in Javascript. Please Help.... |
| Santanu |
|
Posted: Tue Jan 20, 2009 7:36 pm
|
|
Replies: 2 Views: 778
|
| please find the other related par below: <% GlobalSettings theSettings = GlobalSettingsHandler.cacheRetrieve( session ); DeviceIDRange[] deviceIDRange = theSettings.getDeviceIDRange(); XMLLicenseBean licenseBean = new XMLLicenseBean(); XMLTagBean dup9450tag = new XMLTagBean(); boolean is9450 = li... |
|
 |
Forum: JavaScript Forum Topic: New in Javascript. Please Help.... |
| Santanu |
|
Posted: Tue Jan 20, 2009 7:28 pm
|
|
Replies: 2 Views: 778
|
| Please find the java script part for this file: function handleSave() { if ( true == validateValues( document.formSettings ) ) { disable( document.formSettings.btnSave ); document.formSettings.wardenAction.value = "update.deviceid.range.settings"; document.formSettings.submit(); } } functi... |
|
 |
Forum: JavaScript Forum Topic: New in Javascript. Please Help.... |
| Santanu |
|
Posted: Tue Jan 20, 2009 7:02 pm
|
|
Replies: 2 Views: 778
|
| I have two text fields. One for 9450 device and another for QR device. Now if the user enters a Transmitter id which is already assigned into the text field for 9450 device and hits SAVE button, no error message displays in the screen. Same for the QR text field. Now we have to modify the code so th... |
|
 |
Forum: Java Forum Topic: new in java. |
| Santanu |
|
Posted: Tue Nov 04, 2008 4:15 pm
|
|
Replies: 2 Views: 360
|
| I am basically generating the RSSI values(e.g., 24, 16, 32, 38.....) in the RSSI column in a table using return history.getRssi(); in case 1 of the code. Now the data is displaying in random order. I want to display them in Descending order. Can anybody help me how to do this as I am new in Java dev... |
|
 |
Forum: Java Forum Topic: new in java. |
| Santanu |
|
Posted: Thu Oct 30, 2008 3:39 pm
|
|
Replies: 2 Views: 360
|
| I am generating data(e.g., 24, 16, 32, 38) in a row/column of a table. Now the data is displaying in random order. I want to display them in Descending order. Can anybody help me how to do this as I am new in Java development. I am displaying the data using these lines of code: case 1: { return hist... |
|
 |
Forum: Java Forum Topic: new to java |
| Santanu |
|
Posted: Mon Oct 27, 2008 5:43 pm
|
|
Replies: 0 Views: 249
|
| I have a registration form where we can enter the information about a new user(i.e., First Name, Last Name, UserID, Email, etc...). If the user enter a userID which is already exist I want to come back to the same form with an error message(e.g, userID is already exist) with all the data in other fi... |
|
 |
Forum: JavaScript Forum Topic: Error on Page |
| Santanu |
|
Posted: Fri Oct 24, 2008 2:37 pm
|
|
Replies: 4 Views: 407
|
| Here is the javascript functions: <script language="JavaScript" src="js/rftJSLib.js"></script> <script language="JavaScript"> var totalCount = 0; var maxCount = 4; function updateCount( field ) { if( field.checked ) { ... |
|
 |
Forum: JavaScript Forum Topic: Error on Page |
| Santanu |
|
Posted: Fri Oct 24, 2008 2:35 pm
|
|
Replies: 4 Views: 407
|
| here is the markup language: <form name="formSettings" method="post" action="./servlet/WardenConfigController" target="_blank"> <input type="hidden" name="wardenAction" value=""> <table class="main" bo... |
|
 |
Forum: JavaScript Forum Topic: Error on Page |
| Santanu |
|
Posted: Thu Oct 23, 2008 7:12 pm
|
|
Replies: 4 Views: 407
|
| when I run this page on the browser on the bottom left corner I am getting "Error on page" with warning yellow triangle sign. If I click on this triangle sign the information below shows in a pop up window. Line: 726 Char: 4 Error: 'length' is null or not an object Code: 0 URL: http://....../WardenC... |
|
 |
Forum: JavaScript Forum Topic: Alert message is generating in all the fields. |
| Santanu |
|
Posted: Wed Aug 13, 2008 9:35 pm
|
|
Replies: 3 Views: 397
|
| Here is the related HTML code for the Validate() method: <body onkeypress="KeyPress();" onLoad="do_onLoad();"> <form name="formSettings" method="post" action="./servlet/WardenConfigController"> <input type="hidden" name="wardenAction" value=""> <input type="hidden" name="<%=D... |
|
 |
Forum: JavaScript Forum Topic: Alert message is generating in all the fields. |
| Santanu |
|
Posted: Mon Aug 11, 2008 2:03 pm
|
|
Replies: 3 Views: 397
|
| I was working with an issue but could not figure it out. I need your help on this issue. I have a jsp file which shows Name field, Type drop down and Supervision Time Drop down. In original code when we select "Please select a Type" from the Drop down list and click on "Save" Button the pop up displ... |
|
 |
| Sort by: |