Juergen-

should be ok in struts 2.1.2..

by including in the struts-dojo-tags with this specification in any of your jsp
<%@ taglib prefix="sx" uri="/struts-dojo-tags" %>

you will acquire the requisite dojo JS functionality

more specifically the description inside head.ftl utilises the parameter 
baseRelativePath 
        <#if parameters.baseRelativePath?if_exists != "">
          ,baseRelativePath: "<@s.url value='${parameters.baseRelativePath}' 
includeParams='none' encode='false' />"
          ,baseScriptUri: "<@s.url value='${parameters.baseRelativePath}' 
includeParams='none' encode='false' />"
        <#else>
          ,baseRelativePath: "${base}/struts/dojo/"
          ,baseScriptUri: "${base}/struts/dojo/"
        </#if>  

but the necessary .js files including dojo.js should already be located in 
/org/apache/struts2/static/dojo.js
which should be in the WEB-INF/lib/struts2-dojo-plugin-2.1.2.jar

(Please confirm if this doesnt conform to your understanding)

(mit freundlichen Grüßen)
Martin 
______________________________________________ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business 
of Sender. This transmission is of a confidential nature and Sender does not 
endorse distribution to any party other than intended recipient. Sender does 
not necessarily endorse content contained within this transmission. 


> From: [EMAIL PROTECTED]
> To: user@struts.apache.org
> Date: Thu, 30 Oct 2008 14:43:51 +0100
> Subject: AW: s:datetimepicker doesn' t work after upgraded to struts2.0.12
> 
> Thanks for information.
> 
> A Bug in 2.0.12 and I was working on a solution for hours.
> Stuff it!
> 
> Is there the possibility to download a complete 2.0.13 version of struts?
> 
> 
> 
> >-----Ursprüngliche Nachricht-----
> >Von: Nils-Helge Garli Hegvik [mailto:[EMAIL PROTECTED]
> >Gesendet: Donnerstag, 30. Oktober 2008 13:46
> >An: Struts Users Mailing List
> >Betreff: Re: s:datetimepicker doesn' t work after upgraded to
> >struts2.0.12
> >
> >It might be related to this issue:
> >https://issues.apache.org/struts/browse/WW-2849
> >
> >Nils-H
> >
> >On Thu, Oct 30, 2008 at 1:20 PM,  <[EMAIL PROTECTED]> wrote:
> >> Hello,
> >>
> >> I am using the s:datetimepicker in struts 2.0.11.2.
> >> After updating to version 2.0.12 I got the error "dojo not defined".
> >> Is there someting different in the new version.
> >> Or, perhaps a bug?
> >>
> >> Does anybody have the same problem?
> >>
> >>
> >> ---------------------------------------------------------------------
> >> 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]
> >
> >
> >
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 

_________________________________________________________________
You live life beyond your PC. So now Windows goes beyond your PC.
http://clk.atdmt.com/MRT/go/115298556/direct/01/

Reply via email to