newbie question - can't get message to display

2004-11-10 Thread Patrick Beagan
I want to display a message on a jsp as a result of a user logging on. I do a saveMessages() in my Action class then forward to my jsp. Nothing is displayed. Can anyone see what I am doing wrong? Thanks, Patrick In my Action class: ActionMessage msg = new Ac

VO usage

2004-11-09 Thread Patrick Beagan
I have an application that uses struts - ejbs - hibernate. My value objects used for hibernate have the exact members as my html forms. Does anyone have Any suggestions to re-use these value objects? IE: It seems that I must define an ActionForm for my struts layer, and have a plain value objec