Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
79% Quality Score
Upvotes Received
11
Posts with Upvotes
11
Upvoting Members
3
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
2 Commented Posts
~22.5K People Reached
Favorite Tags

49 Posted Topics

Member Avatar for brynFlew

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 …

Member Avatar for qwsa
1
2K
Member Avatar for brynFlew

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

Member Avatar for Samanalevi
1
370
Member Avatar for DerekWayne

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.

Member Avatar for nelson1234
0
419
Member Avatar for brynFlew

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 …

Member Avatar for Taywin
0
295
Member Avatar for amuthanjrv

> 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.

Member Avatar for tuberose
0
171
Member Avatar for abu taher

try to take the power cord out and hold power button for 30 seconds, or take out cmos battery and try to boot

Member Avatar for sheikhali449
0
137
Member Avatar for joshywins

id recommend a barebones kit for starters, and from that built up to something better

Member Avatar for sheikhali449
0
307
Member Avatar for tanyagarg9695

i would recommend [Jugnoo](http://www.jugnoo.com) for all your social crm marketing needs, it is a great tool.

Member Avatar for Gaqua77
0
478
Member Avatar for danialazri

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.

Member Avatar for danialazri
0
161
Member Avatar for mike00
Member Avatar for jonathon2412

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

Member Avatar for bnuppp
0
118
Member Avatar for comp4323

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

Member Avatar for bnuppp
0
169
Member Avatar for wade32
Member Avatar for hasstechit

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

Member Avatar for anand01
0
95
Member Avatar for anand01

your type is wrong type="ArrayList<BeanClass.User>" should be something like BeanClass.User and thats it, no<> or ArrayList

Member Avatar for brynFlew
0
70
Member Avatar for greek_wizard

how about a javaBean or a global variable <jsp:setProperty name="beanInstanceName" { property= "*" | property="propertyName" [ param="parameterName" ] | property="propertyName" value="{string | <%= expression %>}" } />

Member Avatar for brynFlew
0
1K
Member Avatar for nishad_forums
Member Avatar for taranpreet

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.

Member Avatar for syrellNardo
0
1K
Member Avatar for brynFlew

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 …

Member Avatar for brynFlew
0
133
Member Avatar for brynFlew

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 …

Member Avatar for benmar
0
95
Member Avatar for Pravinrasal

[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

Member Avatar for brynFlew
0
120
Member Avatar for brynFlew

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 …

Member Avatar for brynFlew
0
145
Member Avatar for srikandi

you can do that with crystal reports and java export to different file formats and pdf layouts including csv for excel.

Member Avatar for brynFlew
0
93
Member Avatar for vikasgarg

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="*" …

Member Avatar for brynFlew
0
1K
Member Avatar for brynFlew

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] …

Member Avatar for Schol-R-LEA
0
322
Member Avatar for brynFlew

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> …

Member Avatar for brynFlew
0
276
Member Avatar for rajvaishnav1989

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

Member Avatar for brynFlew
0
258
Member Avatar for w33n

[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 …

Member Avatar for connect0123
0
105
Member Avatar for RoyalElite96

[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 …

Member Avatar for brynFlew
2
149
Member Avatar for brynFlew

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" …

Member Avatar for fcvolunteer
1
170
Member Avatar for brynFlew

Is it possible to create javaBeans dynamically instead of writing each get and set per jsp property, they generate themself?

0
89
Member Avatar for brynFlew

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 …

0
79
Member Avatar for brynFlew

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 …

Member Avatar for brynFlew
0
105
Member Avatar for Mayank23

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]

Member Avatar for cuonic
0
146
Member Avatar for brynFlew

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 …

Member Avatar for brynFlew
1
1K
Member Avatar for brynFlew

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 …

Member Avatar for brynFlew
1
148
Member Avatar for brynFlew

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 …

Member Avatar for brynFlew
1
210
Member Avatar for brynFlew

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.

Member Avatar for brynFlew
1
324
Member Avatar for brynFlew

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]

Member Avatar for Ezzaral
1
140
Member Avatar for brynFlew

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] …

Member Avatar for ~s.o.s~
0
78
Member Avatar for Akshay_A

use a <jsp:useBean to instantiate the bean on the jsp page [CODE]<jsp:useBean id="form" class="MyForm" scope="session"></jsp:useBean>[/CODE]

Member Avatar for brynFlew
0
84
Member Avatar for BenzZz
Member Avatar for brynFlew

Hello, does anyone have an example of radio buttons working with a java bean. It would help out allot. Thank you

Member Avatar for brynFlew
0
279
Member Avatar for brynFlew

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 …

0
69
Member Avatar for brynFlew

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 …

Member Avatar for Airshow
1
231
Member Avatar for brynFlew

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 …

Member Avatar for brynFlew
0
243
Member Avatar for sasi_88

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(); …

Member Avatar for brynFlew
0
205
Member Avatar for brynFlew

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 …

Member Avatar for peter_budo
0
241
Member Avatar for peter_budo

The End.