Use Firebug!

https://addons.mozilla.org/en-US/firefox/addon/1843

Jeromy Evans wrote:
Use FireBug to see if there's any errors loading dojo, it's dependencies and datapicker images. It's has to be related to your specific setup.

Rajagopal_Yendluri wrote:
Hi,

  I tested the same with firefox:

Tools=> PageInfo => Forms Tab: am not able to see the field name for 
<s:datetimepicker ... >.

Tools > ErrorConsole => Warnings Tab:
Warning: Error in parsing value for property 'cursor'.  Declaration dropped.
Source File: 
http://localhost:8080/------/..../.....action;jsessionid=FE29769C5916D88678E697B64A0E7BC7
Line: 29


Any clue ...            







-----Original Message----- From: Peng Tuck Kwok [mailto:[EMAIL PROTECTED] Sent: Monday, December 10, 2007 11:13 AM
To: Struts Users Mailing List
Subject: Re: datetimepicker tag

If you have firefox you can actually check out the javascript console for
errors, might give you a clue as to what's going on if it is a js problem.

HIH

On Dec 10, 2007 12:54 PM, Rajagopal_Yendluri <[EMAIL PROTECTED]>
wrote:

Hi..

  I am using 2.0.9, but for the nothing is displaying in jsp page except
label.

Included the ajax theme in jsp page. Checked the generated dojo script, it
is also fine.. but nothing is displaying in my jsp page...

Any Views... or ideas... what could be the reasons for not displaying
nothing other than lable ?????

Any workaround also helps....


Regards,
Rajagopal Y (Raj)
HCU-Consulting & Enterprise Solutions.
Phone: (C) +91-9986584084 / (W)+91-80-6658 3685.
-----Original Message-----
From: Jeromy Evans [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 16, 2007 12:36 PM
To: Struts Users Mailing List
Subject: Re: datetimepicker tag

Dipti, if you're using Struts 2.0.x, follow the example at :

http://struts.apache.org/2.0.9/docs/datetimepicker.html

It's likely you're just missing the essential
<%@ taglib prefix="s" uri="/struts-tags" %>
and/or
<s:head theme="ajax"/>
tags mentioned at the top of that page.

Note there are several issues with this version of the datetimepicker
that are discussed in other threads.

If you're using Struts 2.1.x you're probably missing the
struts-dojo-plugin.  Michaël's reference below applies to Struts 2.1.xonly.

[EMAIL PROTECTED] wrote:
In the lasts versions (since 2.0.9 I guess), all AJAX are in dojo
plugin.
So you need to include <%@ taglib uri="/struts-dojo-tags" prefix="sx"%>
and <sx:head/>

and call  :<sx:datetimepicker .../>

Michaël



dipti RealSoftInc <[EMAIL PROTECTED]>
16/10/2007 08:09
Veuillez répondre à
"Struts Users Mailing List" <user@struts.apache.org>


A
user@struts.apache.org
cc

Objet
Re: datetimepicker tag







I m using Struts2 and the tag which m using is:
<s:datetimepicker name="delivery.date" label="Delivery Date"
displayFormat="yyyy-MM-dd"  />
and regarding the taglib declaration it is not declared in it hence it
is
giving the exception:
No tag "datetimepicker" defined in tag library imported with prefix
"s"..
Struts2 does not support datetimepicker?? or some other reason.. please
reply back soon..


Laurie Harper wrote:

dipti RealSoftInc wrote:

hello,

I am using struts 2.0.1 and want to use datetimepicker tag... but it
is
giving an exception that it is not defined in the tld file i.e
struts-tag.tld please help me out...

What version of Struts are you using? What does your taglib declaration
look like? And what does you tag usage look like?

L.

ObWhine: please don't post unrelated questions to an existing thread.
Be
sure to start a new thread (with an appropriate subject) by sending a
fresh message to the list, rather than using Reply To.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




------------------------------------------------------------------------

No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.488 / Virus Database: 269.14.12/1072 - Release Date:
15/10/2007 5:55 PM
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




DISCLAIMER:
This email (including any attachments) is intended for the sole use of the
intended recipient/s and may contain material that is CONFIDENTIAL AND
PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or
distribution or forwarding of any or all of the contents in this message is
STRICTLY PROHIBITED. If you are not the intended recipient, please contact
the sender by email and delete all copies; your cooperation in this regard
is appreciated.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




DISCLAIMER:
This email (including any attachments) is intended for the sole use of the 
intended recipient/s and may contain material that is CONFIDENTIAL AND PRIVATE 
COMPANY INFORMATION. Any review or reliance by others or copying or 
distribution or forwarding of any or all of the contents in this message is 
STRICTLY PROHIBITED. If you are not the intended recipient, please contact the 
sender by email and delete all copies; your cooperation in this regard is 
appreciated.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to