This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 118343 - It is not clear how to add Struts TLDs after project creation
Summary: It is not clear how to add Struts TLDs after project creation
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Struts (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: _ potingwu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-10 11:36 UTC by Roman Mostyka
Modified: 2008-01-09 19:58 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2007-10-10 11:36:12 UTC
1. Create web application with "Struts" framework and with unchecked "Add Struts TLDs" checkbox.
2. Rightclick project's node ans choose "Properties".

Result: In "Framework" section of properties there is no "Add Struts TLDs" checkbox and it is not clear how to add this
feature after creation of project (if it is possible at all).
Comment 1 Petr Pisl 2007-10-10 12:17:58 UTC
It's not possible now. The application itself doesn't need unnecessary the tlds in WEB-INF. Or is there a case, when
it's really you need the tlds in WEB-INF folder?

I'm marking this as enhancement. It can be implemented in the next release.
Comment 2 Roman Mostyka 2007-10-10 13:30:22 UTC
I don't have such case, but we have such checkbox in Project Wizard. But if we can change something in project by
creation, then we should be able also to change it after.
Comment 3 Petr Pisl 2007-10-11 10:16:36 UTC
I agree with you. So do you think it will be better to remove the checkbox in the project wizard? We don't have time to
implement this for already existing struts project.
Comment 4 Roman Mostyka 2007-10-11 10:24:12 UTC
If there is no many cases, where TLDs should be copied, then we can remove this checkbox and just document that
sometimes it need to be done manually. If amount of such cases isn't very low, then it will be better to leave this
checkbox in wizard.