Re: SV: Pre-populate form

2004-11-11 Thread Jeff Beal
The framework handles it. Here's a rough sequence of events: 1) The Struts servlet receives a request for /newinsurance.do 2) The request processor consults the mapping information and sees that there should be an InsuranceBean instance in the request 3) It checks the standard request attri

SV: Pre-populate form

2004-11-11 Thread Roland Carlsson
Hi Jeff! When you say that the newinsurance.jsp "just see it" where do you store "it"? In request.setAttribute() with some key? Session? I'm using DynaValidatorBean but I guess that it should work in a simular way. Thanks in advance Roland Carlsson Den 04-11-11 14.14, skrev "Jeff Beal" <[EMAIL

SV: Pre-populate form

2004-11-11 Thread Roland Carlsson
Hi Mark! I belive that there must be a simpler solution to this. I know that I can creata a DynaActionForm and then pupulate that by calling the set-method. So shouldn't it be possible to create a DynaActionForm in a "populateAction" and then put it into a "scope" with a key and then forward to th