- Strength to Increase Rep
- +4
- Strength to Decrease Rep
- -1
- Upvotes Received
- 11
- Posts with Upvotes
- 11
- Upvoting Members
- 3
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
49 Posted Topics
Hello, Thank you for your time. I know it is possible to create an exit button using javascript but this only work in ie browsers and not what i want(i found a fix for it but isnt very good), can somebody please show me a better way of closing all … | |
hello, i was wondering if anyone could help me find a way to allow a user to click items in a combo box and have its value populate an input field. Thanks | |
Re: all your answers are to consult an expert, isnt that why we post here? anyway watch this video http://mashable.com/2012/06/26/google-seo-tips/ will expain alot. | |
Hello, I am having trouble finding a good tutorial on how to install eclipse with aptana radrails on centos, when i try to install radrails in eclipse using the instructions givin here ([aptana](http://www.aptana.com/downloads/start)), i get these errors. Can someone point me in the right direction? Thanks :) An error occurred … | |
Re: > check out jugnoo.com for all your social crm marketing needs i recommend jugnoo.com for all your social crm marketing needs, it is a great tool. | |
Re: try to take the power cord out and hold power button for 30 seconds, or take out cmos battery and try to boot | |
Re: id recommend a barebones kit for starters, and from that built up to something better | |
Re: i would recommend [Jugnoo](http://www.jugnoo.com) for all your social crm marketing needs, it is a great tool. | |
Re: take the battery out and try to boot without one, if that works make sure the battery is in correctly and test voltage. if it doesnt the problem could be something else. | |
Re: http://mashable.com/2012/06/26/google-seo-tips/ | |
Re: i would try to take out the battery and reset your cmos, also check the voltage of the power adaptor, if tht doesnt work id take the drives out and back them up | |
Re: try to reset your cmos, unplug your computer and hold down the power button for 30 s, try to boot, or take out the cmos battery for awhile | |
Re: i have a good tutorial you could use http://www.exampledepot.com/egs/javax.servlet.jsp/myform.jsp.html, might not be the best way but it is a way and i like the way it works | |
Re: your type is wrong type="ArrayList<BeanClass.User>" should be something like BeanClass.User and thats it, no<> or ArrayList | |
Re: how about a javaBean or a global variable <jsp:setProperty name="beanInstanceName" { property= "*" | property="propertyName" [ param="parameterName" ] | property="propertyName" value="{string | <%= expression %>}" } /> | |
Re: depending on how you want to validate it you could use simple JavaScript method or a Java bean. JavaScript form validation: [COLOR="red"]http://www.w3schools.com/js/js_form_validation.asp[/COLOR] Java bean form validation: [COLOR="red"]http://www.exampledepot.com/egs/javax.servlet.jsp/myform.jsp.html[/COLOR] both ways are pretty easy to do, I would recommend the Java bean method. | |
Hello, I have 3 boxes on my website one 20x20 one 42x42 and the main picture which is 120x120. Images that are over 1mb cause the web site to load very slowly and i don't want to restrict the user to have to make a custom profile picture they should … | |
i am fixing a computer and backed up files on the drive then reinstalled the os, after the reinstall the harddrive started to make a clicking noise and wont boot, is this drive broken now? all i did was reinstall the os and take a few files off. am i … | |
Re: [QUOTE=Pravinrasal;1673198]How to create reports in core java like visual basic 6.0 report[/QUOTE] you can use crystal reports like in visual basic with Java pretty easily | |
I have a 1.5 terabyte hdd with windows 7 loaded on it but recently got a ssd drive and installed that as the system drive. All worked fine for a few weeks, but i plugged my blue ray player in and i think what happened was the paging files were … | |
Re: you can do that with crystal reports and java export to different file formats and pdf layouts including csv for excel. | |
Re: use this link [COLOR="Red"]http://www.exampledepot.com/egs/javax.servlet.jsp/myform.jsp.html[/COLOR] and instead of String in the java bean use int and instead of initializing the values to "" use 0 or an int number for the form (instead of true/false use values) and at top of header make sure you set the properties [CODE]<jsp:setProperty name="form" property="*" … | |
I have made a very simple dice game, How can i output the results of the dice using this format. Thanks for your time. [CODE] ========== | 0 | | | | 0 | ========== ========== | 0 0 | | 0 0 | | 0 0 | ========== [/CODE] … | |
is it possible to create a table inside a html dropdown ? sort of like this(doesnt work) [CODE]<select style="" name="test" id="test" param=test> <option name="scrapCode" id="scrapCode" property="scrapCode" param="scrapCode" value=""> <table> <caption>Animal groups</caption> <colgroup> <col span="3"/> <col class="alternative" /> </colgroup> <tr> <th>Apes</th> <th colspan="2">Cats</th> <th style="background: #ddf;">Dogs</th> <th>Lemurs</th> </tr> <tr> <td>Gorilla</td> <td>Tiger</td> … | |
Re: you could use jsp+javaBean Here is a tutorial: [url]http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/JSPBeans2.html[/url] Here is a O'Riley book: [url]http://books.google.com/books?id=15wp6fmAy4sC&lpg=PP1&dq=head%20first%20servlets%20and%20jsp%202nd%20edition&pg=PP1#v=onepage&q&f=false[/url] Here is an example of form processing(make sure it implements Serializable): [url]http://www.exampledepot.com/egs/javax.servlet.jsp/myform.jsp.html[/url] good luck | |
Re: [QUOTE=w33n;1524230]Greetings, I've created a link to make an .swf file pop up in a window. The window isn't actually a web page. It is simply linked to the .swf, making the title of the "page" the directory location of the file ie. "../../folder/folder/file.swf." Is it possible to name the popup … | |
Re: [QUOTE=RoyalElite96;1525105]Hello everyone, I want to create a completely round <div> using only HTML / CSS, but without border-radius. I don't want use background images, because I'll have probles resizing them and that's not cool. Is there a better solution? Thanks in advance![/QUOTE] You can use the tutorial found on this … | |
I have a table and need 2 rows merged horizontally, come somebody help me do this i seem to be having some difficulties. Here is my source and a screen attached. The green line in the image is where i want to split the cell. Thanks [CODE] <table id="dataTable" cellspacing="0" … | |
Is it possible to create javaBeans dynamically instead of writing each get and set per jsp property, they generate themself? | |
is it possible to use a jsp page with a java bean to get values dynamically. ie: the name is incremented each time but i need the gets and sets for each property to get their values and set them on the bean, can i do this dynamically? Thanks [CODE]<td><p … | |
I have some code that adds and removes rows from html tables, the problem is that it does not save the rows if the page is submitted or refreshed. I also cannot see the added attributes in the source(how can i use them)what their ids and names are, so i … | |
Re: maby try this, its jsp pages tho [url]http://code.google.com/p/openwonderland-modules/source/browse/trunk/0.5/unstable/webcamcontrol/web/edit.jsp?spec=svn1694&r=1694[/url] ![]() | |
Hello, im trying to convert an old vb project from 2008 to 2010. Ive tried using vb 2010's convert wizard aswell as changing the .sln file manually. When i try to convert the project automatically using the wizard it gives me an error saying that the project type is not … | |
I am trying to pass multiple values to a crystal report using java and jsp pages. I can get it working using single values but I need to pass multiple values that are comma delimited or something along that line. I pass a toDate a fromDate and userName. I need … | |
Hello, I have a barcode scanner and when a field is scanned it should autotab to the next field for population. I have tried this before but cannot seem to get it to work the way I would like. It should auto tab if the field in not null, i … | |
Hello, does anyone know a simple way to focus on a different text field after the user enters data in the first text field? Thanks. | |
Hello, does anybody know a simple way to strip the leading zeros out of a string? I have tried [CODE]userName.replaceFirst("^0+(?!$)", "");[/CODE] but cant seem to make it work, any ideas? Thanks. correction, this work.. [CODE]userName = userName.replace("0", "");[/CODE] | |
Hello, i have been stuck on this for a while and is costing me alot of time. Can somebody please help me understand why in the eclipse ide under the project properties options, J2EE Module Dependencies, when i try and work with jar files placed under the file path [COLOR="Red"]\WebContent\WEB-INF\lib[/COLOR] … | |
Re: use a <jsp:useBean to instantiate the bean on the jsp page [CODE]<jsp:useBean id="form" class="MyForm" scope="session"></jsp:useBean>[/CODE] | |
Hello, does anyone have an example of radio buttons working with a java bean. It would help out allot. Thank you | |
How do i share variables between java beans, do i need to use jspGet property on the second jsp and re-set it, or can i skip that and do it another way. i need to get a value from my login.jsp and UserDataBean to my process.jsp and my MyFormBean so … | |
Hello, I was wondering if it is possible to restrict the values of a text input box to only accept set values such as "XBC1". I am trying to make a form for a scanner so you can scan bar codes and it will auto fill the form out and … | |
Hello, thanks for your time. Jsp + javaBean will not run in tomcat on local host [url]http://localhost:8080/is/scannerForm/process.jsp[/url], when i run it in eclipse though my local tomcat it actually does work and i can step through the jsp page as-well as the .java pages and i can see where they … | |
Re: i have one, dont know if it is any better although as i am learning. html dropdown box... [CODE]<p for="workArea">Work Area: <select name="workArea" id="workArea" property="workArea" style="overflow:hidden;maxheight:10px;"> <% DataAccess dataAccess = new DataAccess(); ArrayList workAreas = dataAccess.loadWorkAreas();; Iterator it = workAreas.iterator(); String xx = null; while(it.hasNext()) { xx = (String) it.next(); … | |
Hello, and thank you for youre time, I have a problem with my jsp application, when i try to get the values from the html form on the jsp page process.jsp, it sets the values of each element but then does not return them to the java page. It keeps … | |
Re: check out the book servlets and jsp for more info |
The End.