Divide a page into smaller pieces?

2012-11-25 Thread membersound
HI, is it possible to divide a page into smaller pages as combine them as one page? I have a single page which has to display 3 different grids and other things. The backing code is almost 500 lines and still growing, tml about 200. Can I divide the codes for one page somehow into smaller pieces

SinglePage app design thoughts

2012-11-25 Thread bigcache1
I have started to work on my new application, that would address thought work. And single page design is very appealing to me. I am heavily inspired by Asana example. What is main feature of single page design for me? It is a seamless experience. Because page reloads, are not

Restrict fractions in a textfield?

2012-11-25 Thread membersound
Hi, can I restrict the input format on a input textfield? I don't mean things like custom validations. I mean eg restricting a number input to only be possible with 2 fractions, like "50.10" $ and not "50.101"? Is that possible to force the input format in such a way? Thansk -- View this messa

Re: Divide a page into smaller pieces?

2012-11-25 Thread Chris Poulsen
Use components and/or the usual java constructs? -- Chris On Sun, Nov 25, 2012 at 12:16 PM, membersound wrote: > HI, > > is it possible to divide a page into smaller pages as combine them as one > page? > I have a single page which has to display 3 different grids and other > things. > > The

Re: Restrict fractions in a textfield?

2012-11-25 Thread Chris Poulsen
The functionality you ask about is called input masking. It can be done using javascript and it is not really a tapestry related issue. -- Chris On Sun, Nov 25, 2012 at 1:03 PM, membersound wrote: > Hi, > > can I restrict the input format on a input textfield? > I don't mean things like custo

Re: Divide a page into smaller pieces?

2012-11-25 Thread Geoff Callender
Here's a start. In this example each menu option is a single page, but it's not a big step to turn them into components too. http://jumpstart.doublenegative.com.au/jumpstart/together/withlayout2/gracefulajaxfiltercrud/persons You will, however, have to consider problems like how to make

JS does not work within t:block?

2012-11-25 Thread membersound
Hi, I'm just trying to integrate JS script which formats decimal numbers as follows: (from: http://www.decorplanit.com/plugin/) // input tag for the above Which works fine as long as I do not place the inputtext within a element! The script is not applied to the field if it is placed in

Re: Tapestry jpa transactions - JIRA TAP5-2029

2012-11-25 Thread John
please see/feedback https://issues.apache.org/jira/browse/TAP5-2029 - Original Message - From: Thiago H de Paula Figueiredo To: Tapestry users Sent: Monday, November 19, 2012 5:48 PM Subject: Re: Tapestry jpa transactions On Mon, 19 Nov 2012 14:45:48 -0200, John wrote:

Re: Zones / Forms in a loop - Which iteration invoked the action?

2012-11-25 Thread Lenny Primak
There is another tiny bit that I do that's not like your example that makes all the difference. The button event method updates the zone the form is in, so onPrepare() or any other form methods do not get called. This is why I can't have the context in the form itself, which would Indeed work b

Re: SinglePage app design thoughts

2012-11-25 Thread Lenny Primak
As much as I love tapestry I don't think it's a good tool for a true single-page application. I would use GWT or vaadin for that purpose. On Nov 25, 2012, at 6:42 AM, bigcache1 wrote: > I have started to work on my new application, that would address thought > work. > And single page design i

Re: SinglePage app design thoughts

2012-11-25 Thread Lance Java
Tynamo has a resteasy module, I've never used it myself but it looks promising http://tynamo.org/tapestry-resteasy%20guide -- View this message in context: http://tapestry.1045711.n5.nabble.com/SinglePage-app-design-thoughts-tp5718264p5718274.html Sent from the Tapestry - User mailing list arch