Shibin Paul

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

Recent posts by Shibin Paul

Thank you all for the replies.
Ya Campbell using JFileChooser.
Morever it works with saveDialog but wanted both open, save and cancel all in one dialog.
If possible with any other Swing or AWT component also.
16 years ago
This is a simple java application with Swing as the front end.There is no web based module in it.
I obtain some data from various tables in a database and then made a csv file out of it using :



I want this new csv file created to appear as windows download dialog box with options 'open' 'save' and 'cancel'.How do I do this?

Thanks in advance.
16 years ago
Thank you Nick....
17 years ago
Nick,
But I want to do validation from validation.xml.
17 years ago
I have got a form ,which I need to validate using validation.xml.To reach this form I use a link forward from the main page.This form has some values which get filled from the database so the action needs to be executed atleast once.But when if the action gets executed (using link action) for getting data from the database the validation happens and results in display of all errors when the page is first displayed.

Can anyone tell me the solution for this problem.

Thanks in advance.
17 years ago
The reason for this errpr is whatever I am trying to get thru

the values are not there in request.What is the difference(the way it executes) when you run the program with validation and without validation?
The values for request are supplied thru UserDetailsVXMLAction class.
17 years ago

Thanks in advance
17 years ago
Does the order of elements in a xml file(web.xml, struts-config.xml, validation.xml) affect the application in any way?

Thanks in advance.
17 years ago
Does the order of elements in a xml file(web.xml, struts-config.xml, validation.xml) afeect the application in any way?

Thanks in advance.
17 years ago
Thanks Dom Lassy and Kristof Camelbeke.
It helped solve the problem.
17 years ago
The problem is there is a user form which the user fills when he hits the submit button it moves to the confirmation page on which there is a ok button.When you hit the ok button the data should fill a database.I am using the same actionForm across.Problem occurs when I try to populate the database the user DataForm gets reset.So how do you get the data across.I am using the request scope.

Thank you
17 years ago
Is it possible to use the same ActionForm across multiple actions?
How do you get the data into another action which is not part of the original action mapping in struts-config file?

Thanks in advance
17 years ago
Is there any particular tag for date in Struts??
Which is the best way of generating a date dropdownlist in Struts?
Is javascript the best option?
17 years ago
Thanks for the help Merill.
17 years ago
17 years ago