<snip> On Wed, 9 Feb 2005 08:04:44 -0800 (PST), Norris Shelton <[EMAIL PROTECTED]> wrote: > I am using a LazyValidatorForm for each area of my site. They > want information entered on a form in one part of the site to be > the default value when a form in another part of the site is > displayed. I am accumulating the information that is entered in > a session bean. I then tried to copy that to the form for the > current action before it is displayed. The form comes in as > null. I then tried to create a new form it it's null, but it > gets a NPE on the toString() method. > > Is there a way to do this? > </snip>
If you showed a bit of your code, that would tell us what you are doing. This is fairly simple, actually. Where you get the information for the second form is rather beside the point. If you have the information and a way to store it on the form and do so in your action then the information will be there. So, you need to show us what you are doing. My guess is that the data stored is null. But, without seeing your code, I cannot tell for sure. Jack -- "You can lead a horse to water but you cannot make it float on its back." "Heaven has changed. The Sky now goes all the way to our feet. ~Dakota Jack~ "This message may contain confidential and/or privileged information. If you are not the addressee or authorized to receive this for the addressee, you must not use, copy, disclose, or take any action based on this message or any information herein. If you have received this message in error, please advise the sender immediately by reply e-mail and delete this message. Thank you for your cooperation." --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]