lalith kumar

Greenhorn
+ Follow
since May 09, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by lalith kumar

hello friends,


I got a problem like using one function i need to return three different string values from the database using java.

Thanks in advance

Lalith
15 years ago
Hi friends,

I need a simple example AJAX that work with jsp that check value entered by the user from the mysql database and give alert message.


Thanks in advance

Lalith
Hi,

I am new to Jsf technology... i am familiar with struts and jsp... now i need to learn jsf so can any one tell the benefits of learning jsf.
Suggest better book to study about jsf.

Thanks in advance

Lalith
15 years ago
JSF
hi everybody,

I have successfully sent mail using java mail api but my problem is after sending mail if it returns success then i am sending it into success page. If i refresh that success page again and again mail will sent automatically.... How to avoid this if anyone knows please help me..... Its very urgent....


Thanks
Lalith
15 years ago
hi friends,

I have written code for sending mail using javamail code.
I am using SMTPAuthenticator also. My problem is some times when i submit correct mailid and password its giving error like javax.mail.AuthenticationFailedException and after restarting the tomcat5.0 server again and again then it will not give any error but if i specify correct mailid with wrong password also it will work at that time...
15 years ago
hi friends,

Did anyone know how to store and retrieve .doc,pdf etc using blob in database of mysql server(tomcat5.0) using struts and jsp.
please help me. It is urgent

Thanks in advance
hi supriya,

you can solve that problem by redirecting the action to some other page.
In that page you again redirect to your page (whichever you need).



you redirect your actual page to some other page like what i have did and in that page you mention the next page action.

try it
;)
15 years ago
JSP
hi,

suppose if there are three fields like date,venue and reason.These are included in jsp page like




And i have one select box as candidate status



if i select candidate status as attended means it has to display only two fields that is date and venue fields.

If i select candidatus as postponed means it has to display only reason field. This is working fine by using javascript code:



But the problem is when i select candidate status as postponed it will display only the reason but gap is coming because we are hidding date and venue. I want to remove that space and reason should come in date field place. Is it possible.

Thanks in advance
Thanks alot.......

I am getting list. But one more problem i.e. whenever i will refresh the list page one more record has been inserting.... In struts i solved it by redirecting the page to some other page shall i do the same.
15 years ago
JSF
Hi Srikanth,

I have to protect my database tables by providing username and password. If others want to access that table means first they have to provide username and passsword then only we have to allow them to access the tables.

Please help me....


Thank you
hi friends,

How can we protect the individual tables by providing username and password in mysql5.0 and server is tomcat5.0
Please help me.


Thank You
hi Jeanne Boyarsky,

I tried that by using javascript. suppose if there are two text fields in our page. Depending on the value it has to display the text field. I am writing that code in javascript only i am hidding the unwanted text field. But problem is with space like in the first text box field place second one has to get replaced.

Thank you
hi,

i am having problem like if i select one value that value related fields should come and if i select another value other fields should be displayed in previous field space only.

pls help me...
hi friends,

i am familiar with display tag but i dont no how to implement nested tables using display tag. If any one knows pls help me it is urgent.
pls send code.

thank you friends
hi,

i am not getting these two lines



whether i have to create separate class as MoveClip or not.

retrieved from DB means i have to write the query or only values.

thank you.
15 years ago
JSF