domain name used soehow as "namespace"

2007-11-20 Thread Ivan Žučenko
Hi all, title of my question may sound a bit wired.. but.. I want to run my service for web but also on .mobi and so.. I want one package in struts.xml dedicated to mobi actions... in other worlds I have myDomain.com which is handled by actions of one package + tiles then myDomain.com/ajax for obv

Re: changing template for s:text

2007-10-30 Thread Ivan Žučenko
; like it might be useful to others. Have you considered creating a patch > to > add this functionality to the existing text tag? > Tom > > > Ivan Žučenko wrote: > > > > Hi all, > > I have an intention to enabel debug mode in my application and one of > the > >

changing template for s:text

2007-10-30 Thread Ivan Žučenko
Hi all, I have an intention to enabel debug mode in my application and one of the features should be that it shows resource name in front of every localized text in jsp retrieved by For example This is resource would render in html page as: [RESOURCE_1]This is resource. I thought of making my cus

how Action Tag may access actionContext of the surrounding Action?

2007-10-30 Thread Ivan Žučenko
Hi all, I am quite new to s2 but like the framework but can not find the right way how ActionTag may cooperate with surrounding Action. Well more exactly I want Interceptors mapped to ActionTag use some objects prepared by Interceptors of the Action. May be example would be best. I have Interceptor