uPortal IRC Logs-2013-02-26
[15:02:44 CST(-0600)] <drewwills> Quick question EricDalquist (or anyone who knows) – does each user of the same portlet on the same fragment get a different portlet windowId?
[15:05:45 CST(-0600)] <EricDalquist> yes
[15:05:54 CST(-0600)] <drewwills> splendid, thanks
[15:05:59 CST(-0600)] <EricDalquist> oh wait
[15:06:03 CST(-0600)] <EricDalquist> like the actual #?
[15:06:10 CST(-0600)] <EricDalquist> or the effective data model?
[15:06:42 CST(-0600)] <drewwills> hmmm... looks like one looks something like windowId=51_n38_14
[15:06:47 CST(-0600)] <EricDalquist> yeah
[15:06:53 CST(-0600)] <EricDalquist> so that value might be the same across users
[15:07:01 CST(-0600)] <drewwills> ah, roger
[15:07:07 CST(-0600)] <EricDalquist> but internally it will resolve to a different window object
[15:07:12 CST(-0600)] <EricDalquist> since those include the parent entity
[15:07:16 CST(-0600)] <EricDalquist> and the parent entity includes the user
[15:07:32 CST(-0600)] <drewwills> gotcha... but from the perspective of portlet dev
[15:07:41 CST(-0600)] <EricDalquist> it is an opaque string
[15:07:56 CST(-0600)] <EricDalquist> that is unique for the current user
[15:08:07 CST(-0600)] <drewwills> roger
[15:08:17 CST(-0600)] <EricDalquist> I can't remember if the portlet spec says anything more about it