RE: nbsp; with bean:write

2001-08-22 Thread Patrick Vanden Driessche
Hi David, I am assuming that you are using bean:write to retrieve data values from your model beans. Your problem is purely related to the presentation (view/jsp). So, a clean solution would be to create a custom JSP tag, which would do the same as the the Struts bean:write tag

RE: the directory structure of struts apps

2001-08-21 Thread Patrick Vanden Driessche
Hi guys, I actually use a mixture of both approaches. Somehow, I like to reflect the Struts approach (MVC-ish) in the source code organisation. Basically, I have for example: com.mydomain.myapp.model.myfunctionality.* for model beans (DAO or EJB) com.mydomain.myapp.view.myfunctionality.* for