| Author |
Struts doubt
|
meena latha
Ranch Hand
Joined: Jan 24, 2005
Posts: 219
|
|
Hi all. I am working with Eclipse IDE and trying struts application in that. My doubt is that should i need to import struts-bank.war file in order for my application to work fine or can i myself write the struts-taglib without importing the struts-blank.war file. Thanks Ramya.A
|
 |
sudhakar Tadepalli
Ranch Hand
Joined: Dec 27, 2001
Posts: 130
|
|
|
If you get struts-bank.war, You will get all the required jars and tag libraries, Then you can modify as you with.
|
 |
meena latha
Ranch Hand
Joined: Jan 24, 2005
Posts: 219
|
|
My doubt is it mandatory to import struts-blank.war file.Is there any other way other than this. Thanks Ramya.A
|
 |
Jason Menard
Sheriff
Joined: Nov 09, 2000
Posts: 6450
|
|
"ramya jp", Welcome to JavaRanch. We don't have many rules here, but we do have a naming policy which we try to strictly enforce. Please re-read this document and edit your display name in order to comply. Thanks in advance, and we look forward to seeing you around the Ranch.
|
Jason's Blog
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
The struts-blank.war file is strictly a convenience to help you get the structure of the application right. It is not required. You may want to set up your own template for new applications that includes things you know you always want to do for a Struts application and use that instead. When you're just starting out, though, it makes sense to use the struts-blank.war, because it's easy to make a small mistake in setting up a new application that using the struts-blank.war would have prevented you from making.
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: Struts doubt
|
|
|