RE: [portal] Transfering control from CachingURICoplet to portal

2004-05-05 Thread Carsten Ziegeler
Alex Romayev wrote: I'm not sure I understand, are you suggesting just having an out-of-portal page for registration and not implement it inside a coplet? No, it's a coplet but the target of the link (or forms action) does not go directly to the portal - it goes outsite,

RE: [portal] Transfering control from CachingURICoplet to portal

2004-05-04 Thread Carsten Ziegeler
Alex Romayev wrote: --- Carsten Ziegeler [EMAIL PROTECTED] wrote: Alex Romayev wrote: Carsten, is there another way of doing this, say directly from flow? I really don't see this as a one-off case, where a client JavaScript workaround is good enough. Hmm, I think not -

RE: [portal] Transfering control from CachingURICoplet to portal

2004-05-04 Thread Alex Romayev
Hmm, I think you can simply use flow for your two Edit use cases. But then this requires that you display the result in a coplet and not instead of the whole portal page. So, for example the search result will be displayed in the coplet. This should work. Well, that would be a

RE: [portal] Transfering control from CachingURICoplet to portal

2004-05-04 Thread Carsten Ziegeler
Alex Romayev wrote: Hmm, I think you can simply use flow for your two Edit use cases. But then this requires that you display the result in a coplet and not instead of the whole portal page. So, for example the search result will be displayed in the coplet. This should work.

RE: [portal] Transfering control from CachingURICoplet to portal

2004-05-04 Thread Alex Romayev
I'm not sure I understand, are you suggesting just having an out-of-portal page for registration and not implement it inside a coplet? No, it's a coplet but the target of the link (or forms action) does not go directly to the portal - it goes outsite, does whatever it has to do

RE: [portal] Transfering control from CachingURICoplet to portal

2004-05-03 Thread Alex Romayev
--- Hunsberger, Peter [EMAIL PROTECTED] wrote: Alex Romayev [EMAIL PROTECTED] asks: I have a registration form implemented using CForms inside a CachingURICoplet. At the end of registration process (on confirm) I need to do the following in my flowscript: 1. Write results

RE: [portal] Transfering control from CachingURICoplet to portal

2004-05-03 Thread Carsten Ziegeler
Alex Romayev wrote: --- Hunsberger, Peter [EMAIL PROTECTED] wrote: Alex Romayev [EMAIL PROTECTED] asks: I have a registration form implemented using CForms inside a CachingURICoplet. At the end of registration process (on confirm) I need to do the following in my

RE: [portal] Transfering control from CachingURICoplet to portal

2004-05-03 Thread Alex Romayev
Yes, this should work - you only have to take care if you use java script that this doesn't interfere with java script that you might have in other coplets. Carsten Carsten, is there another way of doing this, say directly from flow? I really don't see this as a one-off case, where a

RE: [portal] Transfering control from CachingURICoplet to portal

2004-05-03 Thread Carsten Ziegeler
Alex Romayev wrote: Carsten, is there another way of doing this, say directly from flow? I really don't see this as a one-off case, where a client JavaScript workaround is good enough. Hmm, I think not - you have to do a global redirect there and this is imho not possible with the

RE: [portal] Transfering control from CachingURICoplet to portal

2004-05-03 Thread Alex Romayev
--- Carsten Ziegeler [EMAIL PROTECTED] wrote: Alex Romayev wrote: Carsten, is there another way of doing this, say directly from flow? I really don't see this as a one-off case, where a client JavaScript workaround is good enough. Hmm, I think not - you have to do a global

RE: [portal] Transfering control from CachingURICoplet to portal

2004-05-03 Thread Alex Romayev
Just re-read my e-mail and it sounds like I'm critisizing -- I'm not and sorry if it comes across like I was :-) I think the portal is great, I'm just trying to figure my way around it. This is the issue I've struggled with for a while, so if I am completely off in my approach please tell me so

RE: [portal] Transfering control from CachingURICoplet to portal

2004-04-30 Thread Hunsberger, Peter
Alex Romayev [EMAIL PROTECTED] asks: I have a registration form implemented using CForms inside a CachingURICoplet. At the end of registration process (on confirm) I need to do the following in my flowscript: 1. Write results to the database 2. Log the user with the new