Re: Posting from multiple submits

2012-10-05 Thread Henrik von Schlanbusch
> Just tried your code and everething works as expected. Have you any client > side errors reported by your browser? Feil: TypeError: this.submitHidden is undefined Kildefil: http://localhost:8080/adapt-it/assets/796296867807588e/core/tapestry.js Linje: 1512 Hmm - I did not see this. This may b

Posting from multiple submits

2012-10-04 Thread Henrik von Schlanbusch
Hi. I have problems understanding multiple submits. I am running T5.3.5. I have the following tml: And javacode: @Component private Submit setSelectedGroup; @Component private Submit sendUserRegistration; public void on

Same page secured and unsecured

2012-06-27 Thread Henrik von Schlanbusch
when accessing the page via https. Is it possible to serve the pages in both ways by configuring tapestry in some way? Best regards Henrik von Schlanbusch - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For

Re: Contribute custom messages

2012-04-10 Thread Henrik von Schlanbusch
Henrik von Schlanbusch enovate.no> writes: > > Hi > > We have made a locale service that extracts messages from the > database based on keys. We would like to use the service > from the tml files, and preferably to replace the > default tapestry ${mess

Contribute custom messages

2012-03-06 Thread Henrik von Schlanbusch
${message:SOME_KEY} but the keys are extracted using our service? Best regards Henrik von Schlanbusch - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: How to obtain the ZoneManager for a Zone

2011-10-24 Thread Henrik von Schlanbusch
> I get the Javascript error: Cannot read property 'noZoneManager' of > undefined. > Can anybody see what I am doing wrong? > > Henrik Solved it by the help of this one: https://issues.apache.org/jira/browse/TAP5-569? page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#issue-

How to obtain the ZoneManager for a Zone

2011-10-23 Thread Henrik von Schlanbusch
Hi I need to get hold of the ZoneManager for a zone. I have the following: @InjectComponent private Zone myZone; @InjectComponent private org.apache.tapestry5.corelib.components.ActionLink myZoneUpdateLink; @Environmental private JavaScriptSupport javaScriptSupport;

Re: How to load a page into a zone

2011-10-22 Thread Henrik von Schlanbusch
Henrik von Schlanbusch enovate.no> writes: > I know the URL I want the zone to be updated with, > and I also know the id of the zone in the page. So is it > in some way or another possible to use the Tapestry.ZoneManager > to load the url into the zone of which I know the id

How to load a page into a zone

2011-10-22 Thread Henrik von Schlanbusch
updated with, and I also know the id of the zone in the page. So is it in some way or another possible to use the Tapestry.ZoneManager to load the url into the zone of which I know the id? Regards Henrik von Schlanbusch - To

Re: Page as Ajax return

2011-10-03 Thread Henrik von Schlanbusch
derkoe gmail.com> writes: > > > Henrik Schlanbusch wrote: > > > > Hi > > > > Is it possible to return a page as an ajax result or will this only work > > with > > zones? > > > > -Henrik > > > > When you return a page to an AJAX event handler the Tapestry JS will make a > redirect to that

Page as Ajax return

2011-10-03 Thread Henrik von Schlanbusch
Hi Is it possible to return a page as an ajax result or will this only work with zones? -Henrik - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org