I don't have direct experience with this particular tag but normally setting the theme to simple will remove the generated <tr><td> tags.
<s:datetimepicker theme="simple"/> Have you viewed the generated source? That will show you what is being generated for you. Regards, Randy Burgess Sr. Web Applications Developer Nuvox Communications > From: Milan Milanovic <[EMAIL PROTECTED]> > Reply-To: Struts Users Mailing List <user@struts.apache.org> > Date: Wed, 14 May 2008 07:29:33 -0700 (PDT) > To: Struts Users Mailing List <user@struts.apache.org> > Subject: Re: [Struts 2] Dojo datetimepicker - simple > > When I removed value part then it works. I don't need value part at all? > One more question, if I have two <s:datetimepicker-s> in <s:form> how > can I format them to be shown one along another in jsp, and not one below > another as default ? > > > -- > Thx, Milan > ----- Original Message ---- > From: Milan Milanovic <[EMAIL PROTECTED]> > To: Struts Users Mailing List <user@struts.apache.org> > Sent: Wednesday, May 14, 2008 4:14:41 PM > Subject: Re: [Struts 2] Dojo datetimepicker - simple > > I also get this exception for this:java.text.ParseException: Unparseable date: > "fromDate"at java.text.DateFormat.parse(Unknown Source) > at org.apache.struts2.components.DateTimePicker.format( > at org.apache.struts2.components.DateTimePicker.evaluateParams( > at org.apache.struts2.components.UIBean.end( > at > org.apache.struts2.views.jsp.ComponentTagSupport.doEndTag(DateTimePicker.java: > 309)DateTimePicker.java:202)UIBean.java:481)ComponentTagSupport.java:43) > ... > -- > Milan > > > ----- Original Message ---- > From: Milan Milanovic <[EMAIL PROTECTED]> > To: Struts Users Mailing List <user@struts.apache.org> > Sent: Wednesday, May 14, 2008 3:57:19 PM > Subject: [Struts 2] Dojo datetimepicker - simple > > Hi, > > I have in my action class Date field with get/set methods, and when I try to > show > datetimepicker in my jsp, like this: > > <s:datetimepicker name="fromDate" value="fromDate" id="fromDate" > displayFormat="dd.MM.yyyy" label="From date"/> > It show only NaN.NaN.0NaN information in place of datetimepicker, and this > debug info: > > DEBUG: invalid date string: fromDate > DEBUG: DEPRECATED: dojo.widget.DropdownDatePicker date attributes must be > passed in Rfc3339 format -- will be removed in version: 0.5 > > What is the problem ? I created Date before showing this page: fromDate = new > Date(); > > -- > Thx, Milan Milanovic > > > This email and any attachments ("Message") may contain legally privileged and/or confidential information. If you are not the addressee, or if this Message has been addressed to you in error, you are not authorized to read, copy, or distribute it, and we ask that you please delete it (including all copies) and notify the sender by return email. Delivery of this Message to any person other than the intended recipient(s) shall not be deemed a waiver of confidentiality and/or a privilege. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]