It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Partner Sites

Search found 16 matches

Return to advanced search

Re: Need help!!

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...
by Santanu
on Wed Apr 08, 2009 10:54 pm
 
Forum: JavaScript Forum
Topic: Need help!!
Replies: 2
Views: 95

Re: Need help!!

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...
by Santanu
on Wed Apr 08, 2009 10:53 pm
 
Forum: JavaScript Forum
Topic: Need help!!
Replies: 2
Views: 95

Need help!!

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 ...
by Santanu
on Wed Apr 08, 2009 10:45 pm
 
Forum: JavaScript Forum
Topic: Need help!!
Replies: 2
Views: 95

please help me

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 ...
by Santanu
on Sat Jan 24, 2009 12:28 am
 
Forum: JavaScript Forum
Topic: please help me
Replies: 1
Views: 278

Re: New in Javascript. Please Help....

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...
by Santanu
on Tue Jan 20, 2009 7:36 pm
 
Forum: JavaScript Forum
Topic: New in Javascript. Please Help....
Replies: 2
Views: 778

Re: New in Javascript. Please Help....

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...
by Santanu
on Tue Jan 20, 2009 7:28 pm
 
Forum: JavaScript Forum
Topic: New in Javascript. Please Help....
Replies: 2
Views: 778

New in Javascript. Please Help....

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...
by Santanu
on Tue Jan 20, 2009 7:02 pm
 
Forum: JavaScript Forum
Topic: New in Javascript. Please Help....
Replies: 2
Views: 778

new in java

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...
by Santanu
on Tue Nov 04, 2008 4:15 pm
 
Forum: Java Forum
Topic: new in java.
Replies: 2
Views: 360

new in java.

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...
by Santanu
on Thu Oct 30, 2008 3:39 pm
 
Forum: Java Forum
Topic: new in java.
Replies: 2
Views: 360

new to java

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...
by Santanu
on Mon Oct 27, 2008 5:43 pm
 
Forum: Java Forum
Topic: new to java
Replies: 0
Views: 249

Error on page

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 ) { ...
by Santanu
on Fri Oct 24, 2008 2:37 pm
 
Forum: JavaScript Forum
Topic: Error on Page
Replies: 4
Views: 408

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...
by Santanu
on Fri Oct 24, 2008 2:35 pm
 
Forum: JavaScript Forum
Topic: Error on Page
Replies: 4
Views: 408

Error on Page

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...
by Santanu
on Thu Oct 23, 2008 7:12 pm
 
Forum: JavaScript Forum
Topic: Error on Page
Replies: 4
Views: 408

Alert message is generating in all the fields.

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...
by Santanu
on Wed Aug 13, 2008 9:35 pm
 
Forum: JavaScript Forum
Topic: Alert message is generating in all the fields.
Replies: 3
Views: 397

Alert message is generating in all the fields.

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...
by Santanu
on Mon Aug 11, 2008 2:03 pm
 
Forum: JavaScript Forum
Topic: Alert message is generating in all the fields.
Replies: 3
Views: 397
Next

Return to advanced search