RE: url rewrite prob in tag

2004-03-03 Thread Wendy Smoak
> From: Mitchell, Glen (Corporate Channel Development) > On the page I use the following struts tag > > On the initial hit of the site this produces > src="http://host_name/images/x.gif:jsessionid=some_id_valu > e" .> > The browser does not load this at all. > On hitting Refresh on the b

url rewrite prob in tag

2004-03-03 Thread Mitchell, Glen (Corporate Channel Development)
I've posted this on Apache/Tomcat/Struts as unsure where appropriate I have a jsp page hosted on Apache 1.3.xxx/Tomcat 4.1.xxx config On the page I use the following struts tag On the initial hit of the site this produces http://host_name/images/x.gif:jsessionid=some_id_value"; .> The b

Re: html:rewrite doesn't rewrite "action" contrary to docs?

2003-10-21 Thread Ruth, Brice
ngelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx -Original Message- From: Ruth, Brice [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 2:11 PM To: Struts Users Mailing List Subject: Re: html:rewrite doesn't rewrite "action" contrary to docs? I have a

RE: html:rewrite doesn't rewrite "action" contrary to docs?

2003-10-21 Thread James Mitchell
l Software Engineer / Struts Evangelist http://www.struts-atlanta.org 678.910.8017 AIM:jmitchtx > -Original Message- > From: Ruth, Brice [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 21, 2003 2:11 PM > To: Struts Users Mailing List > Subject: Re: html:rewrite doesn&#x

Re: html:rewrite doesn't rewrite "action" contrary to docs?

2003-10-21 Thread Ruth, Brice
I have a drop-down select that jumps the user to a different country's site (e.g. from /US/whatever to /DE/index.do). For the select to work, I embed the link for the jump in the option's "value" attribute - so it looks like this: US The reason I need the rewrite (besid

RE: html:rewrite doesn't rewrite "action" contrary to docs?

2003-10-21 Thread James Mitchell
e [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 21, 2003 1:46 PM > To: Struts Users Mailing List > Subject: Re: html:rewrite doesn't rewrite "action" contrary to docs? > > > I see. Well, I would prefer only to use stable release builds > for this - &

Re: html:rewrite doesn't rewrite "action" contrary to docs?

2003-10-21 Thread Ruth, Brice
:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 1:23 PM To: Struts Users Mailing List Subject: html:rewrite doesn't rewrite "action" contrary to docs? The docs (http://jakarta.apache.org/struts/userGuide/struts-html.html#rewrite) indicate that html:rewrite will rewrite an

RE: html:rewrite doesn't rewrite "action" contrary to docs?

2003-10-21 Thread James Mitchell
: Ruth, Brice [mailto:[EMAIL PROTECTED] > Sent: Tuesday, October 21, 2003 1:23 PM > To: Struts Users Mailing List > Subject: html:rewrite doesn't rewrite "action" contrary to docs? > > > The docs > (http://jakarta.apache.org/struts/userGuide/struts-html.html#rewr

html:rewrite doesn't rewrite "action" contrary to docs?

2003-10-21 Thread Ruth, Brice
The docs (http://jakarta.apache.org/struts/userGuide/struts-html.html#rewrite) indicate that html:rewrite will rewrite an action, forward, href, or page attribute - but the "action" attribute isn't in the TLD and in the source for org.apache.struts.taglib.html.Rewrite

Re: Struts console plug-in - Bug - rewrite attribute

2003-07-30 Thread message message
It seems the mistake is in the dowbload application From: "K.C. Baltz" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: Struts Users Mailing List <[EMAIL PROTECTED]> Subject: Re: Struts console plug-in - Bug - rewrite att

Re: Struts console plug-in - Bug - rewrite attribute

2003-07-30 Thread K.C. Baltz
Is it possible you're confusing rewrite with redirect? K.C. message message wrote: To whom it my concern, I was using the Struts console plug-in Eclipse with the Struts-logon application. the console gives the error message "Invalid struts config File error on line 44:Attribut

Struts console plug-in - Bug - rewrite attribute

2003-07-27 Thread message message
To whom it my concern, I was using the Struts console plug-in Eclipse with the Struts-logon application. the console gives the error message "Invalid struts config File error on line 44:Attribute "rewrite" is not declared for element "forward". Validate t

Re: Using rewrite to reference HTML Assets - Tip #9 Question

2003-07-02 Thread Richard_Shearin
Loof" To: "Struts Users Mailing List" <[EMAIL PROTECTED]>

Re: Using rewrite to reference HTML Assets - Tip #9 Question

2003-07-02 Thread Nicolas De Loof
t; > > > > > "Nicolas De > Loof" To: "Struts Users Mailing List" > <[EMAIL PROTECTED]> > @cgey.com> Subject: Re: Using rewrite to > refe

RE: Using rewrite to reference HTML Assets - Tip #9 Question

2003-07-02 Thread Raible, Matt
: Wednesday, July 02, 2003 8:28 AM To: Struts Users Mailing List Subject: Re: Using rewrite to reference HTML Assets - Tip #9 Question Yes, the taglib def for html and other tags are in the header and all tags (html, logic, etc.) work fine everywhere else. Here's the generated html: SRC

Re: Using rewrite to reference HTML Assets - Tip #9 Question

2003-07-02 Thread Richard_Shearin
"Nicolas De Loof" To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re:

Re: Using rewrite to reference HTML Assets - Tip #9 Question

2003-07-02 Thread Nicolas De Loof
when I run the app in Netbeans with Tomcat but when I move the app to > another server and it gets an application name, it loses the context > relative URL so I tried to code it using the html rewrite as tip#9 > suggested but get an object expected error (it can't find the js files) &

Using rewrite to reference HTML Assets - Tip #9 Question

2003-07-02 Thread Richard_Shearin
I use when I run the app in Netbeans with Tomcat but when I move the app to another server and it gets an application name, it loses the context relative URL so I tried to code it using the html rewrite as tip#9 suggested but get an object expected error (it can't find the js files) when I cl

RE: apache proxy/form action rewrite issue

2003-06-23 Thread Dirck Hecking
: Chris Reeves [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 9:55 PM To: Struts Users Mailing List Subject: RE: apache proxy/form action rewrite issue Are you referring to the action forward? I can put a redirect=true there, but it has no effect on rendering the form action. Or am I

RE: apache proxy/form action rewrite issue

2003-06-23 Thread Chris Reeves
Struts Users Mailing List > Subject: RE: apache proxy/form action rewrite issue > > > The magic ingredient here is to set redirect="true" in the > struts-config.xml for the individual form mappings. -Dirck > > -Original Message- > From: Chris Reeves [mailto:[EM

RE: apache proxy/form action rewrite issue

2003-06-23 Thread Dirck Hecking
The magic ingredient here is to set redirect="true" in the struts-config.xml for the individual form mappings. -Dirck -Original Message- From: Chris Reeves [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 9:36 PM To: Struts User Mailing List Subject: apache proxy/form acti

apache proxy/form action rewrite issue

2003-06-23 Thread Chris Reeves
I have a web app using struts that runs under tomcat, behind an apache server using mod proxy. My web app works exactly as expected when run directly against tomcat, but fails when I attempt to use actions behind apache. For instance, my app (let's call it "thing1") has a form at /contact/index.j

URL Rewrite & Cookies

2003-03-03 Thread Jonathan
I'm still having problems with sessions here but I've kind of narrowed it down now. if I have a html:link tag in a page that is currently using Session A will it still use the same session if I use that link to get to another page? I'm assuming it uses URL rewriting instead when using html:link whi

url-rewrite

2003-01-31 Thread modena
Hi i've a problem: i use the struts's tag in my jsp and mapping.findForward("..."); in my Action but the url-rewrite doesn't work... In an Action i set an session variable and my code in all project is(for example): in jsp Didattica in struts-config.xml

RE: Attribute "rewrite" is not declared for element "forward".

2002-04-22 Thread Oliver Refle
Sent: Monday, April 22, 2002 4:53 PM To: Struts Users Mailing List Subject: Re: Attribute "rewrite" is not declared for element "forward". jfc100 wrote: > Cedric Dumoulin wrote: > >> This error means that you have used an attribute named 'rewrite' in

Re: Attribute "rewrite" is not declared for element "forward".

2002-04-22 Thread jfc100
jfc100 wrote: > Cedric Dumoulin wrote: > >> This error means that you have used an attribute named 'rewrite' in >> a > ...> tag in your xml file. Check line 49 ;-) >> >>Cedric >> >> jfc100 wrote: >> >>> Hi, >

Re: Attribute "rewrite" is not declared for element "forward".

2002-04-22 Thread jfc100
Cedric Dumoulin wrote: > This error means that you have used an attribute named 'rewrite' in a ...> tag in your xml file. Check line 49 ;-) > >Cedric > >jfc100 wrote: > >>Hi, >> >>Using struts1.0 with tiles, I'm getting the following

Re: Attribute "rewrite" is not declared for element "forward".

2002-04-22 Thread Cedric Dumoulin
This error means that you have used an attribute named 'rewrite' in a tag in your xml file. Check line 49 ;-) Cedric jfc100 wrote: > Hi, > > Using struts1.0 with tiles, I'm getting the following error msg when > starting

Attribute "rewrite" is not declared for element "forward".

2002-04-22 Thread jfc100
Hi, Using struts1.0 with tiles, I'm getting the following error msg when starting my server: [snip] Pop org.apache.struts.action.ActionForward [Default] Parse Error at line 49 column -1: Attribute "rewrite" is not declared for element "forward". [Default] org.

Cannot create rewrite URL: java.net.MalformedURL.Cannot retrive ActionForward

2001-11-30 Thread antony
access this page I always get the error -log_lo start- [snip] javax.servlet.ServletException: Cannot create rewrite URL: java.net.MalformedURL Exception: Cannot retrive ActionForward named /logoff at

"rewrite"?

2001-09-26 Thread David A. D. Konrad
Hi list, Can anyone explain what the following exception in Tomcat means...? "Parse Error at line 138 column 50: Element type "rewrite" must be declared. org.xml.sax.SAXParseException: Element type "rewrite" must be declared." TIA best regards,

Re: Exception in "rewrite" attribute of forward tag

2001-08-02 Thread Martin Cooper
A 'rewrite' attribute is not defined for the 'forward' element, which is why you are seeing the error. See the struts-config DTD for more details. Perhaps you meant 'redirect' instead of 'rewrite'? -- Martin Cooper At 01:56 PM 8/2/01, Prashanth_T

multi-param rewrite

2001-07-26 Thread devon . bowen
I need to use to generate a URI for JavaScript but I need to have two parameters. This doesn't seem to be possible. Specifically does not work because it always uses the last param rather than both of them. At the moment, I'm doing &level=0 which I can get away with because "level" happens t

Shouldn't rewrite have the same attributes as link in struts-html.tld?

2001-05-10 Thread Gerald Turner
d"/>" window.close() } ...in place of using a form so that pop-up disappears and the parent window submits the action. However struts-html.tld does not declare paramId and paramName attributes for the rewrite tag as it does for the link tag. Seeing as

Re: auto reload of message resource and URL-rewrite

2001-02-26 Thread Kan Leung, MK
PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, February 26, 2001 9:44 PM Subject: Re: auto reload of message resource and URL-rewrite > Hi, > I am sorry for my "stupidity". Need to read more careful email, and what > people ask. I have tried myself the following link: >

Re: auto reload of message resource and URL-rewrite

2001-02-26 Thread Maya Muchnik
> > From: "Craig R. McClanahan" <[EMAIL PROTECTED]> > > To: <[EMAIL PROTECTED]> > > Sent: Thursday, February 22, 2001 2:06 AM > > Subject: Re: auto reload of message resource and URL-rewrite > > > > > At the bottom of the struts-conf

Re: auto reload of message resource and URL-rewrite

2001-02-22 Thread Maya Muchnik
ubject: Re: auto reload of message resource and URL-rewrite > > > At the bottom of the struts-config.xml file for the example > application, you > > will see an action definition: > > > > > type="org.apache.struts.actions.ReloadAction"/> &g

Re: auto reload of message resource and URL-rewrite

2001-02-22 Thread Craig R. McClanahan
-example/struts-power.gif;jsessionid=nhiizz1yq1". May I know why > URL-rewrite is invoked for my browser, which cookie capability is > properly enabled? > I didn't answer the other half of this question in my previous response, so here is some background on why the URL rewriting t

Re: auto reload of message resource and URL-rewrite

2001-02-21 Thread Craig R. McClanahan
pplications as well. > > * My 2nd question is about "struts-example". Everytime when I load > "http://localhost/struts-documentation/", the image is never loaded > successfully at during first time. I viewed the source it the IMG_SRC is > "/struts-example/str

Re: auto reload of message resource and URL-rewrite

2001-02-21 Thread Kan Leung, MK
- Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 22, 2001 2:06 AM Subject: Re: auto reload of message resource and URL-rewrite > At the bottom of the struts-config.xml file for the example ap

auto reload of message resource and URL-rewrite

2001-02-21 Thread Kan Leung, MK
estion is about "struts-example". Everytime when I load "http://localhost/struts-documentation/", the image is never loaded successfully at during first time. I viewed the source it the IMG_SRC is "/struts-example/struts-power.gif;jsessionid=nhiizz1yq1". May I know why