T4: Rewind of Form nested within a For loop

2008-03-17 Thread Justin Walsh
Hi, I have a page containing items which the user can edit individually using asynchronous posts. The basic structure of the page is as follows: ... form fields, for example The problem is of course that when the form is rewound, it is done outside the context of the

Re: 4.1.1

2007-03-12 Thread Justin Walsh
ge- >> From: Justin Walsh [mailto:[EMAIL PROTECTED] >> Sent: Monday, March 12, 2007 2:06 PM >> To: Tapestry users >> Subject: Re: 4.1.1 >> >> What version of the jdk are you using? >> >> Damian Sobieralski wrote: >> >>> Correc

Re: 4.1.1

2007-03-12 Thread Justin Walsh
o > >> work. I'd like to just figure out what this rather cryptic error (at >> least to me) means and how to rectify it. The Maven stuff will just >> > add a > >> layer of complexity ri

Re: Newbie problem with For component on T4

2007-03-11 Thread Justin Walsh
eBody(SimpleNode.java:170) >* ognl.SimpleNode.getValue(SimpleNode.java:210) >* ognl.Ognl.getValue(Ognl.java:333) >* ognl.Ognl.getValue(Ognl.java:310) >(...) > > I hope that this is enough for you to tell-me wath i'm doing wrong > this time, because i've already did similar stuff a couple of times >

Re: Accessing EJB3s via annotations?

2007-03-08 Thread Justin Walsh
-- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- Justin Walsh http://www.ewage.co.za

Application Exception handling

2007-03-08 Thread Justin Walsh
s I can configure an exception presenter for a specific type of exception? Cheers -- Justin Walsh http://www.ewage.co.za - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: T5:Grid with Checkbox

2007-03-07 Thread Justin Walsh
t mode (except for widjet components > ...now). > The JFly edit table is a form component with server validation > capabilities > and may be controlled via keyboard. > > Ciao, > kiuma -- Justin Walsh http://www.ewage.co.za -

Variable number of rows with JSON - grid component

2007-02-23 Thread Justin Walsh
object); I'm a newbie to tapestry and JSON - but am willing to share this contribution to anyone that may find it useful. I'd also like to improve on the validation - so if anyone has any suggestions on how do this in a more elegant manner let me know. Thanks --

Re: Variable numbers of rows

2007-02-20 Thread Justin Walsh
; tapestry.loadJson=function(type, data, http, kwArgs){ > alert("Hey what does it mean?: " + data["means"]); > } > -- Justin Walsh http://www.ewage.co.za - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Variable numbers of rows

2007-02-20 Thread Justin Walsh
Justin Walsh wrote: D'oh Just realised that eval is for converting text to object. Sorry. -- Justin Walsh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Variable numbers of rows

2007-02-20 Thread Justin Walsh
nction: > > tapestry.loadJson=function(type, data, http, kwArgs){ } > > "data" will be your json object structure. Ie if you returned > something like {this:value,means:nothing} you'd be able to do: > > > tapestry.loadJson=function(type, data, http, kwArgs){ > alert("Hey what does it mean?: " + data["means"]); > } > -- Justin Walsh http://www.ewage.co.za - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Variable numbers of rows

2007-02-20 Thread Justin Walsh
> Well, I just assumed ~everyone~ must be using 4.1 by now. =p > > On 2/20/07, Matt Brock <[EMAIL PROTECTED]> wrote: >> -- Justin Walsh - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]