Issue Details (XML | Word | Printable)

Key: SM-81
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Matt Raible
Reporter: tibi
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Struts Menu

when target is used in a menu tag there is no space between target and style attribute

Created: 31/May/07 08:42 AM   Updated: 31/May/07 02:37 PM   Resolved: 31/May/07 02:36 PM
Component/s: Displayers
Affects Version/s: 2.4.2
Fix Version/s: 2.4.3

File Attachments: 1. File cssHorizontalMenu.vm (2 kB)



 Description  « Hide
when target is used in a menu tag there is no space between target and style attribute
example:
<Menu name="ext" title="menu.ext" description="external link" target="_new" page=" http://www.external.com"/>

will give this:
<a href="http://www.external.com " title="ext" target="_new"style="width: 120px">ext</a>
instead of
<a href="http://www.external.com " title="ext" target="_new" style="width: 120px">ext</a>

fix by changing the cssHorizontalMenu.vm (according to matt)


Sort Order: Ascending order - Click to sort in descending order
Matt Raible added a comment - 31/May/07 02:37 PM
To fix this in AppFuse 2.x, place the following file in your src/main/resources directory (web/src/main/resources if you have a modular project).