pojosontheweb / woko

POJOs on the Web !
http://www.pojosontheweb.com
Apache License 2.0
9 stars 1 forks source link

remove ${actionBean.object} from JSPs, use facet object instead #125

Closed vankeisb closed 12 years ago

vankeisb commented 12 years ago

For now you have to load the object you need via WokoActionBean : ain't easy to render objects without modifying the store.

Would be better to allow people to override /view and don't change the main JSP, but reuse the original one.