JQuery upload issue

2014-11-26 Thread Name Surname
I have deployed server on my local machine and would like to use TapJQuery upload feature. However each time I try to upload something I get failed as final output. What may be the cause of it? NOTE: I am accessing my locally deployed server from a local web browser. Thinking this might be a rea

RE: Issues with beaneditform component

2014-11-26 Thread Name Surname
Hello Chris! Well the thing is I used @persist just for that purpose, to save me from using the stale user object. There is some other issue around here which at this stage I can't figure out. :/ > Date: Thu, 27 Nov 2014 13:04:56 +1100 > Subject: Re: Issues with beaneditform component > From: ch

Re: Issues with beaneditform component

2014-11-26 Thread Chris Mylonas
On permission page I dont think u need @persist, you are setting the user already. The reason: I think its because when it goes to save it is using the stale user object discarding the form submission changes. On 27/11/2014 12:45 pm, "Name Surname" wrote: > I have one very odd situation here and

Issues with beaneditform component

2014-11-26 Thread Name Surname
I have one very odd situation here and it regards beaneditform. I have implemented following code: public class ListUsers { @Inject private Logic logic; @InjectPage private PermissionsPage permissionsPage; @Property private User user; /**

RE: Adding chat rooms

2014-11-26 Thread Name Surname
Great, Lance! That's just what I needed. Tap5.3. supports Atmosphere? Anyway I was thinking to upgrade your Tap-Atmoshere library and get first chat module per se library in Tapestry. Do I have your permission for it? > Date: Tue, 25 Nov 2014 18:39:12 + > Subject: Re: Adding chat rooms > Fro

Re: Hints on javascript debugging

2014-11-26 Thread Chris Mylonas
tapestrians, (MG that was a good one!) HAR in chrome dev-tools sounds handy for tapestry-security related stuff, no? (wrapping up all the meta info e.g. cookies, and being able to open in an editor for viewing) I watched a couple of youtube vids by Ilya Grigorik (JQueryUK 2013 in particul