Yeah this works great Brad... Thanks
-----Original Message----- From: Brad Barnett [mailto:[EMAIL PROTECTED] Sent: 25 February 2005 16:08 To: [email protected] Subject: Re: [displaytag-user] display:header? check out <display:caption> .. it should give you what you are looking for with something like this: <display:caption class="className"> <table> <tr> <td> <html:radio property="incidentsEmployeeForm.employeeForm.employeeUuid" value=""/> </td> <td> None </td> </tr> </table> </display:caption> On Fri, 25 Feb 2005 10:00:54 -0000, Ben Gill <[EMAIL PROTECTED]> wrote: > Hi, > > I would like to have the first row in my table statically defined in the JSP > page... > > So, the first employee in the list always 'None', so the user can select > 'None' if no employee is relevant... > > I know there are a ways around this problem... > > But is there anyway I can get this html: > > <tr> > <td> > <html:radio > property="incidentsEmployeeForm.employeeForm.employeeUuid" value=""/> > </td> > <td> > None > </td> > </tr> > > into the first row of my table? ie. I dont think I can just cut + paste the > html into it... > > ie. > > <display:table name="${employees}" cellspacing="0" > cellpadding="0" > id="employee" pagesize="15" styleClass="list" > export="false" requestURI=""> > > <display:column sort="true" headerClass="sortable" > property="fullName" > titleKey="incidents.parameters.driver"/> > </display:table> > > Ben > > This message has been checked for all known viruses by the MessageLabs Virus Control Centre. > > ********************************************************************* > > Notice: This email is confidential and may contain copyright material of Ocado Limited (the "Company"). Opinions and views expressed in this message may not necessarily reflect the opinions and views of the Company. > If you are not the intended recipient, please notify us immediately and delete all copies of this message. Please note that it is your responsibility to scan this message for viruses. > > Company reg. no. 3875000. > Ocado Limited > Titan Court > 3 Bishops Square > Hatfield Business Park > Hatfield > Herts > AL10 9NE > > ********************************************************************* > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > displaytag-user mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/displaytag-user > > ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user _____________________________________________________________________ This message has been checked for all known viruses by the MessageLabs Virus Control Centre. This message has been checked for all known viruses by the MessageLabs Virus Control Centre. ********************************************************************* Notice: This email is confidential and may contain copyright material of Ocado Limited (the "Company"). Opinions and views expressed in this message may not necessarily reflect the opinions and views of the Company. If you are not the intended recipient, please notify us immediately and delete all copies of this message. Please note that it is your responsibility to scan this message for viruses. Company reg. no. 3875000. Ocado Limited Titan Court 3 Bishops Square Hatfield Business Park Hatfield Herts AL10 9NE ********************************************************************* ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

