Re: how to include a "do" url?

2006-04-10 Thread 王曾wang_zeng
OK. I have checked it out,so great. Sorry, I reply so late. cos the place where I live is opposite to the place where you live on this earth. When you get up,I am going to sleep. 2006/4/10, Michael Jouravlev <[EMAIL PROTECTED]>: > You can check out how I use it. > > This is main website of my p

Re: how to include a "do" url?

2006-04-10 Thread Michael Jouravlev
You can check out how I use it. This is main website of my project, JSP Controls Tag Library: http://www.jspcontrols.net This is what you talked about: http://www.jspcontrols.net/struts.jsp Michael. On 4/9/06, 王曾wang_zeng <[EMAIL PROTECTED]> wrote: > That's great! Thank you,Michael,for using yo

Re: how to include a "do" url?

2006-04-09 Thread 王曾wang_zeng
That's great! Thank you,Michael,for using your time. This approach is kind of novel, I have nerver seen this kind of usage before. Actually,it's not my ideal, one of my coworker teachs me to do that. I am really moved. 2006/4/9, Michael Jouravlev <[EMAIL PROTECTED]>: > > I use it. Works well for

Re: how to include a "do" url?

2006-04-08 Thread Michael Jouravlev
I use it. Works well for me. On 4/8/06, 王曾wang_zeng <[EMAIL PROTECTED]> wrote: > hi: > I think all of you have known what I mean well.I think the problem is > caused by including an action which in the end will forward the request to > another jsp page.That means you can't include a "forward".

Re: how to include a "do" url?

2006-04-08 Thread 王曾wang_zeng
hi: I think all of you have known what I mean well.I think the problem is caused by including an action which in the end will forward the request to another jsp page.That means you can't include a "forward". Actually this problem is solved by the modified codes I have shown you. First,I include

Re: how to include a "do" url?

2006-04-08 Thread Michael Jouravlev
When you display JSP from Struts action, you forward to it. Forwarding from included resource is not supposed to work properly according to current SRV spec. You may want to explicitly specify flush="false" and to use JSP1.2+ containers, but this will not work on Tomcat as you like. It will work on

Re: how to include a "do" url?

2006-04-08 Thread Kimani Darisha
stop being a retard! On 4/8/06, Dakota Jack <[EMAIL PROTECTED]> wrote: > I think you will have to say what kind of Struts you are working on. No one > here knows what "Struts" is anymore. > > On 4/8/06, 王曾wang_zeng <[EMAIL PROTECTED]> wrote: > > > > I am developing a web site, and my work is

Re: how to include a "do" url?

2006-04-08 Thread Ted Husted
To solve page composition problems, you might want to have a look at a product like Tiles, or even SiteMesh. Tiles works quite well with Struts Action, and there's a lot of documentation about how to use it. * http://www.laliluna.de/first-steps-struts-tiles-tutorial.html * http://www.learntechnolo

Re: how to include a "do" url?

2006-04-08 Thread Dakota Jack
I think you will have to say what kind of Struts you are working on. No one here knows what "Struts" is anymore. On 4/8/06, 王曾wang_zeng <[EMAIL PROTECTED]> wrote: > > I am developing a web site, and my work is based on the prototype > already made by people who are in charge of designing UI.

how to include a "do" url?

2006-04-08 Thread 王曾wang_zeng
I am developing a web site, and my work is based on the prototype already made by people who are in charge of designing UI. All my work start from the point when I get these 11 beautifully designed but static pages, and my task is to make them dynamic and have real meaning. To achive this goal