Re: Portlets a href=: resource or action URL?

2007-06-15 Thread Scott O'Bryan
-Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 6:25 AM To: MyFaces Development Subject: Re: Portlets a href=: resource or action URL? Definitely encodeActionUrl, yes, from what I read in the portlet spec. Obviously

Re: Portlets a href=: resource or action URL?

2007-06-15 Thread Scott O'Bryan
Development Subject: Re: Portlets a href=: resource or action URL? Definitely encodeActionUrl, yes, from what I read in the portlet spec. Obviously the original link implementors thought the distinction was about form post versus get - but the distinction is about query

Re: Portlets a href=: resource or action URL?

2007-06-15 Thread Adam Winer
a href=: resource or action URL? Definitely encodeActionUrl, yes, from what I read in the portlet spec. Obviously the original link implementors thought the distinction was about form post versus get - but the distinction is about query links/form submissions versus

Re: Portlets a href=: resource or action URL?

2007-06-15 Thread Scott O'Bryan
:) I'm not being clear. Ok, the current bridge implementations don't take into account the complexity of this issue. And as you said, Adam, the Faces spec isn't much help either. But someone who is using the current Faces implementation with the current bridge is expecting their

Re: Portlets a href=: resource or action URL?

2007-06-15 Thread Scott O'Bryan
LOL. I need to read everything before I respond. Yes, I agree with the second part of your letter. Say we're 301 and fix the current bridge to handle the encoding correctly. I should have that code fairly soon and it wouldn't be an issue to move it into the current bridge implementation.

RE: Portlets a href=: resource or action URL?

2007-06-14 Thread Jesse Alexander \(KSFD 121\)
Adam mentions iframe/frame-src attributes... I guess those would qualify as resource-url's ? regards Alexander -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 6:25 AM To: MyFaces Development Subject: Re: Portlets a href=: resource

Re: Portlets a href=: resource or action URL?

2007-06-14 Thread Adam Winer
mentions iframe/frame-src attributes... I guess those would qualify as resource-url's ? regards Alexander -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 6:25 AM To: MyFaces Development Subject: Re: Portlets a href=: resource or action

Re: Portlets a href=: resource or action URL?

2007-06-14 Thread Scott O'Bryan
: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 6:25 AM To: MyFaces Development Subject: Re: Portlets a href=: resource or action URL? Definitely encodeActionUrl, yes, from what I read in the portlet spec. Obviously the original link implementors thought the distinction

Re: Portlets a href=: resource or action URL?

2007-06-14 Thread Scott O'Bryan
Subject: Re: Portlets a href=: resource or action URL? Definitely encodeActionUrl, yes, from what I read in the portlet spec. Obviously the original link implementors thought the distinction was about form post versus get - but the distinction is about query links/form submissions versus inclusion

Re: Portlets a href=: resource or action URL?

2007-06-14 Thread Adam Winer
Alexander -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 6:25 AM To: MyFaces Development Subject: Re: Portlets a href=: resource or action URL? Definitely encodeActionUrl, yes, from what I read in the portlet spec. Obviously

Re: Portlets a href=: resource or action URL?

2007-06-14 Thread Scott O'Bryan
those would qualify as resource-url's ? regards Alexander -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 6:25 AM To: MyFaces Development Subject: Re: Portlets a href=: resource or action URL? Definitely encodeActionUrl, yes

Re: Portlets a href=: resource or action URL?

2007-06-14 Thread Martin Marinschek
-url's ? regards Alexander -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 6:25 AM To: MyFaces Development Subject: Re: Portlets a href=: resource or action URL? Definitely encodeActionUrl, yes, from what I read

Re: Portlets a href=: resource or action URL?

2007-06-14 Thread Scott O'Bryan
/frame-src attributes... I guess those would qualify as resource-url's ? regards Alexander -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 6:25 AM To: MyFaces Development Subject: Re: Portlets a href=: resource or action

Re: Portlets a href=: resource or action URL?

2007-06-14 Thread Martin Marinschek
would qualify as resource-url's ? regards Alexander -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 6:25 AM To: MyFaces Development Subject: Re: Portlets a href=: resource or action URL? Definitely

Re: Portlets a href=: resource or action URL?

2007-06-14 Thread Adam Winer
? regards Alexander -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Thursday, June 14, 2007 6:25 AM To: MyFaces Development Subject: Re: Portlets a href=: resource or action URL? Definitely encodeActionUrl, yes, from what I read

Re: Portlets a href=: resource or action URL?

2007-06-13 Thread Martin Marinschek
Definitely encodeActionUrl, yes, from what I read in the portlet spec. Obviously the original link implementors thought the distinction was about form post versus get - but the distinction is about query links/form submissions versus inclusion of resources in the page. regards, Martin On