Re: struts sub application selection issue? - was Tiles subapplications

2002-05-03 Thread Cedric Dumoulin
Hello, One goals of Tiles is to enable reuse and to avoid copy/paste. So, having to copy same layouts in all sub-applications is not what we expect. Consequently, the actual behavior that you describe sound like a bug ;-). I have to dig a little bit to see what can be done. If you have

Re: struts sub application selection issue? - was Tiles subapplications

2002-05-03 Thread Ian Tomey
Hey Cedric. Right, as of 30 mins ago I got tiles sub apps to work together grudingly :-) That patch to RequestUtils.selectApplication fixes the problems I thought it would and does not seem to have any side effects (i.e. the old frames based version continues to work fine). I will submit

struts sub application selection issue? - was Tiles subapplications

2002-05-02 Thread Ian Tomey
Hi again, Been tracing through the code to see what the issue is (and if I can fix it quickly) and spotted the problem. I'm not sure if this is going to be problem anywhere else. quick recap of what is going on: call action in the /refdata sub app that returns a tiles-def reference, which