[00:26:49 EDT(-0400)] * lennard1 (n=sparhk@ip68-98-56-21.ph.ph.cox.net) has joined ##uportal
[03:04:00 EDT(-0400)] * mad (n=chatzill@pcit-8752.HIG.SE) has joined ##uportal
[05:53:10 EDT(-0400)] * lennard1 (n=sparhk@ip68-98-56-21.ph.ph.cox.net) has joined ##uportal
[07:43:42 EDT(-0400)] * ChanServ (ChanServ@services.) has joined ##uportal
[07:43:42 EDT(-0400)] * mad (n=chatzill@pcit-8752.HIG.SE) has joined ##uportal
[07:43:42 EDT(-0400)] * Sememmon (n=Sememmon@ip70-190-239-50.ph.ph.cox.net) has joined ##uportal
[07:43:42 EDT(-0400)] * bulloche (n=bulloche@134.250.4.77) has joined ##uportal
[07:43:42 EDT(-0400)] * Tuomaz (n=fredrik@kaffe.umdc.umu.se) has joined ##uportal
[07:43:42 EDT(-0400)] * higpetter (n=petter@pcit-8755.hig.se) has joined ##uportal
[08:01:20 EDT(-0400)] * ChanServ (ChanServ@services.) has joined ##uportal
[08:01:20 EDT(-0400)] * Sememmon (n=Sememmon@ip70-190-239-50.ph.ph.cox.net) has joined ##uportal
[08:01:20 EDT(-0400)] * Tuomaz (n=fredrik@kaffe.umdc.umu.se) has joined ##uportal
[08:33:18 EDT(-0400)] * athena7 (n=athena7@adsl-75-58-126-207.dsl.wlfrct.sbcglobal.net) has joined ##uportal
[08:49:36 EDT(-0400)] * michelled (n=team@142.150.154.197) has joined ##uportal
[09:27:44 EDT(-0400)] * EricDalquist (n=dalquist@bohemia.doit.wisc.edu) has joined ##uportal
[09:46:51 EDT(-0400)] * anastasiac (n=team@142.150.154.160) has joined ##uportal
[10:30:44 EDT(-0400)] * apetro-_ (n=apetro@ip68-3-58-144.ph.ph.cox.net) has joined ##uportal
[10:41:39 EDT(-0400)] * mrogers (n=mrogers@cabinlake.cc.umanitoba.ca) has joined ##uportal
[10:52:09 EDT(-0400)] * colinclark (n=colin@142.150.154.101) has joined ##uportal
[11:25:51 EDT(-0400)] * holdorph (n=holdorph@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[11:57:29 EDT(-0400)] * jessm (n=Jess@dhcp-169-229-212-51.LIPS.Berkeley.EDU) has joined ##uportal
[12:19:14 EDT(-0400)] * apetro-_ (n=apetro@wsip-98-174-242-39.ph.ph.cox.net) has joined ##uportal
[13:50:14 EDT(-0400)] <athena7> EricDalquist: did the post you wrote here ever get resolved? http://forum.springframework.org/showthread.php?t=55966
[13:51:00 EDT(-0400)] <EricDalquist> yeah I think I did
[13:51:09 EDT(-0400)] <EricDalquist> are you doing this in up3 or in a stand-alone oprtlet
[13:52:55 EDT(-0400)] <EricDalquist> I have to run to a meeting
[13:53:13 EDT(-0400)] <EricDalquist> but what I had to do was change the flow-executor declaration to:
[13:53:14 EDT(-0400)] <EricDalquist> <!-- Executes flows: the central entry point into the Spring Web Flow system -->
[13:53:14 EDT(-0400)] <EricDalquist> <webflow:flow-executor id="flowExecutor">
[13:53:14 EDT(-0400)] <EricDalquist> <webflow:flow-execution-attributes>
[13:53:14 EDT(-0400)] <EricDalquist> <webflow:always-redirect-on-pause value="false" />
[13:53:15 EDT(-0400)] <EricDalquist> </webflow:flow-execution-attributes>
[13:53:17 EDT(-0400)] <EricDalquist> </webflow:flow-executor>
[13:53:24 EDT(-0400)] <EricDalquist> that always-redirect-on-pause I think was the issue
[13:53:31 EDT(-0400)] <EricDalquist> if I remember this all correctly
[13:53:52 EDT(-0400)] <athena7> yes, to the first question
[13:53:58 EDT(-0400)] <athena7> did you just take that statement out?
[13:54:18 EDT(-0400)] <EricDalquist> I thought I had to add it to get it to work right in portlets
[13:54:28 EDT(-0400)] <athena7> ah ok
[13:54:30 EDT(-0400)] <athena7> i'll try that
[13:54:45 EDT(-0400)] <athena7> i've been having problems too with getting a blank page if i try and display a previous view, too
[13:55:07 EDT(-0400)] <athena7> like if i try to send the user back to a form view to fix something that wasn't part of the validate method, i just get a blank page
[13:55:31 EDT(-0400)] <EricDalquist> hrm
[13:55:45 EDT(-0400)] <EricDalquist> are you using the validation stuff built into webflow
[13:55:54 EDT(-0400)] <EricDalquist> that should result in you never even leaving that view state
[13:56:07 EDT(-0400)] <athena7> yes
[13:56:20 EDT(-0400)] <EricDalquist> that being validation failure
[13:56:22 EDT(-0400)] <athena7> but there are a few things i didn't necessarily have in the validate method
[13:56:25 EDT(-0400)] <EricDalquist> though I never got to playing with validation
[13:56:29 EDT(-0400)] <EricDalquist> ah
[13:56:43 EDT(-0400)] <athena7> like if the commit results in an exception
[13:56:44 EDT(-0400)] <EricDalquist> so I'd send it to a decision state
[13:56:48 EDT(-0400)] <athena7> the validation stuff works reasonably well
[13:56:50 EDT(-0400)] <EricDalquist> to handle the commit
[13:57:00 EDT(-0400)] <EricDalquist> then send the user somewhere else based on the result of the commit
[13:57:24 EDT(-0400)] <athena7> yeah, i'd hoped to send them back to that form
[13:57:24 EDT(-0400)] <EricDalquist> meeting time
[13:57:29 EDT(-0400)] <EricDalquist> back in an hour
[13:57:30 EDT(-0400)] <athena7> enjoy!
[16:04:27 EDT(-0400)] * jessm (n=Jess@dhcp-169-229-212-9.LIPS.Berkeley.EDU) has joined ##uportal
[17:12:47 EDT(-0400)] * jessm (n=Jess@dhcp-169-229-212-31.LIPS.Berkeley.EDU) has joined ##uportal
[17:23:23 EDT(-0400)] * jessm (n=Jess@dhcp-169-229-212-31.LIPS.Berkeley.EDU) has joined ##uportal
General
Content
Integrations