struts-dojo-tags doesn't work in freemarker templates

2008-02-24 Thread aj2r
In my freemarker templates I can use struts-tags but struts-dojo-tags like sx.a are ignored. am I missing something? -- View this message in context: http://www.nabble.com/struts-dojo-tags-doesn%27t-work-in-freemarker-templates-tp15666335p15666335.html Sent from the Struts - User mailing list a

No javascript in sx:div

2008-02-24 Thread aj2r
Time ago I noticed that javascript were removed in the pages linked by . Parameters executeScripts and separateScripts don't solve the problem. Any idea? -- View this message in context: http://www.nabble.com/No-javascript-in-sx%3Adiv-tp15666390p15666390.html Sent from the Struts - User mailing

Re: struts-dojo-tags doesn't work in freemarker templates

2008-02-24 Thread aj2r
newton.dave wrote: > > --- aj2r <[EMAIL PROTECTED]> wrote: >> In my freemarker templates I can use struts-tags but struts-dojo-tags >> like >> sx.a are ignored. am I missing something? > > Did you include/define the taglib library as per [1]? > >

Re: struts-dojo-tags doesn't work in freemarker templates

2008-02-24 Thread aj2r
newton.dave wrote: > > > Are you using S2.1 with the Dojo plugin? > > Dave > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > Yes, I'm using struts-2.1.0 with

[S2.1] struts-dojo-tags doesn't work in freemarker templates

2008-02-27 Thread aj2r
In my freemarker templates I can use struts-tags but struts-dojo-tags like sx.a are ignored. am I missing something? I'm trying include/define the taglib library as http://struts.apache.org/2.x/docs/freemarker.html too, but when I add <#assign sx=JspTaglibs["struts-dojo-tags"]> I obtain this erro

[S2.1]No javascript in sx:div

2008-02-27 Thread aj2r
Time ago I noticed that javascript were removed and not executed in the pages linked by . Parameters executeScripts and separateScripts don't solve the problem. Any idea? -- View this message in context: http://www.nabble.com/-S2.1-No-javascript-in-sx%3Adiv-tp15715737p15715737.html Sent from the

Re: get the Locale from Action[S2]

2008-03-03 Thread aj2r
slideharmony wrote: > > Hello, > anybody knows how can I get the client machine's Locale from my action > struts 2? > any help would be apprecciated. > Riccardo > Your action must extend com.opensymphony.xwork2.ActionSupport and then you can use getLocale() -- View this message in context: h

Re: sitemesh problem

2008-03-03 Thread aj2r
hns wrote: > > hi > i have one default namespace / and another /webmail > css applied to decorator is worked in / but it can not work at /webmail > what is problem? > Can you put here your decorators.xml? -- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p1581

Re: sitemesh problem

2008-03-04 Thread aj2r
hns wrote: > > > > aj2r wrote: >> >> >> Can you put here your decorators.xml? >> > i have putted decoraters.xml at web-inf folder > Can you put HERE your decorators.xml? -- View this message in context: http://www.nabble.com/sitemesh-prob

Re: sitemesh problem

2008-03-04 Thread aj2r
It seems correct. Can you put here main.jsp too? -- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p15823935.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscrib

Re: sitemesh problem

2008-03-04 Thread aj2r
It seems correct too :-/ Can tou put here (one more time :-P) the generated html of a page of the /webmail namespace? -- View this message in context: http://www.nabble.com/sitemesh-problem-tp15759026p15824174.html Sent from the Struts - User mailing list archive at Nabble.com. ---

Re: sitemesh problem

2008-03-04 Thread aj2r
Can you put here generated source (html received by browser) of sendMessage.jsp? In other hand, in css file you should specify class names with an initial dot, ie: .button not button hns wrote: > > now this is actual flow > index.jsp redirected to welcome.jsp(welcome.do) > > my welcome.jsp sh

Re: sitemesh problem

2008-03-04 Thread aj2r
Its seems correct too. I only think that you must have a mistake in your Refresh.css hns wrote: > > my generated html file excluding class button from sendmessage.jsp ,it > gives problem as i explained earlier > > > > > http://www.w3.org/1999/

Re: sitemesh problem

2008-03-04 Thread aj2r
hns wrote: > > ... > input.button { > margin: 0; > font: bolder 12px Arial, Sans-serif; > border: 1px solid #CCC; > padding: 2px 3px; > background: #FFF; > color: #88ac0b; > } > > Your fail is here. You write input.button, but this is wrong, replac

Re: get the Locale from Action[S2]

2008-03-05 Thread aj2r
Return the locale of the user's browser. Adam Gordon wrote: > > dumb question, but does that return the locale of the user or the locale > of the server on which the web app is running? if the former, how does > it determine the user's locale? thanks. >

struts-dojo-plugin-2.1.0 and googlemaps-tags

2008-03-31 Thread aj2r
I'm trying to use googlemaps-tags http://www.lamatek.com/GoogleMaps/ with struts-dojo, but when I load in a div the action that returns googlemaps jsp, googlemaps-javascript is missing and obviously it doesn't work. If I call the action directly from navigator all is ok. I've try to use executeScr

Re: struts-dojo-plugin-2.1.0 and googlemaps-tags

2008-04-01 Thread aj2r
With debug="true" I receive the message "DEBUG: error downloading remote script" -- View this message in context: http://www.nabble.com/struts-dojo-plugin-2.1.0-and-googlemaps-tags-tp16395593p16417877.html Sent from the Struts - User mailing list archive at Nabble.com. ---