Web based related problem

Hello!
Please help me with this problem.
I need to preserve the values I have entered in a textbox even if I shifted from one page to another, but currently, if I did some changes on the current page(ex: page 2) and I shifted to another page(page 3), if I returned to the previous page (page 2), the changes I made were no longer reflected.
In addition, I have to save whatever changes I made to all the pages I have, but everytime I shift pages, it goes back to its original value.
Any help is appreciated.
Thanks a lot!

of course you can preserve it.
Make an array on the number of records you wish that will come from the database.. let say you have 50.. The as you click the button submit the page. The action must be set to itself.. So you can request for the values of the textbox.. In your case you can request for 10 values because you have 10 records per page.. Now save the values in your array. the array will serve as the temporary storage.. you can put it on session for you to be able to get the values easily..
You can if the array now has values on it, you can now assign it to your textboxes.. lets say
on page 1:
<input type="text" name="textBox1" value<%=YourArray[0]%>
<input type="text" name="textBox2" value<%=YourArray[1]%>
<input type="text" name="textBox3" value<%=YourArray[2]%>
<input type="text" name="textBox4" value<%=YourArray[3]%>
.on page 2:
<input type="text" name="textBox1" value<%=YourArray[10]%>
<input type="text" name="textBox2" value<%=YourArray[11]%>
<input type="text" name="textBox3" value<%=YourArray[12]%>
<input type="text" name="textBox4" value<%=YourArray[13]%>
.that is my analysis to your problem.. Hope it will help.

