Re: Tapestry with Spring

2012-04-14 Thread Jonathan Barker
If you are injecting into a service (and not a page) then you want to have a service constructor that takes a LoginService parameter. The injection style you have used is for Pages and Components. On Sat, Apr 14, 2012 at 11:56 AM, arterzatij wrote: > Hi, > > I'm currently doing some similar inte

Re: Not serializable: org.apache.tapestry5.tree.TreeExpansionModel

2012-04-14 Thread Kalle Korhonen
Sounds reasonable to me, please open a jira. Kalle On Sat, Apr 14, 2012 at 5:07 PM, Felix Gonschorek wrote: > Hi all, > > i'am currently trying to improve our tapestry application framework to > support session persistence across server restarts (and maybe across > multiple nodes in our server

Re: Uploading Images!

2012-04-14 Thread bhorvat
Here you go a simple code that works http://tapestry.1045711.n5.nabble.com/file/n5641351/A.java A.java http://tapestry.1045711.n5.nabble.com/file/n5641351/A.tml A.tml Just make sure that you have a folder named testUpload -- View this message in context: http://tapestry.1045711.n5.nabble.com/

Not serializable: org.apache.tapestry5.tree.TreeExpansionModel

2012-04-14 Thread Felix Gonschorek
Hi all, i'am currently trying to improve our tapestry application framework to support session persistence across server restarts (and maybe across multiple nodes in our server farm in the future). i managed to made it to change all our own business objects that are stored in the session to imple

Re: File System Asset Factory help needed and petition wanted

2012-04-14 Thread bhorvat
And once more I am hoping that this can be added to the tapestry? So if someone has any ideas why it should please let me know -- View this message in context: http://tapestry.1045711.n5.nabble.com/File-System-Asset-Factory-help-needed-and-petition-wanted-tp5641308p5641311.html Sent from the Tape

File System Asset Factory help needed and petition wanted

2012-04-14 Thread bhorvat
Hi all, I am trying to write an file system asset. Before I get to the problem, does anyone has any idea why that is not included? It seems to me that this is not something that the users should write for them selves, right? If someone has a better approach or a solution to my problem please let m

Re: Uploading Images!

2012-04-14 Thread loshmeey
right, sorry i forgot to mention the important part! It happens when i click submit..i still didn`t figure out why it pops up or how ti fix it :/ -- View this message in context: http://tapestry.1045711.n5.nabble.com/Uploading-Images-tp5639019p5641284.html Sent from the Tapestry - User mailing li

Re: Uploading Images!

2012-04-14 Thread bhorvat
I am not sure where do you get an error, when you upload a file or when you try to display it? -- View this message in context: http://tapestry.1045711.n5.nabble.com/Uploading-Images-tp5639019p5641121.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: Tomcat 7 deployment TapestryModule.RequestExceptionHandler Processing of request failed with uncaught exception: Component Index does not contain embedded component 'jsp'.

2012-04-14 Thread netdawg
I posted in Tomcat forum and got this response - have not tested - posting here as-is, use at your own risk: > If a file named index.jsp is declared as a welcome and it is not there in > the system, > tomcat does not allow failover to framework like Tapestry. It sounds like behaviour that can b

Re: Tapestry with Spring

2012-04-14 Thread arterzatij
Hi, I'm currently doing some similar integration. First thing, while loading services the spring bean is loaded. This is the log info [DEBUG] spring.TapestryBeanFactory Creating shared instance of singleton bean 'loginService' [DEBUG] spring.TapestryBeanFactory Creating instance of bean 'login

Re: Uploading Images!

2012-04-14 Thread loshmeey
soo, i added the code you gave me for example, and i still keep getting file not found exception. I made folder images in project folder and it still keeps popping up..so, can anyone help me out with this ? :) -- Best Regards Milos -- View this message in context: http://tapestry.1045711.n5.nabb

Re: Live Class and Template Reloading using jetty and Intellij

2012-04-14 Thread Guillaume Bodet
I'm using Tapestry together with Idea and live class reloading is just working fine. Launch jetty from the maven plugin, and just hit CTRL+F9 to reload pages and components. Regards Guillaume Tel.: Fax : +33 (0)177 721 613 +33 (0)140 130 430 P Avant d¹imprimer, pensez à l¹environnement Ce messa

Re: Live Class and Template Reloading using jetty and Intellij

2012-04-14 Thread Bob Harner
I haven't used IntelliJ much, but take a look at the troubleshooting section at the bottom of http://tapestry.apache.org/class-reloading.html if you haven't already. On Apr 12, 2012 8:28 AM, "klausbayrhammer" wrote: > Hey, > > Im having some trouble with the live class reloading using a jetty/in

Re: Uploading Images!

2012-04-14 Thread loshmeey
@bhorvat hehe actually im was at fon, finished first 2 years, and then transferred to fit! and i am really happy with that decision :D..anyway to the problem im having. I got the upload to work but.. this is the form..pretty simple and java

Re: Accessing protected instrumented fields

2012-04-14 Thread Olaf Tomczak
Great news Howard, I'll try the fix right away. Thanks for your awesome work! -- Olaf Tomczak 2012/4/13 Steve Eynon > Oh sweet. That is good news, cheers! > -- > Steve Eynon > --- > "If at first you don't succeed, >so much for skydiving!" > > > > > On 13 April 2

Re: how to get component event source?

2012-04-14 Thread Chris Mylonas
I agree with you there on droppablecontext!!! We would have saved 20 emails and 20 hours! The draggable is a component and it's easy for my novice eyes to see it's @Parameter. The droppable though is a mixin for a Zone. I thought about trying to add my own droppable context, but at this stage

Re: how to get component event source?

2012-04-14 Thread Lance Java
If the URL is the same then the zone id is the same. Im guessing that your droppables are defined in a loop too? (I'm talking t:id not client id) I think that the droppable mixin needs to accept a droppablecontext in a similar way to draggablecontext and the serverside event should have both conte