Hi Folks: Whenever starting on a new screen (we're having to do alot), I'd like to focus on creating the html layout for it first before doing the formbean logic. Just to lay out the data. I notice with the html:text and others, it always wants a property that you need to define in your form bean. So what I normally do is create the form bean and add a single property called "dummy" and then all my html:text and others will use "dummy" as the property until I finish the layout. Then I go back into the formbean and add the real properties back in...
I'm wondering if there is a better way to do this? thanks, Theron -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

