hmm.. k I'll try the navigation way in that case.. thanks!
Type: Posts; User: rickster911; Keyword(s):
hmm.. k I'll try the navigation way in that case.. thanks!
Cool idea.. I'll do that "cancel" thing too..
And as a backup plan how do I do the latter? Sorry kinda new to swf + portals.. Sample code / config would help a lot
Thanks for replying
I agree and most likely thats what happens.. the user will request a reset of credentials and exit the flow which will cascade to the top level flow and exit too.. problem is if a user abandons it...
Really... Nobody.. ?? And I was thinking this will be easy.. Any help would be nice.. Thanks in advance
Hi,
Here is my use case. There is always a single "master" flow which is the point of entry and calls subflows.
- User comes to portlet landing page through URL -...
I agree your code is cleaner. I am using JBoss (2.7.1 I think). I cant use post since the url parameters are embedded in a link and emailed to the user :(. And when I tried using requestParameters...
No Error. I tried that initially and just got a null value. The request parameter map was null too. That would work if it was only based on portlets as I understand. Adding webflow to the mix causes...
Sweet.. got it.. will document here for someone else stuck with this problem
Basically I had to iterate and get to the outermost request as shown in the code below after passing the...
Thanks for your reply. I did try this and managed to get the httpservletrequest. The requestparameter is empty :(. Also used this code to get the outermost request
PortletRequest request =...
Hi,
I felt this post is related to what I am trying to do and hence the reply here. I am trying to get the url parameters when the user hits the portlet. The flows in the portlet are backed by...
Sorry.. just curious if anyone can help? Im essentially trying to do 2 things
1. get url parameters in the flow in a portlet env (requestParameter map is empty right now)
2. restart a flow -...
Hi,
I am a newbie to SWF and portal and I have to combine their usage for a project involving login and password recovery related user flows. I am using a single flow as the point of the entry and...