Hi,
I have been getting a null exception for a couple of hours now with the following
code. It works if I used <html:write name="contactForm" property="xxx"/>, but fails
at the first <nested:write property="title"/>
Have I misunderstood the use of <nested:root....>
Thanks for any advice.
=========================================================
<nested:root name="contactForm"/>
<TABLE border="0" cellPadding="2" cellSpacing=0 width="100%" >
<tr title="Contact name">
<td class="datagrey"><bean:message key="contact.label.name"/></th>
<td class="datagrey" colspan=3>
<nested:write property="title"/>
<nested:write property="lastName"/>,
<nested:write property="middleName"/>
<nested:write property="firstName"/>
</td>
</tr>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.351 / Virus Database: 197 - Release Date: 4/19/2002