Issue Details (XML | Word | Printable)

Key: SHALE-313
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Gary VanMatre
Reporter: Torsten Krah
Votes: 0
Watchers: 0
Operations

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

Implicit anchor tag does not map "href" attribute to its component pendant

Created: 18/Oct/06 06:28 AM   Updated: 23/Jan/07 04:40 PM
Return to search
Component/s: Clay
Affects Version/s: 1.0.3
Fix Version/s: 1.0.4

Environment: Tomcat 5.5.17, JRE 1.5.0_08, MyFaces 1.1.4, Shale 1.0.3


 Description  « Hide
Using anchor tags the href="www.whatever.de" does not appear in rendered output - href is empty.
Using value="" in the anchor tag, the href in the rendered output gets its value.

kind regards

 All   Comments   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #465422 Wed Oct 18 23:37:05 UTC 2006 gvanmatre This is a fix for the Clay implicit anchored tag mapping that was not assigning the href to the component's value attribute. It was reported by Torsten Krah (SHALE-313).
Files Changed
ADD /shale/framework/trunk/shale-clay/src/test/resources/org/apache/shale/clay/config/implicit.html
MODIFY /shale/framework/trunk/shale-clay/src/main/java/org/apache/shale/clay/parser/builder/OutputLinkBuilder.java
ADD /shale/framework/trunk/shale-clay/src/test/java/org/apache/shale/clay/config/ImplicitMappingTestCase.java