last time i checked templateDir was in struts.properties which would configure 
templateDir for the entire webapp
you can also override templateDir attribute in the component definition

<sx:datetimepicker templateDir=NewDirectoryForTemplate

/>

 

musachy would also know where these values are stored

 

obrigado
Martin  
______________________________________________ 
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger 
sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung 
oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem 
Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. 
Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung 
fuer den Inhalt uebernehmen.

Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
destinataire prévu, nous te demandons avec bonté que pour satisfaire informez 
l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est 
interdite. Ce message sert à l'information seulement et n'aura pas n'importe 
quel effet légalement obligatoire. Étant donné que les email peuvent facilement 
être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité 
pour le contenu fourni.



 

> From: fabio.eb...@dnasolution.com.br
> To: user@struts.apache.org
> Subject: Re: Help Dojo TagLibs
> Date: Mon, 19 Jul 2010 09:10:15 -0300
> 
> How i do this?
> ----- Original Message ----- 
> From: "Martin Gainty" <mgai...@hotmail.com>
> To: "Struts Users Mailing List" <user@struts.apache.org>
> Sent: Sunday, July 18, 2010 1:01 PM
> Subject: RE: Help Dojo TagLibs
> 
> 
> 
> did you touch your templateDir or templateCssPath??
> 
> 
> you can override either attribute in your components declaration
> 
> 
> Martin Gainty
> ______________________________________________
> Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité
> 
> Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene 
> Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte 
> Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht 
> dient lediglich dem Austausch von Informationen und entfaltet keine 
> rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von 
> E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
> 
> Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le 
> destinataire prévu, nous te demandons avec bonté que pour satisfaire 
> informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie 
> de ceci est interdite. Ce message sert à l'information seulement et n'aura 
> pas n'importe quel effet légalement obligatoire. Étant donné que les email 
> peuvent facilement être sujets à la manipulation, nous ne pouvons accepter 
> aucune responsabilité pour le contenu fourni.
> 
> 
> 
> 
> 
> > From: fabio.eb...@dnasolution.com.br
> > To: user@struts.apache.org
> > Subject: Help Dojo TagLibs
> > Date: Thu, 15 Jul 2010 09:23:37 -0300
> >
> > Hi, i trying to use the datetimepicker in my app, but when i change in my 
> > Web.xml the struts2 url-pattern to /jsp/* all my tags stop to work, no 
> > longer appears the visual :(
> >
> > follow my jsp:
> >
> > <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
> > pageEncoding="ISO-8859-1"%>
> > <%@ taglib prefix="s" uri="/struts-tags"%>
> > <%@ taglib prefix="sx" uri="/struts-dojo-tags"%>
> > <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
> > "http://www.w3.org/TR/html4/loose.dtd";>
> > <html>
> > <head>
> > <sx:head debug="false"/>
> > <SCRIPT type="text/javascript">
> > dojo.event.topic.subscribe("/beforeSelect", function(event, tab, 
> > tabContainer){
> > // event.cancel = true;
> > alert("boaaa");
> > });
> > </SCRIPT>
> > <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
> > <title>Insert title here</title>
> > </head>
> > <body>
> > <a href="jsp/usuario/loginUsuario.jsp">Usuario</a>
> > <a href="jsp/cliente/loginCliente.jsp">Cliente</a><p />
> >
> >
> > <sx:datetimepicker name="picker" /><p />
> >
> >
> > </body>
> > </html>
> >
> >
> > tks
> 
> _________________________________________________________________
> The New Busy is not the too busy. Combine all your e-mail accounts with 
> Hotmail.
> http://www.windowslive.com/campaign/thenewbusy?tile=multiaccount&ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_4
> 
> 
> --------------------------------------------------------------------------------
> 
> 
> 
> No virus found in this incoming message.
> Checked by AVG - www.avg.com
> Version: 9.0.839 / Virus Database: 271.1.1/3009 - Release Date: 07/16/10 
> 03:35:00
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
> 
                                          
_________________________________________________________________
Hotmail is redefining busy with tools for the New Busy. Get more from your 
inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID28326::T:WLMTAGL:ON:WL:en-US:WM_HMP:042010_2

Reply via email to