Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~5K People Reached
Favorite Forums

9 Posted Topics

Member Avatar for sweta2010

I have looked into this issue and could find only one free technology that sends out emails - Quartz. Quartz uses the Java Mail API. You can send mail directly from your program, or you can schedule emails (which is what I need to do).

Member Avatar for chackboom
-1
122
Member Avatar for ddempsey96

I am having the strangest problem. Here is my code: <c:set var="updAlloc" value="" /> [CODE]<if test="${1==0}" > If Statement: ${1==0} <c:set var="updAlloc" value="disabled" /> </if> Update Alloc equals ${updAlloc}[/CODE] This is the output: [CODE]If Statement: false Update Alloc equals disabled[/CODE] Originally, I was testing a different variable, but realized that …

Member Avatar for ~s.o.s~
0
112
Member Avatar for ctaylo21

Yes - it is not easy finding an example that helps to integrate all technologies. I can't help you with the tutorials, but I can give you an example: function addFinancials(itn) { if(roFinancials) return; var finTable = document.getElementById("financialsTab"); var finBody = finTable.getElementsByTagName("tbody")[0]; var finTRs = finBody.getElementsByTagName('tr'); for (i=0;i<finTRs.length;i++) { var …

Member Avatar for ctaylo21
0
203
Member Avatar for helpmepassclass

I am afraid that nobody is going to go through and try to figure this out. You will need to do some trial and error yourself. 1) Make a backup copy. 2) Keep removing sections of code until you get it to work. 3) Add the code back in a …

Member Avatar for ddempsey96
0
234
Member Avatar for bvssn

Here is an example for the 1st part (creating a dynamic table) using JSP. You can only do this if you have the JSTL libraries. If you don't have them, you will need to use Java to generate the tags. Let us know if you need an example of that: …

Member Avatar for ddempsey96
0
1K
Member Avatar for vishalanuj
Member Avatar for ddempsey96

Name: Darlene Height: 5'8'' Weight: 175 Hair: Brown, but sometimes highlighted with blonde. Eyes: Brown Location: MI Age: almost 40 Hobbies: Playing the piano, oboe and flute, reading and doing puzzles. Relationship Status: Married Children: 4 kids - 12, 17, 18,19. The older two have moved out of the house. …

Member Avatar for johnvitc
0
184
Member Avatar for ddempsey96

Web Server: Sun Java System Web Server 7 update 5 I have inherited a JSP application and am trying to get it to work. I have figured out that it has something to do with the [ICODE]<input type="file"> [/ICODE]tag, because I cut all the rest of the code out. [CODE]<input …

Member Avatar for ddempsey96
1
315
Member Avatar for Sujata Bandyo

This has happened to me, usually when the variable is null. It might think the value is "Null", which is not a number.

Member Avatar for masijade
-1
2K

The End.