History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WW-1132
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Rainer Hermanns
Reporter: ravi m
Votes: 0
Watchers: 0
Operations

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

webwork looking for /template/xhtml/a-close.ftl

Created: 28/Jan/06 11:20 PM   Updated: 01/Feb/06 03:29 PM
Component/s: Views
Affects Version/s: 2.2
Fix Version/s: 2.2.1

File Attachments: 1. Zip Archive shikshalay.zip (6.09 Mb)

Environment: windows xp, tomcat, java 1.4.2, webwork 2.2


 Description  « Hide
I am trying out webwork for the first time. So please, excuse me if I am wrong. Ok... about my app. I am writing a simple application, wrote few velocity files, for my template and was trying out through sitemesh. I was trying to see if I can use few ww tags during the process. And my first tag was #wwhref ("href=#") RSS Feed #end. The tag was not getting parsed and was directed to use #wwa ("href=#") RSS Feed #end. It got parsed but the text 'RSS Feed' was not covered by the anchor tag. My guess is its internally trying to use the following macro '/template/xhtml/a-close.ftl' which is missing in the distribution package.

please follow this thread for more details : http://forums.opensymphony.com/thread.jspa?forumID=1&threadID=16060

 All   Comments   Change History      Sort Order:
Rainer Hermanns - [31/Jan/06 03:19 PM ]
No issue with webwork, as far as I can say now...
Added example pages to the showcase sample webapp....
Works without problems...

ravi m - [31/Jan/06 04:17 PM ]
Ok, I am attaching my template web app. Please take a look. I followed your comment from the http://forums.opensymphony.com/thread.jspa?forumID=1&threadID=16060 thread, and did try

#wwurl ("id=feed" "value=#")

#wwa ("href=${feed}") RSS Feed #end

Please take a look at shikshalay/decorators/footer.vm. Now my footer.vm is not getting parsed when I try my index.jsp ( http://localhost:8080/shikshalay/index.jsp)

and I don't see any errors.

I attached the whole app, to make sure I configured right. Thanks a lot Rainer.

Rainer Hermanns - [31/Jan/06 05:04 PM ]
Look at the thread, this should solve the issue...
(Tested with latest xwork.jar and webwork 2.2.1)

Rainer Hermanns - [01/Feb/06 03:29 PM ]
Closing this, since the provided config change works for me with your webapp