Re: Tapestry and JPA

2012-02-29 Thread Andreas Fink
Hi. Did you specify a jndi datasource? T5-jpa relies on it. Because i do not enable jndi in my container, i do it directly in my PersistenceModule with simplejndi like this: public class PersistenceModule { /** * Eeagerly loaded for {@link TapestryPersistenceUnitInfo} t

Re: fckeditor for Tapestry 5.3

2012-02-29 Thread Kalle Korhonen
On Sat, Feb 18, 2012 at 10:11 AM, Dragan Sahpaski wrote: > Hey Kalle, > See the latest commit. It resolves this issues properly. > On each ajax zone update a new ckeditor instance is created and the old > ones are properly destoyed using ckeditorinstance.destroy(). Also the > attached event handle

Re: allowing other servlets to handle requests

2012-02-29 Thread Paul Stanton
Sorry, Just found the section on IgnoredPaths: http://tapestry.apache.org/configuration.html#Configuration-ConfiguringIgnoredPaths It would be nice if tapestry could read the web descriptor and add the servlet url-patterns to this automatically! would that be possible? Thanks, Paul. On 1/03

allowing other servlets to handle requests

2012-02-29 Thread Paul Stanton
Hi all, In 5.1 servlets defined in web.xml were handled without any extra configuration. In 5.3 however, it seems like I need to specifically tell tapestry not to handle my servlets (via contributing a RequestFilter). Is this the case or am I missing something? For example: soap /service

Re: ?t:lb=t being appended to query parameter

2012-02-29 Thread George Christman
I think it's happening because I have a tree on the left nav bar and I'm reloading the index page with a new parameter. -- View this message in context: http://tapestry.1045711.n5.nabble.com/t-lb-t-being-appended-to-query-parameter-tp5526503p5526514.html Sent from the Tapestry - User mailing lis

?t:lb=t being appended to query parameter

2012-02-29 Thread George Christman
Could someone tell me how to stock ?t:lb=t from being appended to my url query parameter? I'm passing a clean id into my context and it continues to add those additional parameters. Thanks in advance. -- View this message in context: http://tapestry.1045711.n5.nabble.com/t-lb-t-being-appended-to

Re: First mixin attempt question

2012-02-29 Thread Christian Riedel
Hi Andrew, try mixins="venses/EventBind" you need to specify the namespace if the mixin is coming from another library Cheers Christian Am 29.02.2012 um 09:48 schrieb Andrew Dahl: > I am getting an error for which I can't find any documentation. > > Exception assembling root component of pag

Re: How to get values in a form with dynamic fields?

2012-02-29 Thread Tapbeg
Thiago H de Paula Figueiredo wrote > > > The list itself stores the values. > > Oh, great. I will try it. Thanks a lot. Regards. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-get-values-in-a-form-with-dynamic-fields-tp5521728p5525124.html Sent from the Tap

First mixin attempt question

2012-02-29 Thread Andrew Dahl
I am getting an error for which I can't find any documentation. Exception assembling root component of page venses/ComponentTest: Mixin id for parameter 'eventbind.event' not found. Attached mixins: DiscardBody, RenderDisabled, Selector. 21 eventbind.callback="function (event,ui,url){alert(

Re: ActionLink dynamic context value using js.

2012-02-29 Thread Thiago H. de Paula Figueiredo
On Wed, 29 Feb 2012 15:16:07 -0300, George Christman wrote: Hello Thiago, where do you suggest I add it as a query parameter? Thanks. Just add it in the end of the URL. You probably need to handle the event and the AJAX request yourself. Search the mailing list archives for ZoneManager.

Re: ActionLink dynamic context value using js.

2012-02-29 Thread George Christman
Hello Thiago, where do you suggest I add it as a query parameter? Thanks. -- View this message in context: http://tapestry.1045711.n5.nabble.com/ActionLink-dynamic-context-value-using-js-tp5525484p5525704.html Sent from the Tapestry - User mailing list archive at Nabble.com. ---

Re: ActionLink dynamic context value using js.

2012-02-29 Thread Thiago H. de Paula Figueiredo
On Wed, 29 Feb 2012 14:02:07 -0300, George Christman wrote: Hello, I have a hidden field in my page, I need to get that value to the backend without submitting the form. I was thinking I could dynamically alter the context value of an ActionLink with JS to submit the value, however I've had n

Fwd: http://tapestry.formos.com/ is hung, plz bounce

2012-02-29 Thread Howard Lewis Ship
http://tapestry.formos.com/ is actually packed up in a box in Andrew F.'s living room :-) Projects that were deploying to that Maven repository have been shifted to others, including: http://howardlewisship.com/repository/ http://howardlewisship.com/snapshot-repository/ -- Forwarded mess

ActionLink dynamic context value using js.

2012-02-29 Thread George Christman
Hello, I have a hidden field in my page, I need to get that value to the backend without submitting the form. I was thinking I could dynamically alter the context value of an ActionLink with JS to submit the value, however I've had no success. Perhaps there is a better method all together to accomp

Re: Question about caching of assets ...

2012-02-29 Thread Thiago H. de Paula Figueiredo
On Wed, 29 Feb 2012 04:56:17 -0300, Gunnar Eketrapp wrote: Hi! Hi! Would it be possible to tell clients to cache assets for ever and use the version to force a reload. I.e. the way I thought it worked ... As Steve said, you can't control what the browser requests. The Tapestry trick i