Hivemind service registration configuration

2006-04-27 Thread sp y
Thanks for your attention. I've created a custom service, but I've problem on injecting the service @InjectObject("service:MyService"). The configuration goes here. I've tried to register it under infrastructure and it works, im inject the service with @InjectObject("infrast

Nested Forms causing IllegalStateException? Tap 4

2006-04-20 Thread sp y
I was trying to nested the forms (one inside another), but it caused IllegalStateException which claimed about the Form has been stored. I've specified the name/id of the 2 forms which are the unique name/id but it doesnt make any different, is Tapestry store the name based on internal id? My inte

Re: Contrib:Table with form submit in Tapestry 4?

2006-04-13 Thread sp y
ing may be prefixed by the * character, which > means that the table is to be rendered within a form, and the column > headers must submit the form if they are clickable (i.e. if the column > is sortable)." > > On 4/13/06, sp y <[EMAIL PROTECTED]> wrote: > > Hi, &g

Contrib:Table with form submit in Tapestry 4?

2006-04-13 Thread sp y
Hi, In the form, I have a text field with the table, I'd like to save the text field value by submitting the form IF user click on the header column to do the table sorting, the problem is it isnt working, am i missing something? Anyone could help ... if my logic is totally wrong, could u provide