RE: Reuse of JSP's and relative links

2003-09-18 Thread Mainguy, Mike
Just so I'm clear, the problem is you have 2 different actions that link to
the same jsp and your intent is to have the jsp map to itself under BOTH
paths?

That's an interesting question, you could probably use the href attribute
instead of the action attribute...
Href=show.do instead of action=show.do



-Original Message-
From: Anders [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, September 17, 2003 10:08 AM
To: [EMAIL PROTECTED]
Subject: Reuse of JSP's and relative links


Hi,

How can i get html:link to use relative links?

I'm trying to reuse actions and JSP several places under different paths. My
problem is:

The user enters through /secure/articles/Show.do and it displays the page
with articles. The links on the page lets you go to the next page and read
the full article.

I then use the same action class for /secure/news/Show.do, and want to use
the same JSP's. It all works fine until the user clicks a link which directs
him to /secure/articles/Show.do?page=2 .

How can i make html:link use relative paths? I would like to specify
html:link action=Show.do?page=2 and that would lead to
/secure/news/Show.do because the originating url said so.

Thanks,
Anders,


--
 Anders Rene Sveen  +47-9244-3820
 [EMAIL PROTECTED]
--


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


This message and its contents (to include attachments) are the property of Kmart 
Corporation (Kmart) and may contain confidential and proprietary information. You are 
hereby notified that any disclosure, copying, or distribution of this message, or the 
taking of any action based on information contained herein is strictly prohibited. 
Unauthorized use of information contained herein may subject you to civil and criminal 
prosecution and penalties. If you are not the intended recipient, you should delete 
this message immediately.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Reuse of JSP's and relative links

2003-09-17 Thread Daniel Wang
use href as opposed to page

i.e. html:link href=Show.do

- Original Message - 
From: Anders [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 7:07 AM
Subject: Reuse of JSP's and relative links


 Hi,

 How can i get html:link to use relative links?

 I'm trying to reuse actions and JSP several places under different paths.
 My problem is:

 The user enters through /secure/articles/Show.do and it displays the page
 with articles. The links on the page lets you go to the next page and read
 the full article.

 I then use the same action class for /secure/news/Show.do, and want to use
 the same JSP's. It all works fine until the user clicks a link which
 directs him to /secure/articles/Show.do?page=2 .

 How can i make html:link use relative paths? I would like to specify
 html:link action=Show.do?page=2 and that would lead to
 /secure/news/Show.do because the originating url said so.

 Thanks,
 Anders,


 --
  Anders Rene Sveen  +47-9244-3820
  [EMAIL PROTECTED]
 --


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Reuse of JSP's and relative links

2003-09-17 Thread Anders
Ah, great! :)

How can i do the same thing in the html:form tag? Anyone knows?

Thanks,
Anders,

On Wed, 17 Sep 2003, Daniel Wang wrote:

 use href as opposed to page

 i.e. html:link href=Show.do

 - Original Message -
 From: Anders [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Wednesday, September 17, 2003 7:07 AM
 Subject: Reuse of JSP's and relative links


  Hi,
 
  How can i get html:link to use relative links?
 
  I'm trying to reuse actions and JSP several places under different paths.
  My problem is:
 
  The user enters through /secure/articles/Show.do and it displays the page
  with articles. The links on the page lets you go to the next page and read
  the full article.
 
  I then use the same action class for /secure/news/Show.do, and want to use
  the same JSP's. It all works fine until the user clicks a link which
  directs him to /secure/articles/Show.do?page=2 .
 
  How can i make html:link use relative paths? I would like to specify
  html:link action=Show.do?page=2 and that would lead to
  /secure/news/Show.do because the originating url said so.
 
  Thanks,
  Anders,
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Reuse of JSP's and relative links

2003-09-17 Thread Daniel Wang
You can't.  :(

- Original Message - 
From: Anders [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 7:24 AM
Subject: Re: Reuse of JSP's and relative links


 Ah, great! :)

 How can i do the same thing in the html:form tag? Anyone knows?

 Thanks,
 Anders,

 On Wed, 17 Sep 2003, Daniel Wang wrote:

  use href as opposed to page
 
  i.e. html:link href=Show.do
 
  - Original Message -
  From: Anders [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Wednesday, September 17, 2003 7:07 AM
  Subject: Reuse of JSP's and relative links
 
 
   Hi,
  
   How can i get html:link to use relative links?
  
   I'm trying to reuse actions and JSP several places under different
paths.
   My problem is:
  
   The user enters through /secure/articles/Show.do and it displays the
page
   with articles. The links on the page lets you go to the next page and
read
   the full article.
  
   I then use the same action class for /secure/news/Show.do, and want to
use
   the same JSP's. It all works fine until the user clicks a link which
   directs him to /secure/articles/Show.do?page=2 .
  
   How can i make html:link use relative paths? I would like to specify
   html:link action=Show.do?page=2 and that would lead to
   /secure/news/Show.do because the originating url said so.
  
   Thanks,
   Anders,
  
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Reuse of JSP's and relative links

2003-09-17 Thread Mike Jasnowski
You might be able to do this with an onsubmit handler

ie.. html:form onsubmit=this.location.href='/Show.do'

-Original Message-
From: Daniel Wang [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 10:29 AM
To: Struts Users Mailing List
Subject: Re: Reuse of JSP's and relative links


You can't.  :(

- Original Message -
From: Anders [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 7:24 AM
Subject: Re: Reuse of JSP's and relative links


 Ah, great! :)

 How can i do the same thing in the html:form tag? Anyone knows?

 Thanks,
 Anders,

 On Wed, 17 Sep 2003, Daniel Wang wrote:

  use href as opposed to page
 
  i.e. html:link href=Show.do
 
  - Original Message -
  From: Anders [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Wednesday, September 17, 2003 7:07 AM
  Subject: Reuse of JSP's and relative links
 
 
   Hi,
  
   How can i get html:link to use relative links?
  
   I'm trying to reuse actions and JSP several places under different
paths.
   My problem is:
  
   The user enters through /secure/articles/Show.do and it displays the
page
   with articles. The links on the page lets you go to the next page and
read
   the full article.
  
   I then use the same action class for /secure/news/Show.do, and want to
use
   the same JSP's. It all works fine until the user clicks a link which
   directs him to /secure/articles/Show.do?page=2 .
  
   How can i make html:link use relative paths? I would like to specify
   html:link action=Show.do?page=2 and that would lead to
   /secure/news/Show.do because the originating url said so.
  
   Thanks,
   Anders,
  
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Reuse of JSP's and relative links

2003-09-17 Thread Mike Jasnowski
Or

html:form onsubmit=this.action='/Show.do';this.submit();

-Original Message-
From: Mike Jasnowski [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 16, 2003 10:29 AM
To: Struts Users Mailing List
Subject: RE: Reuse of JSP's and relative links


You might be able to do this with an onsubmit handler

ie.. html:form onsubmit=this.location.href='/Show.do'

-Original Message-
From: Daniel Wang [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 10:29 AM
To: Struts Users Mailing List
Subject: Re: Reuse of JSP's and relative links


You can't.  :(

- Original Message -
From: Anders [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 7:24 AM
Subject: Re: Reuse of JSP's and relative links


 Ah, great! :)

 How can i do the same thing in the html:form tag? Anyone knows?

 Thanks,
 Anders,

 On Wed, 17 Sep 2003, Daniel Wang wrote:

  use href as opposed to page
 
  i.e. html:link href=Show.do
 
  - Original Message -
  From: Anders [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Sent: Wednesday, September 17, 2003 7:07 AM
  Subject: Reuse of JSP's and relative links
 
 
   Hi,
  
   How can i get html:link to use relative links?
  
   I'm trying to reuse actions and JSP several places under different
paths.
   My problem is:
  
   The user enters through /secure/articles/Show.do and it displays the
page
   with articles. The links on the page lets you go to the next page and
read
   the full article.
  
   I then use the same action class for /secure/news/Show.do, and want to
use
   the same JSP's. It all works fine until the user clicks a link which
   directs him to /secure/articles/Show.do?page=2 .
  
   How can i make html:link use relative paths? I would like to specify
   html:link action=Show.do?page=2 and that would lead to
   /secure/news/Show.do because the originating url said so.
  
   Thanks,
   Anders,
  
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Reuse of JSP's and relative links

2003-09-17 Thread Daniel Wang
Actually you probably don't want to do the extra this.submit() from within
a submit handler -- it'll create an endless loop

onSubmit should submit the form unless a FALSE is returned

- Original Message - 
From: Mike Jasnowski [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Tuesday, September 16, 2003 7:31 AM
Subject: RE: Reuse of JSP's and relative links


 Or

 html:form onsubmit=this.action='/Show.do';this.submit();

 -Original Message-
 From: Mike Jasnowski [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, September 16, 2003 10:29 AM
 To: Struts Users Mailing List
 Subject: RE: Reuse of JSP's and relative links


 You might be able to do this with an onsubmit handler

 ie.. html:form onsubmit=this.location.href='/Show.do'

 -Original Message-
 From: Daniel Wang [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, September 17, 2003 10:29 AM
 To: Struts Users Mailing List
 Subject: Re: Reuse of JSP's and relative links


 You can't.  :(

 - Original Message -
 From: Anders [EMAIL PROTECTED]
 To: Struts Users Mailing List [EMAIL PROTECTED]
 Sent: Wednesday, September 17, 2003 7:24 AM
 Subject: Re: Reuse of JSP's and relative links


  Ah, great! :)
 
  How can i do the same thing in the html:form tag? Anyone knows?
 
  Thanks,
  Anders,
 
  On Wed, 17 Sep 2003, Daniel Wang wrote:
 
   use href as opposed to page
  
   i.e. html:link href=Show.do
  
   - Original Message -
   From: Anders [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Wednesday, September 17, 2003 7:07 AM
   Subject: Reuse of JSP's and relative links
  
  
Hi,
   
How can i get html:link to use relative links?
   
I'm trying to reuse actions and JSP several places under different
 paths.
My problem is:
   
The user enters through /secure/articles/Show.do and it displays the
 page
with articles. The links on the page lets you go to the next page
and
 read
the full article.
   
I then use the same action class for /secure/news/Show.do, and want
to
 use
the same JSP's. It all works fine until the user clicks a link which
directs him to /secure/articles/Show.do?page=2 .
   
How can i make html:link use relative paths? I would like to specify
html:link action=Show.do?page=2 and that would lead to
/secure/news/Show.do because the originating url said so.
   
Thanks,
Anders,
   
   
   
  
 -
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Reuse of JSP's and relative links

2003-09-17 Thread Anders
Good idea, but the tag needs to look up the action for form handling etc.
It can't do that if the correct action url isn't specified in the
action-attribute.

I've tried something like action=%=path%Edit.do but as a lot of people
probably would know that doesn't work either. :)

Anders,

You might be able to do this with an onsubmit handler

ie.. html:form onsubmit=this.location.href='/Show.do'

-Original Message-
From: Daniel Wang [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 10:29 AM
To: Struts Users Mailing List
Subject: Re: Reuse of JSP's and relative links


You can't.  :(

- Original Message -
From: Anders [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 7:24 AM
Subject: Re: Reuse of JSP's and relative links

 Ah, great! :)

 How can i do the same thing in the html:form tag? Anyone knows?

 Thanks,
 Anders,

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Reuse of JSP's and relative links

2003-09-17 Thread Mike Jasnowski
Ahh good point, I was thinking I guess in terms if it was launched from a
button.

-Original Message-
From: Daniel Wang [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 10:39 AM
To: Struts Users Mailing List
Subject: Re: Reuse of JSP's and relative links


Actually you probably don't want to do the extra this.submit() from within
a submit handler -- it'll create an endless loop

onSubmit should submit the form unless a FALSE is returned

- Original Message -
From: Mike Jasnowski [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Tuesday, September 16, 2003 7:31 AM
Subject: RE: Reuse of JSP's and relative links


 Or

 html:form onsubmit=this.action='/Show.do';this.submit();

 -Original Message-
 From: Mike Jasnowski [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, September 16, 2003 10:29 AM
 To: Struts Users Mailing List
 Subject: RE: Reuse of JSP's and relative links


 You might be able to do this with an onsubmit handler

 ie.. html:form onsubmit=this.location.href='/Show.do'

 -Original Message-
 From: Daniel Wang [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, September 17, 2003 10:29 AM
 To: Struts Users Mailing List
 Subject: Re: Reuse of JSP's and relative links


 You can't.  :(

 - Original Message -
 From: Anders [EMAIL PROTECTED]
 To: Struts Users Mailing List [EMAIL PROTECTED]
 Sent: Wednesday, September 17, 2003 7:24 AM
 Subject: Re: Reuse of JSP's and relative links


  Ah, great! :)
 
  How can i do the same thing in the html:form tag? Anyone knows?
 
  Thanks,
  Anders,
 
  On Wed, 17 Sep 2003, Daniel Wang wrote:
 
   use href as opposed to page
  
   i.e. html:link href=Show.do
  
   - Original Message -
   From: Anders [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Wednesday, September 17, 2003 7:07 AM
   Subject: Reuse of JSP's and relative links
  
  
Hi,
   
How can i get html:link to use relative links?
   
I'm trying to reuse actions and JSP several places under different
 paths.
My problem is:
   
The user enters through /secure/articles/Show.do and it displays the
 page
with articles. The links on the page lets you go to the next page
and
 read
the full article.
   
I then use the same action class for /secure/news/Show.do, and want
to
 use
the same JSP's. It all works fine until the user clicks a link which
directs him to /secure/articles/Show.do?page=2 .
   
How can i make html:link use relative paths? I would like to specify
html:link action=Show.do?page=2 and that would lead to
/secure/news/Show.do because the originating url said so.
   
Thanks,
Anders,
   
   
   
  
 -
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Reuse of JSP's and relative links

2003-09-17 Thread Mike Jasnowski
Actually now that I think about it I'm not sure you'd be able to change the
action attribute of the form tag during onsubmit. It might be too late at
that point.

-Original Message-
From: Mike Jasnowski [mailto:[EMAIL PROTECTED]
Sent: Tuesday, September 16, 2003 10:46 AM
To: Struts Users Mailing List
Subject: RE: Reuse of JSP's and relative links


Ahh good point, I was thinking I guess in terms if it was launched from a
button.

-Original Message-
From: Daniel Wang [mailto:[EMAIL PROTECTED]
Sent: Wednesday, September 17, 2003 10:39 AM
To: Struts Users Mailing List
Subject: Re: Reuse of JSP's and relative links


Actually you probably don't want to do the extra this.submit() from within
a submit handler -- it'll create an endless loop

onSubmit should submit the form unless a FALSE is returned

- Original Message -
From: Mike Jasnowski [EMAIL PROTECTED]
To: Struts Users Mailing List [EMAIL PROTECTED]
Sent: Tuesday, September 16, 2003 7:31 AM
Subject: RE: Reuse of JSP's and relative links


 Or

 html:form onsubmit=this.action='/Show.do';this.submit();

 -Original Message-
 From: Mike Jasnowski [mailto:[EMAIL PROTECTED]
 Sent: Tuesday, September 16, 2003 10:29 AM
 To: Struts Users Mailing List
 Subject: RE: Reuse of JSP's and relative links


 You might be able to do this with an onsubmit handler

 ie.. html:form onsubmit=this.location.href='/Show.do'

 -Original Message-
 From: Daniel Wang [mailto:[EMAIL PROTECTED]
 Sent: Wednesday, September 17, 2003 10:29 AM
 To: Struts Users Mailing List
 Subject: Re: Reuse of JSP's and relative links


 You can't.  :(

 - Original Message -
 From: Anders [EMAIL PROTECTED]
 To: Struts Users Mailing List [EMAIL PROTECTED]
 Sent: Wednesday, September 17, 2003 7:24 AM
 Subject: Re: Reuse of JSP's and relative links


  Ah, great! :)
 
  How can i do the same thing in the html:form tag? Anyone knows?
 
  Thanks,
  Anders,
 
  On Wed, 17 Sep 2003, Daniel Wang wrote:
 
   use href as opposed to page
  
   i.e. html:link href=Show.do
  
   - Original Message -
   From: Anders [EMAIL PROTECTED]
   To: [EMAIL PROTECTED]
   Sent: Wednesday, September 17, 2003 7:07 AM
   Subject: Reuse of JSP's and relative links
  
  
Hi,
   
How can i get html:link to use relative links?
   
I'm trying to reuse actions and JSP several places under different
 paths.
My problem is:
   
The user enters through /secure/articles/Show.do and it displays the
 page
with articles. The links on the page lets you go to the next page
and
 read
the full article.
   
I then use the same action class for /secure/news/Show.do, and want
to
 use
the same JSP's. It all works fine until the user clicks a link which
directs him to /secure/articles/Show.do?page=2 .
   
How can i make html:link use relative paths? I would like to specify
html:link action=Show.do?page=2 and that would lead to
/secure/news/Show.do because the originating url said so.
   
Thanks,
Anders,
   
   
   
  
 -
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
   
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 


 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]