Re: [Struts 2] baseRelativePath Problem

2007-09-25 Thread Roger Ye
Well, I googled, didn't get much help, Batteries may crush out, so do we, man, and sometime you're just in a rush like situation and don't have the mood to read through the docs. Hindsights are always correct, you know. Ah yes, a happy ending, now someone googling for the same question will just

RE: [Struts 2] baseRelativePath Problem

2007-09-25 Thread Al Sutton
> thanks for nobody's reply, It was a pleasure. > I read the dos and then got the answer. Didn't think of doing this first? > problem solved by overriding the built-in template head.ftl. just to make it a compete story. And it's always nice to see a happy ending :). --

Re: [Struts 2] baseRelativePath Problem

2007-09-25 Thread Roger Ye
thanks for nobody's reply, I read the dos and then got the answer. problem solved by overriding the built-in template head.ftl. just to make it a compete story. On 9/14/07, Roger Ye <[EMAIL PROTECTED]> wrote: > > Question: how to change the default baseRelativePath? > > using struts 2.0.9 and t

[Struts 2] baseRelativePath Problem

2007-09-13 Thread Roger Ye
Question: how to change the default baseRelativePath? using struts 2.0.9 and the xhtml template, the tag insert the following content in the page, where baseRelativePath: "/p/struts/dojo", while I want it to be "/p/js/dojo", so how can I change that? or I have to follow its requirement and put al