This week's book giveaway is in the Java in General forum.
We're giving away four copies of Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework and have Michael Redlich on-line!
See this thread for details.

edwin angarita

Greenhorn
+ Follow
since Aug 28, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by edwin angarita

Hello everyone in Javaranch, I am having a little issue and I don't know exactly how to solve it, I have a Java mail connection with a smtps server (ssh) I get the certified and everything works fine, my applications send emails without a problem, but after 15 days or a month the application start to fail, doesn't send any email and i get the following exception

the line 591 is the following

that's the line where i connect to the sender email and my password

but if I restart my tomcat the java mail start working again
this problem is driving my crazy, please i will appreciate any help!!!
13 years ago

Max Katz wrote:Stops working in what way?



my combo doesn't call the action from the ajax method... only its called when i put a value different that void in the input text that have the required value...
please help !!
14 years ago
JSF
Hi everybody i am having a little problem with a form in my jsf web page, i have the next combo that works well with ajax



the problem is that when i put a required attribute as true in a inputtext

my combo stop working, only if i put a value different that void in the inputtext the combo star working again

please i need to solve this little issue
thanks in advance for everyone and excuse me for my poor english...







14 years ago
JSF