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

Key: WW-1372
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: tm_jee
Reporter: Konstantin Pribluda
Votes: 0
Watchers: 0
Operations

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

ww:div shall be block directive in velocity view

Created: 27/Oct/06 08:12 AM   Updated: 10/Jan/07 09:27 AM
Component/s: Views
Affects Version/s: 2.2.4
Fix Version/s: 2.2.5

Environment: any

Flags: Important, Patch


 Description  « Hide
    adding:
-------------------
   public int getType() {
        return BLOCK;
    }
-------------------
to com.opensymphony.webwork.views.velocity.components.DivDirective
magically turns it into block directive which it really should be instead
of line...



 All   Comments   Change History      Sort Order:
tm_jee - [10/Jan/07 09:22 AM ]
fixed. Thx for bringing it up Konstantin.

Checking in java/com/opensymphony/webwork/views/velocity/components/DivDirective.java;
/cvs/webwork/src/java/com/opensymphony/webwork/views/velocity/components/DivDirective.java,v <-- DivDirective.java
new revision: 1.4; previous revision: 1.3
done