--- On Mon, 9/1/08, Harden ZHU wrote:
> I am using s:datetimepicker as follow
> 
> <s:datetimepicker name="user.birthDate"
> displayFormat="yyyy-MM-dd" />
> 
> When user.birthDate is null, i got exception
> ==================
> Caused by: The Struts dispatcher cannot be found.  This is
> usually
> caused by using Struts tags
> without the associated filter. Struts tags are only usable
> when the
> request has passed through
> its servlet filter, which initializes the Struts dispatcher
> needed for
> this tag. - [unknown location]
> ==================
> 
> What that mean?

It means you may be serving that page without running through the Struts 
dispatcher filter. Are you trying to serve a JSP page directly without running 
it through an action?

Dave


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

Reply via email to