[T4] log4j issue

2007-08-30 Thread Paolo Scopa
Hi, i tried to configure log4j to give me debug messagess of my application only The same configuration works fine outside of tapestry: however in t4 i receive all the debug messages from hibernate, tapestry etc, even if they are set to error. If i set the priority to error for the root, i don't s

Re: [T4.1]Returning a list to a page

2007-08-09 Thread Paolo Scopa
ement it is too late to set the property we are talking about. What am i missing? Paolo p.s.: thanks for your patience... Ulrich Stärk wrote: > > Where's the problem to do the same thing with the name of the calling > page? Store the name in a string property of page B before acti

Re: [T4.1]Returning a list to a page

2007-08-09 Thread Paolo Scopa
No prob. As i said to uli, i might call B from different pages, not only A. Maybe i should use a common interface for those pages. Ill try and let you know Paolo Patrick Klein wrote: > > Hello Paolo, > > mea culpa, you are correct abot that :) > replace IPage with the A's class (implementing I

Re: [T4.1]Returning a list to a page

2007-08-09 Thread Paolo Scopa
ertyUtils.write(pageObject, "propertyName", valueObject) > method in the > org.apache.hivemind.util package. > > Uli > > Paolo Scopa schrieb: >> Hi all, >> got a bit blocked here: i need to return a value to the invoking page. >> Page A calls page B - &g

Re: [T4.1]Returning a list to a page

2007-08-09 Thread Paolo Scopa
Thanks Patrick, this helps, except that the IPage does not expose the setList method, so i don't think it would work the page.setList(composedList); maybe not even compile. Paolo Patrick Klein wrote: > > Hello Paolo, > > page a should hold an (persist) abstract getter and setter for the list,

[T4.1]Returning a list to a page

2007-08-09 Thread Paolo Scopa
Hi all, got a bit blocked here: i need to return a value to the invoking page. Page A calls page B - in Page B I select a list of item from a longer list when I press OK on page B, the browser returns to page A where the list is set according to the selection made. I can set the returning page but

Re: 4.1.1 Session issue

2007-07-05 Thread Paolo Scopa
Ok, I eventually did it. I mached your solution with the post in http://www.nabble.com/How-to-inject-ASO-in-service--tf1518378.html#a4141166 and it works fine Thanks a lot Paolo Paolo Scopa wrote: > > Thanks for replying, > I tried my best to understand what i should do, but im afra

Re: 4.1.1 Session issue

2007-07-05 Thread Paolo Scopa
try-framework/hivedoc/service/tapestry.state.ApplicationStateManager.html > > Just add a field and the following line into your service construction: > > service-id="tapestry.state. > ApplicationStateManager"/> > > > On 7/5/07, Paolo Scopa <[EMAIL PROTECTED]> wrote: >> >> >

4.1.1 Session issue

2007-07-05 Thread Paolo Scopa
Hi experts, I have a bit of troule storing/retrieving info in the session. I followed the eshop example, adding a contribution in hivemind module to store the user name in the session. I want my dao to store this information every time that an object is updated in the database (the user who last