Re: Feature request

2001-04-22 Thread Craig R. McClanahan
On Wed, 18 Apr 2001, James Howe wrote: > I'm using the tag to add parameters to a dynamically generated > URL used by some javascript on my JSP page. The problem with > is that it doesn't URL encode the result. In general, this is probably a > good thing. However, there are times when i

Re: Feature request

2001-04-22 Thread alex
hi all. i wonder who can help me resolve this problem. i am making a program based on struts. there are some circumstances that serval pages invoke one same action. and if some errors occured i want to show these errors in the previous page, but i cannot judge where the page is, cuz, there are

RE: Feature request

2001-04-23 Thread Nanduri, Amarnath
] Subject: Re: Feature request hi all. i wonder who can help me resolve this problem. i am making a program based on struts. there are some circumstances that serval pages invoke one same action. and if some errors occured i want to show these errors in the previous page, but i cannot judge

RE: Feature request

2001-04-23 Thread Craig R. McClanahan
On Mon, 23 Apr 2001, Nanduri, Amarnath wrote: > One thing you can do is use a tag which contains the name of the jsp > page. When you submit to the same action, and when you want to show errors > to the input page, get this value out of the tag and forward to that > page. > > I would strongl