Search the web
Sign In
New User? Sign Up
javaserverpages2 · Java Server Pages - A place to share Java Server Pages knowledge.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 464 - 493 of 3622   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
464
Good news for Java learners, job seekers, certification exam takers, employee training managers, and US school applicants / current students! A Professor of...
Javaonline.org
java_abs_beg
Offline Send Email
Aug 5, 2003
4:58 am
465
Welcome to the best dedicated dating site for black singles! Get more love in your city and around the world! FREE REGISTRATION! ...
yojo1597
Offline Send Email
Aug 12, 2003
6:51 am
466
Hi, I have a situation. I have an html page which contains a menu. The menu calls' direction in JavaScript (JS) file. I am calling a JSP file from that menu....
high_hop
Offline
Aug 18, 2003
2:07 pm
467
String zip; zip = request.getParameter("zip"); ... __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design...
Peter
eggheadid
Offline Send Email
Aug 18, 2003
3:59 pm
468
Access2PDF is the software solution for developers looking for an easy way to include reports with their web based applications. http://www.access2pdf.com For...
jobs6
Offline Send Email
Aug 19, 2003
9:58 pm
469
Hi All, We are a Leading Resource Consultant catering to various MNCs in India and Abroad. We are looking for Our CMM Level 5 Client in Chennai(Only Chennai ...
career_world2003
career_world...
Offline Send Email
Aug 20, 2003
1:08 pm
470
Good news for Java learners, job seekers, certification exam takers, employee training managers, and US school applicants / current students! A Professor of...
Javaonline.org
java_abs_beg
Offline Send Email
Sep 2, 2003
4:08 am
471
Struts professionals are required for a overseas project immdediately. Candidates residing within Mumbai need only apply. inttresetd candidates can send their...
pupnis
Online Now
Sep 6, 2003
3:31 pm
472
Hey Guys, This is Samiksha from JobsDomain. we are recruiting manpower on Contract basis for one of our clients. the location is Noida. Desired skill-set is...
samixa_arora
Offline Send Email
Sep 11, 2003
6:24 pm
473
Thanks Peter, I could not get chance to see this. But it worked. Thanks a lot. Akshay....
high_hop
Offline
Sep 26, 2003
1:06 pm
474
Hello, I have a master data maintenence jsp page which populates the data and has the "Edit", "Delete" links. After I delete/edit and save the changes to...
high_hop
Offline
Sep 26, 2003
1:13 pm
475
Instead of doing a sort-of manual refresh by the browser, a better way would be to set the expiration date for the page in the past so that the browser...
Dustin Metzgar
nitrusrit
Offline Send Email
Sep 26, 2003
2:38 pm
476
HI, I am defining the following variable in a JSP program. <%@ page import="java.lang.*" %> <%@ page import="java.lang.Float.*" %> <% Float v_float = (float)...
high_hop
Offline
Oct 10, 2003
3:54 am
477
... I'm not quite sure why you're importing stuff from java.lang. That package is part of the core language and is always included whenever you write any Java...
Dustin Metzgar
nitrusrit
Offline Send Email
Oct 10, 2003
1:29 pm
478
I have a JSP page in which takes in information from a form (seven fields) I then parse them into an XML document. How can I get read the XML information again...
andrewlimuts
Offline Send Email
Oct 11, 2003
9:07 am
479
One way I like to do it is to have a XSL stylesheet that can convert XML into HTML. It'll do all the formatting like the &nbsp;, &lt;, &gt;, and <br> tags....
Dustin Metzgar
nitrusrit
Offline Send Email
Oct 11, 2003
2:26 pm
480
Hi Dustin, Thanks again for the advice...I am having trouble with the regular expression thing...is there a special package that I need to import to get this...
andrewlimuts
Offline Send Email
Oct 12, 2003
4:22 am
481
Well, if you're using jdk 1.4 and later, then the regular expressions should be built in. But I'm not sure what package to import. When you're using...
Dustin Metzgar
nitrusrit
Offline Send Email
Oct 12, 2003
6:33 am
482
Hi Dustin, Thanks for the advice...it turns out the problem I had was that I had an = instead of using a == for checking... Thanks again for your help, Andrew...
andrewlimuts
Offline Send Email
Oct 13, 2003
12:31 pm
483
Hi everyone, I need to combine two XML document into one using a DOM... One XML document is already created by using forms another is imported. I have to add...
andrewlimuts
Offline Send Email
Oct 13, 2003
12:36 pm
484
Hi all, To give you an idea of how I am struggling... this is a bit of the code I did... Node node = documentImported.getFirstChild(); //pass the node around ...
andrewlimuts
Offline Send Email
Oct 13, 2003
1:58 pm
485
Hi, I am calling a JSP page from JAVASCRIP file (.js). I am passing the parameters with that call (like fetch.jsp?id=24). Then the URL looks like,...
high_hop
Offline
Oct 13, 2003
5:33 pm
486
you have to make a form: <form name='fetching' action='fetch.jsp' method='post'> <input type='hidden' value=24> </form> <script> fetching.submit(); </script> ...
JLEVIAGU@...
Send Email
Oct 15, 2003
3:11 pm
487
Hi everyone, I have a little problem of getting an attribute... I have a root element. and I create a node list by using getChildNodes(); i then get the first...
andrewlimuts
Offline Send Email
Oct 17, 2003
1:15 am
488
Hello I want to store current date in a variable and use it. How can I do it? Language is Java (using in JSP). I would appriciate for the answer. Thanks, ...
high_hop
Offline
Oct 19, 2003
3:13 pm
489
Hello, I am passing a variable from one jsp page to other. process.jsp?value=2.45 I am receiving it using request.getParameter("value"); But this is a value...
high_hop
Offline
Oct 24, 2003
9:02 am
490
Use the Float.parseFloat() method to parse a string into a floating point value. Dustin Metzgar...
Dustin Metzgar
nitrusrit
Offline Send Email
Oct 24, 2003
12:19 pm
491
Hello world, Is there any way to display an alert in Java? In javascript will be something like "alert("hello there"); in vbscript is msgbox("I am not a...
JLEVIAGU@...
Send Email
Oct 29, 2003
7:27 pm
492
For that do I need to include any package in the program? Thanks, Akshay Vyas....
high_hop
Offline
Nov 11, 2003
8:55 am
493
hi i have made a site for you where you can post your query and solves the other's problem and make firends too. the link is http://www.MadHut.com Happy...
madhut007
Offline Send Email
Nov 14, 2003
8:30 am
Messages 464 - 493 of 3622   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help