00:14.31 | *** join/#flow3 mgoldbeck (~Adium@dslb-088-064-018-181.pools.arcor-ip.net) |
00:47.12 | *** join/#flow3 Sbrun (~nurbs@f049074215.adsl.alicedsl.de) |
01:27.32 | *** join/#flow3 ger^kallisti_ (~kyrill@dslb-188-110-055-226.pools.arcor-ip.net) |
02:08.51 | *** join/#flow3 boonkerz (~boonkerz@pd95c8e64.dip0.t-ipconnect.de) |
02:18.32 | *** join/#flow3 boonkerz (~boonkerz@pd95c8e64.dip0.t-ipconnect.de) |
02:50.36 | *** join/#flow3 Number-5 (~typobot@li200-166.members.linode.com) |
03:03.22 | *** join/#flow3 boonkerz (~boonkerz@pd95c8e64.dip0.t-ipconnect.de) |
04:20.12 | *** join/#flow3 p1d_ (~p1d@dslb-088-064-129-081.pools.arcor-ip.net) |
05:22.43 | *** join/#flow3 ghost1 (~ghost1@c-174-61-27-77.hsd1.fl.comcast.net) |
08:49.02 | *** join/#flow3 beberlei (~twitter@koln-5d81bafb.pool.mediaWays.net) |
09:17.44 | *** join/#flow3 burzum (~burzum@b2.e6.354a.static.theplanet.com) |
09:22.11 | *** join/#flow3 Pary (~chatzilla@host86-165-254-30.range86-165.btcentralplus.com) |
09:25.27 | *** join/#flow3 Chacky (~Sascha@dslb-178-002-173-018.pools.arcor-ip.net) |
09:26.11 | Pary | I am new to flow3 and (coding in general) and want to set up a test environment on my computer. Is there a wininstaller package? |
09:33.05 | *** join/#flow3 Denyerec (~Never@cpc4-shep11-2-0-cust49.8-3.cable.virginmedia.com) |
11:02.11 | *** join/#flow3 mgoldbeck (~Adium@dslb-088-064-013-081.pools.arcor-ip.net) |
11:10.29 | *** join/#flow3 cubert1 (~ppussar@p50805EE7.dip.t-dialin.net) |
11:32.35 | *** join/#flow3 liwo (~liwo@g228070165.adsl.alicedsl.de) |
11:43.30 | *** join/#flow3 p1d (~p1d@dslb-088-064-129-081.pools.arcor-ip.net) |
12:02.11 | *** join/#flow3 uwek (~uwek@dslb-088-068-120-180.pools.arcor-ip.net) |
12:08.03 | *** join/#flow3 Kollode (~Kollode@f054055128.adsl.alicedsl.de) |
12:26.08 | *** join/#flow3 uwek (~uwek@dslb-088-068-120-180.pools.arcor-ip.net) |
12:30.07 | *** join/#flow3 uwek_ (~uwek@dslb-088-068-120-180.pools.arcor-ip.net) |
12:34.54 | jwa | Pary: no |
12:35.16 | Pary | ok thanks |
12:37.10 | *** join/#flow3 fischli (~fischerb@p5B0DC9AC.dip.t-dialin.net) |
12:37.25 | jwa | I don't think FLOW3 is the right thing to start with if you're absolutely new to it |
12:38.27 | Pary | yeah just been doing some more reasearch. Talk about jumping in at the deep end |
12:44.25 | *** join/#flow3 tfcoding (~tfcoding@dyndsl-085-016-011-249.ewe-ip-backbone.de) |
12:59.21 | *** join/#flow3 boonkerz (~boonkerz@p4FC30BC6.dip.t-dialin.net) |
13:07.20 | *** join/#flow3 uwek (~uwek@dslb-088-068-120-180.pools.arcor-ip.net) |
13:12.03 | *** join/#flow3 KaiDer (KaiDer@dslb-084-059-013-255.pools.arcor-ip.net) |
13:14.08 | *** join/#flow3 mgoldbeck (~Adium@dslb-088-064-013-081.pools.arcor-ip.net) |
13:21.09 | *** join/#flow3 maxxx (5f71df3d@gateway/web/freenode/ip.95.113.223.61) |
13:21.20 | maxxx | hello |
13:21.46 | jwa | hi |
13:22.52 | maxxx | i have a little problem. my form action urls are only relative and no absolute. so when i submit the form i will redirected to a wrong url. other urls - generated by the f.link.action are absolute and correct. someony can help me? :-) |
13:27.18 | jwa | maxxx: do you have the f:base in your head? |
13:31.09 | maxxx | no... thx u very much!!! :-) |
13:34.50 | *** join/#flow3 michel (~michel@188-193-168-220-dynip.superkabel.de) |
13:34.56 | jwa | always a good idea to include it |
13:36.20 | michel | hi |
13:37.26 | maxxx | yeah. i tested many hours to solve this problem... but why the link urls are absolute (http://dev.local/foo/bar) and the form action urls relative (foo/bar)? is there a reason? |
13:38.41 | michel | can anyone help me solving a little url problem i am having with forms? |
13:40.27 | maxxx | i have the same url problem a few minutes ago: <jwa> maxxx: do you have the f:base in your head? |
13:41.13 | michel | if i submit a form the url is: myApp/myAction/myController/myApp/myController/myAction instead of myApp/myController/myAction |
13:41.52 | fischli | hi maxxx: the url for a link.action is always set as absolute by the UriBuilder inside the viewhelper |
13:42.03 | maxxx | you have to add "<f:base/>"-tag in the head tag of your template :) |
13:42.09 | maxxx | @michel |
13:42.20 | michel | oh nice ... ill try |
13:42.21 | jwa | fischli: isn't it a setting in Settings.yaml, too? :) |
13:43.30 | fischli | I don't think so, it's hardcoded in the viewhelper ... as far as I see it |
13:45.01 | jwa | fischli: but there's this line in the UriBuilder: protected $createAbsoluteUri = FALSE; |
13:45.47 | jwa | ah and yes the viewhelper sets it to true |
13:45.50 | jwa | damn |
13:46.29 | fischli | yeah, but it could also be possible to override it inside the UriBuilder ... didn't check it |