1. For the Web UI gurus stackoverflow.comI finally reached the point in my web app where implementing simple requirements is becoming overwhelming. I'm guessing it's time for a nice refactoring or a simple garbage and redo. Here are ... |
2. How can I know user is typing or pasting? stackoverflow.comIn text fields of my JSP, I wish to know whether user is typing in the data or just pasting. How can I identify this using javascript ? EDIT: As per Andy's answer ... |
3. Can I call a local user program in JSP? stackoverflow.comIs there a way to invoke a local program in JSP? for example, to add a button to a jsp page, and when the user press the button the windows calculator app ... |
4. Add MS Office communicator presence indicator into JSP stackoverflow.comI want to add MS Office communicator presence indicator into my Java Application(jsp). Please assist! Thanks in advance!!! Pritesh |
5. Enable the unicode typing mode to my project to the users in java web application stackoverflow.comI want to enable the typing mode to Tamil by checking an check box. That is, I want code in java or javascript to enable the Tamil mode like Tamil Wikipedia. ... |
6. Maximum number of user for a web application stackoverflow.comIn my web application i need to restrict the maximum number of user accessing my web application.The no of users are configured in a separate properties file.I have created a HttpSessionListener ... |
7. JSP & Html User Interface stackoverflow.comI developed a system using JSP with Java Studio Creator and connect it with Data Base. But after finishing it , the interface was not so good and I want to ... |
8. Stop the USER ! ! coderanch.comHow would i go about stopping the user from leaving a page that i start them up on? I only want a particular page displayed and i dont want the user to go to anyother page. Is there a way of doing this? I would prefer a programming solution hint =) Thank you =) |
9. Enable JSP on a user a/c coderanch.comThe apache can connect to tomcat now. When I run http://localhost/examples/servlet/MyHelloWorld, it works now. I did not setup Virtualhost. However, I have many users like localhost/~userA. I tried to add JkMount /*.jsp ajp13, JkMount /servlet/* ajp13 to httpd.conf in-between |
10. Retrieving WinNT Users, UserPassword, UserGroups in Java coderanch.com |
12. Save user preferences in a JSP coderanch.com |
14. Remembering users... coderanch.comIMO, letting the Application Server do this for you is better/easier. Just tell the server what pages are to be secured, tell it what your login page is, what your error page is, and anytime a secure page is accessed the Application checks to see if anyone is logged in or not and redirects appropriatly. I am doing this with Tomcat ... |
15. get NT user from JSP coderanch.com |
16. Active User coderanch.com |
17. User Defined Functions in JSP coderanch.com |
18. How can the number of simultaneous users be restricted? coderanch.com |
19. NT user coderanch.com |
20. Listing Users coderanch.comHello, I have a jsp page a particular task is assigned to multiple users. At the moment, the users are picked from a combo box and assign and this process is continued. For the end users, it's a tedious job. If I display in a table and with check boxes, the user list is big and end user has to scroll ... |
21. Is it possible to hide JSPs from users? coderanch.com |
22. User defined package in jsp coderanch.com |
23. Getting No: and User Detals of Active Users coderanch.com |
24. User Behavior Tracing coderanch.comOriginally posted by Chetan Parekh: We are developing an application based on MVC architecture. I want to trace the user navigational behavior. We plan to have logic implemented in controller. But when user clicks on any link in JSP, it calls another JSP page directly and not sending request to the controller. As you said that you are following MVC architecture. ... |
26. activate and deactivate the user status coderanch.com |
27. activate and deactivate the user status in jsp coderanch.comi have a file called index1.jsp and in ths file i have a drop down box which includes the usernames which resides in the database.and below this dropdown box i have a submit button the value is activate.So while clicking the button the username will be actvated which is chosen from the drop down box.How can i do this?Similar is the ... |
28. user selection of multiple items? coderanch.com |
29. getUserPrincipal don't return user principal :( coderanch.com |
30. getting the user's screen resolution via JSP? coderanch.com |
31. How can I let the users to talk with each other over the web? coderanch.com |
32. jsp and multiple users coderanch.com |
33. add user coderanch.comHi, help me with this please I am working in this jsp-cookie issue, and have this two .jsps: "1.jsp" and "2.jsp" the first "1.jsp" looks like this(snippet): It asks the user for his username, and it add it to a cookie |
34. Determine current user coderanch.com |
35. how to find the country of user coderanch.com |
36. how to call user defined class from jsp coderanch.com |
37. gatting the details of the user coderanch.comhi alll.. im presently working on jsp.my problem here is i just have to get the user names from the database and if i clicked on the name the perticular persons details shoul be displayed which are present in the data base.how can i do this im able to display all the names from the data base but the problem is ... |
39. How to write code in jsp and hide it from the user coderanch.comHi All, In my application i have to save data in to the pdf file. The code to generate the pdf file i have written in the javabean. when i run the application the file get saved at the server side and not at the user side. so my question is whether we can write a code in jsp and still ... |
40. Multiple user Ajax problem coderanch.com |
41. User identification coderanch.comHey guys! I was wondering how I would go about keeping tracking of the potential users in my web shop ? I mean I know I can force them to log in, but then what ? What do I use to tie that user to his "account". And besides most web shops don't require you to log in :/ I've searched ... |
42. J2EE, how to let users know, that application is down coderanch.comWe have a J2EE application for several hundreds of users. From time to time we need to deploy new version or do some service tasks. Does exist any technique to let the users know, that the application is currently down? When users try to enter application via .../index.do, it should redirect them to some static page announcing 'Application under repair'. But ... |
43. Multiple User problem coderanch.com |
44. Proper way to identify user coderanch.com |
45. Want to make java application available to all user of Network coderanch.com |
46. set my users ID from JSP instead of JAVA forums.oracle.com |