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
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
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
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
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,
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
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
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:
>>
>>
>
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