
|
If you were logged in you would be able to see more operations.
|
|
|
WebWork
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
|
|
|
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...
|
|
Description
|
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...
|
Show » |
|
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