Leonardo Jose Gomes da Silva

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

Recent posts by Leonardo Jose Gomes da Silva

You can do your log4j config that:



[]'s

Ahmed Kotb wrote:

Leonardo Jose Gomes da Silva wrote:
Ahmed Kotb, you can use the a mix of File and ZipEntry...

Already I done something like to do a download .zip file...
But, what do you need to do exactly?



I want Library(JAR) that I can use it to Extract any .Z File or any Method that help me to Extract .Z files




Okay, look this example:




Hugs
13 years ago
Ahmed Kotb, you can use the a mix of File and ZipEntry...

Already I done something like to do a download .zip file...
But, what do you need to do exactly?

Hugs
13 years ago

Pall Jain wrote:Yes Sir,
I want to open a new window,
the problem i am facing is, i cannot send selected row data into a new jsp page using javascript.



Hey, Pall Jain

You can do something like that:




So, when you'll edit some row, you can do three things:

1º - Put a button in row, and that button redirect to your jsp or servlet, passing the code for do the research.
2º - Using a link on every rows of your table, redirecting to your jsp or servlet, passing the code for do the research.
3º - You can make a javascript code to insert de id of row selected, when the row is selected, look the example:




And your JSP:



Hugs

Nahhyan jugal wrote:

How to connect JDBC(MySQL) with JPanel.I have a login page or login panel and i want to connect jdbc(MySQL) with that lagin panel for which i can login a person by checking id and password...





Hey man!

You can use a specific class and method responsible for that, look a sample example:




And you call the method when you need to user, like:




Hugs

Pall Jain wrote:Hello Guys,

I am retrieving table containing date from oracle database,
now i wish to click on any row of the table and wants it to open in edit mode on another JSP page and than to run an update query into the database so that the row content can be updated.

Problem i am facing is i am not sufficient good to open the row data using JAVASCRIPT. So Kindly Help me.




Hey man!

Do you wanna open another window to edit the data? Or do you wanna edit data on the same window, like enabling the fields?


Hugs
Someone solved that?
I'm getting the same error...

Hugs
13 years ago