Similar Messages

  • Accessing Web Based Setup problem

    Hi i had a firmware problem yesterday and today i could reinstall it, i restart the router to its factory configuration trough reset it and i can use it as a router to access internet etc but when i try to access the ip web page of the router it stop responding in all ways, i can't ping etc.
    could someone help me because i cant find the issue that make this happen
    Router WRT54G
    Version 5
    Firmware 1.02.8

    If you can't ping the router but still have internet access, that indicates the router's IP address is different then what you had previously.  Run ipconfig from the command prompt and check the IP address for the default gateway.  That should be the address you need to access the router.

  • Web.xml related problem

    Hi,
    user.do should take me to UserServlet.
    *.do(except user.do) should take me to ActionServlet.
    Can anyone tell me how I map this in web.xml
    Thanks.

    Just create two servlet mappings, one for user.do, one for *.do
    Exact matches take precedence over wildcards.
    <!-- Standard Action Servlet Mapping -->
    <servlet>
        <servlet-name>action</servlet-name>
        <servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
    </servlet>
    <servlet>
        <servlet-name>userServlet</servlet-name>
        <servlet-class>com.mypackage.UserServlet</servlet-class>
    </servlet>
      <servlet-mapping>
        <servlet-name>userServlet</servlet-name>
        <url-pattern>/user.do</url-pattern>
      </servlet-mapping>
      <servlet-mapping>
        <servlet-name>action</servlet-name>
        <url-pattern>*.do</url-pattern>
      </servlet-mapping>

  • My firefox crashed when upload file on our web based application. This happen on two PC, even during firefox safe mode the problem still exist. But the problem

    Dear All,
    My firefox (version 23 on win 7) crashed when upload file on our internal web based application. This happen on two PC, even in firefox safe mode the problem still exist. So, my first conclusion the problem nothing to do with extension. here the crash ID https://crash-stats.mozilla.com/report/index/81220865-36c0-4e10-a484-6d27e2131023 and https://crash-stats.mozilla.com/report/index/86d2b779-9730-4d2c-b276-a86d42131023. I wonder if this happen because jquery modul in our web based application. But when I tried on my laptop, the problem dissapear. I tried to replicate same situation on different server, I mean I put the exact same application source to other server, never meet the same problem. Thus, I suspect may be it related to antivirus that installed in our network which is kaspersky. I am googling, never meet the clue.
    If you meet the same problem, please help me.
    I am so sorry for my poor english.
    Him Him

    The crashes are a problem with the winhadnt.dll file (OCular Agent from TEC Solutions Limited) as you can see in the crash reports.
    *http://www.freefixer.com/library/file/winhadnt.dll-52397/

  • 2 player web-based Flash game problem

    I have a two player web-based Flash game. The Flash calls a
    JavaScript function on the webpage to get and store the user's IP.
    Then an XML file with user's game data is loaded and parsed. The IP
    address is used to identify which player is player 1 and which is
    player 2 according to the XML file. There is a Java applet to send
    and receive messages between the players.
    The first player loads everything just fine. All the first
    player's messages regarding the progress in loading different parts
    of the code sent by the game for debugging are displayed in the
    Java applet's text box, but none of the second player's messages
    sent by the game for debugging are displayed.
    The problem is that the second player's ActionScript code
    appears not to be executing except that I do get a message in the
    game that the XML file attempted to load but was not successful.
    The IP address call is not made and no messages can be sent to the
    other player. The second player's Java applet displays only the
    messages for debugging that came from the first player's game and
    any chat messages sent by the first player.
    This problem always happens to the second player, never to
    the first player. Both player's are always using IE6 or IE7.
    Does anyone have some idea(s) what could cause only the
    second player's ActionScript code not to execute and/or not to load
    an XML file correctly?
    This is just a general question, so any general answers would
    be appreciated. Code specific answers are hopefully not required.
    Thank You in advance.

    Hi,
    I am not very familiar with the multiplayer Game development. For multiplayer games, you'll need to set up a matchmaking server and have the clients connect to it. It can then pair them off and facilitate communications. If the clients have publicly available
    network addresses then it can introduce them and they can talk directly to each other.There isn't anything built in for this so you'll need to either build your own or find a third party implementation. If you are using Unity3d then check out
    http://docs.unity3d.com/Documentation/Components/net-MasterServer.html
    Also, you can use Xbox services, and I find an article below:
    https://msdn.microsoft.com/en-us/library/bb975801.aspx
    For windows Azure problem, you should go to windows Azure forum.
    Best Wishes!
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a
    href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

  • Problem Starting the Web-Based Administrative Console

    I have Installed Application Server 7 Platform Edition. Everything runs smooth. The Application Server and the Administrative Server got started perfectly. I checked both of these Servers and they are working perfectly.
    The problem is that when trying to connect to the Web-Based Administrative Console.
    I get the prompt to enter the Admin username and the password, once I have entered, it accepts but through the following message.
    �Your Sun One Application Server License does not allow Remote Administration.
    Please go to http://www.sun.com/upgradeas7 to upgrade your license.�
    How can this happen because I am using the same machine where Application/Administrative Servers are running to get connected to Web-Based Administrative Console.

    Hi,
      May be you can put an external breakpoint in the method "_get_attribute_rtti"(of class CL_WDR_CONTEXT_NODE_INFO).
    From that you can find out which attribute is causing the dump , and try to solve the issue . May be some data dictionary object is not transported to production.(Assuming that you have permission to put breakpoints in production system..:))
    Aditya.

  • E4200 Web-based User Interface having problems in Google Chrome 8 web browser

    Setting up a new E4200. My main web browser is Google Chrome (and Chrome has worked well with all of my other Linksys products, and that's a lot of products .
    The problems:
    1) The warning message that pops up (when using IE8) about changes in the Web UI breaking Cisco Connect's ability to manage the router does not appear.
    2) The "DHCP Reservation" button on 'Setup / Basic Settings' does not pop-up, making it impossible to make changes to the DHCP table in Chrome. Works fine in IE8.
    NOTE: The "DCHP Client" button on 'Status / Local Area Network' does work, so it appears that some pop-ups are working but not all. 
    NOTE: I don't customize my Google Chrome settings with regards to pop-ups and haven't seen this problem with any other site (well, except for some Oracle web applications that are years old, but those don't work in FireFox either and appear to have IE6-specific code). 
    Platform: Windows 7 Ultimate 64-bit, Google Chrome 8, E4200 firmware 1.0.0
    (Mod note: Edited for guideline compliance.)

    i use chrome and firefox but 99.8% is used on chrome. i have no issues. i do not use the cisco connect CD. it causes more harm than good. the warning is correct. you can break some things on the web based UI if you use the CD...

  • Problem with Hierarchies in BPS- Web-Based Planning Applications

    Im trying to use a Web-Based Planning Application in BPS. The Datacolumns consist of a charecterisitc with a hierarchy. this hierarchy is time dependend. The timeframe is set correctly but i still receive an the following error message in my web browser:
    "Hierarchy 'Hierarchy_name' is not valid for date 26.06.2004"
    Does this error message look familiar to anybody? In the moment I have no clue what went wrong

    Hello Tobias,
    I assume you are talking about error message UPC 413 (it always helps to mention the message class and number). Please check table RSHIEDIR. The hierarchy you are using is not valid for the key date you specified (RSHIEDIR-DATEFROM > KEYDATE or RSHIEDIR-DATETO < KEYDATE). If you do not enter a key date in the planning area, the system will always use the system date. So either use a different hierarchy or maintain it differently to be valid on keydate (26.6.2004).
    Regards,
    Marc
    SAP NetWeaver RIG, US BI

  • Problem opening a web based PDF

    Group,  I would appreciate anyone’s help with this.  I run windows XP and just downloaded Adobe 9.1 I have no issues when trying to open a pdf file.  However when I click on a web based document in a web browser I am unable to open, and receive the following error message:
    The Adobe Acrobat/Reader that is running can not be used to view PDF files in a Web Browser. Adobe Actrobat/Reader version 8 or 9 is required.  Please exit and try again.
    I have 2 laptops which I did not download 9.1 and I am not having this issue, only on the machine with 9.1.
    Any ideas?

    Run repair installation from the help menu.

  • Problem when integrating Web based system

    I want to integrate a web based system.I tried to use appintegrater, but my web system only has one page that accept URL parameters to let you login.
    So, I need to try Http system and URL iView. There is an "Authentication URL" property in http system, does that mean  I can fill in the page which accepts URL parameters, and fill the "URL Parameter for Password" and "URL Parameter for User Name". Then ,when I want to access any page through this http system, will the system login to the web system use the properties defined first?
    I've tried this method, but failed. I don't know if the method will work? If not, anybody can give some suggestion?

    Hi,
    there is no out of the box solution for a xml export. So you got 2 options.
    First :
    Use the SDK and create your own export solution, which will executed whiled printing / inserting a order.
    Second :
    Use a third party addon like coresuite, which allows you to create a batch including VB scripts. So if you press print, the batch job creates the printout and a xml file for your export to the web services.
    Perhaps your issue could also solved by using the XL-reporter, but i do not know exactly which functions the XL-reporter has.
    Regards Steffen

  • I have problems with my icons in my web-based email account

    The icons in my web-based email account do not appear. If I go to my email account using IE, they are present.

    Hi, you can dragNdrop the wireless listings, drag youir main one to the top of the list..L

  • How do I get "mailto:" links to work with my web based email?

    I use the web based email from godaddy.com called workspace. I can't get the mailto: links to work with firefox. I did find a code that makes the correct compose window to open up but it doesn't input the email address.
    Also, a related problem with my email is that you can't copy an email address and then paste the email address into the email. Pasting is not allowed with firefox but works ok with Internet Explorer

    Welcome to the Apple Community.
    Try adjusting the dolby digital setting.

  • Internet sharing suddenly not working, PC related problem

    Here's the scenario. My Mac-Mini, using 10.7.4, is sharing its Wi-fi connection to my airport extreme base station through a hard-wired ethernet connection with a PC. So the mac is tethered via ethernet cable to the PC, so it can share its wifi connection to my AEBN. This arrangement has been working fine for over a year now.
    Today I updated the PC's (running XP SP3)  browser from IE7 to IE8 so I could use some web based work related sites. But now I can't connect to the internet on the PC. The PC confirms it has a network connection, and it sending and receiving packets of data, but if you open a browser, any browser, it can't load or do any business whatsoever.
    What I've checked: Nothing on the mac's system prefs have changed. The mac works on the internet just fine. I've run through the PC's network connection wizzard 3 times already, no joy on the browser, but the Mac is capable of seeing shared files on the PC. The PC firewall is off. I don't know what to do or who to talk to. I realize this probably isn't the place to seek help as I think its a Windows XP issue but I'm a Mac user and the connection is shared (because the PC has no wifi card) so its in a gray area.

    Hey i also had this problem, i hard reset my device & it gone but soon came back the troubleshoot says DNS server isn't responding but i fix this by the help of my experience. It will also help U all. ••-:OLUTION::-••
    First connect your lumia 800 to your pc the pc will show no internet access but don't worry this all IS BECAUSE OF A SETTINGS FAULT IN THE WINDOWS .Fix :- open network & sharing centre right click ur device name (ssid) then click on properties(status) then a dialog box will open click on device properties open second tab in which select your
    security ->WPA2-Personal
    encryption type -> (don't change it)
    Pin -> (type your pin)
    Then press ok ,after this wait 1min if problem not solved reconnect your device.

  • Error when loading web-based utility

    i have numerous errors when i attempt to load the web-based utility in both IE and Firefox.  most of them are java errors and seem to be related to the font.  i've updated the java on my machine. i've also reset the router numerous times.  part of the page will load but most of the options are missing.  i'm at a loss to try to get the page to load correctly.  please help!
    Here are the errors that show up in firebug in Firebox....
    Unknown property 'mso-style-parent'. Declaration dropped.
    undefined
    style.css (line 50)
    Unknown property 'mso-style-parent'. Declaration dropped.
    undefined
    style.css (line 55)
    Unknown property 'mso-style-parent'. Declaration dropped.
    undefined
    style.css (line 62)
    illegal character
    ‹ '6ÐC
    share.js (line 1)
    illegal character
    ‹ $6ÐC
    help.js (line 1)
    share is not defined
    <b><a target="_blank" href="HSetup.htm"><script>Capture(share.more)</script><br>...
    192.168.1.1 (line 1202)
    hsetup is not defined
    <script>Capture(hsetup.phase38)</script><br>
    192.168.1.1 (line 1201)
    hsetup is not defined
    <script>Capture(hsetup.phase37)</script><br><br><br>
    192.168.1.1 (line 1200)
    hsetup is not defined
    document.write(hsetup.phase44);
    192.168.1.1 (line 1167)
    share is not defined
    <TD width=101 height=25>&nbsp;<script>Capture(share.timezone)</script>...
    192.168.1.1 (line 1065)
    share is not defined
    face=Arial>&nbsp;<script>Capture(share.wins)</script>:&nbsp;</FONT><...
    192.168.1.1 (line 1034)
    share is not defined
    face=Arial>&nbsp;<script>Capture(share.clileasetime)</script>:</FONT...
    192.168.1.1 (line 968)
    share is not defined
    face=Arial>&nbsp;<script>Capture(share.startipaddr)</script>:</FONT>...
    192.168.1.1 (line 946)
    share is not defined
    name=lan_proto><B><script>Capture(share.disable)</script></B></TD>
    192.168.1.1 (line 938)
    share is not defined
    type=radio checked value="Enable" name=lan_proto><B><script>Capture(...
    192.168.1.1 (line 936)
    share is not defined
    <TD width=101 height=25>&nbsp;<script>Capture(share.dhcpsrv)</script>:...
    192.168.1.1 (line 934)
    share is not defined
    face=Arial>&nbsp;<script>Capture(share.submask)</script>:</FONT></TD...
    192.168.1.1 (line 902)
    share is not defined
    document.write("<OPTION value=0 selected>"+share.auto+"</OPTION>");
    192.168.1.1 (line 837)
    share is not defined
    face=Arial>&nbsp;<script>Capture(share.mtu)</script>:</FONT></TD>
    192.168.1.1 (line 833)
    share is not defined
    face=Arial>&nbsp;<script>Capture(share.domainname)</script>:&nbsp;</...
    192.168.1.1 (line 822)
    share is not defined
    face=Arial>&nbsp;<script>Capture(share.hostname)</script>:&nbsp;</FO...
    192.168.1.1 (line 811)
    share is not defined
    face=Arial>&nbsp;<script>Capture(share.routename)</script>:&nbsp;</F...
    192.168.1.1 (line 800)
    share is not defined
    document.write("<OPTION value=1 >"+share.staticip+"</OPTION>")
    192.168.1.1 (line 613)
    share is not defined
    href="DDNS.htm"><script>Capture(share.ddns)</script></A>...
    192.168.1.1 (line 543)
    bmenu is not defined
    href="StaRouter.htm"><script>Capture(bmenu.statu)</script></A>...
    192.168.1.1 (line 531)
    bmenu is not defined
    href="Manage.htm"><script>Capture(bmenu.admin)</script></A>&nb...
    192.168.1.1 (line 527)
    bmenu is not defined
    <script>Capture(bmenu.gaming)</script></A>&nbsp;&nbsp;&nbsp;&n...
    192.168.1.1 (line 523)
    bmenu is not defined
    href="Forward.htm"><script>Capture(bmenu.applications)</script...
    192.168.1.1 (line 522)
    bmenu is not defined
    href="Filters.htm"><script>Capture(bmenu.accrestriction)</scri...
    192.168.1.1 (line 518)
    bmenu is not defined
    href="Firewall.htm"><script>Capture(bmenu.security)</script></...
    192.168.1.1 (line 514)
    bmenu is not defined

    These are JavaScript errors and no Java errors. Java has nothing to do with them. Updating Java won't make any difference.
    Do you run any software firewall on the computer? As the problems occurs on IE and Firefox it could well be that your firewall damages the JavaScript in the web pages. Firewalls like to do that to protect your "privacy".

  • Web based admin pages broken on Mac?

    Have new WRT54GL v 1.1, 4.30.7 firmware.
    I have noticed intermittent problems with the web-based admin pages, using both Firefox and Safari on the Mac. Odd bit is these don't happen all the time and I'm not sure yet what triggers the problems.
    Most commonly seen in Firefox: On the page for basic wireless settings, drop-down menu for selecting the channel will not work. It will display the currently selected channel, but clicking on the menu will either not drop down at all, or it will drop down briefly with no channel selections visible.
    In Safari: Many of the drop-down titles and item will shows the intended text prefixed with the word "Capture" or bracketed in "Capture(itemName)." I've seen a few variations on this. Also, many item titles and text are simply missing from many of the pages when viewed in Safari.
    Questions (some rhetorical, some practical):
    * Anybody else seen these or similar problems?
    * Known solutions/work-arounds?
    * Does this happen with any browsers on the PC?
    * Is there something fundamentally wrong with how WRT54GL's scripting builds these user interface items - or is the problem more related to how the Mac browser handles the rendering?
    -Lee

    I don't have any problems with this firmware on my WRT54Gv2 using MacOS or Windows and any browser I have.
    Those problems are usually either cache problems, i.e. there are some incomplete files in the browser cache.
    Could be disabled JavaScript. (It is worth to check the JavaScript error log to see if there is problem)
    Could be a hardware/memory problem. Sometimes this happens after a firmware upgrade which did not correctly go through. A re-flash of the same firmware could help then.
    The Safari texts you see are normal. There JavaScript works a little different. I have the same on mine. (but I must admit I cannot tell you if I can configure the router with Safari as I have never tried it so far. I usually use only Firefox.)
    You can try a PC and see if it is the same there. I guess it is.
    Anyway, you are not alone with this problem. I would try to clear the cache, if that makes no difference, download the 4.30.7 firmware and re-flash the router. If that still makes no difference return it to the store if you can and get a replacement. You could ask them to hook it up there to a computer to see if it is any better there...

Maybe you are looking for