Hi all.
I'm facing some 'teorical' problem, i still haven't found a solution to.
Let me explain :
I have a page, with a list of pagelinks.
Clicking on a page link makes the application do lot of business logic,
and then, sends the user to the end page.
The business logic is done inside in a
f the event handlers, even
return the new page to render.
Robert
On Nov 5, 2009, at 11/51:22 PM , josete wrote:
king on a page link makes the application do lot of business logic,
and then, sends the user to the end page.
The business logic is done inside in a non-viewable ( has no .tml )
Hi guys !
I do need some behaviour in Tapestry already available to me via CDI in a
non-web Application.
Let me explain myself :
I have a product, made for different customers.
The product is the same, but for some different implementations of common
services each one has.
For example :
com.
Uhm .. looks like i can use
https://cwiki.apache.org/confluence/display/TAPESTRY/Configuration#Configuration-SettingExecutionModes
Configuration-SettingExecutionModes
Let's check .. any better idea ?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-and-CDI-the-n
No, wrong path .. any help ?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-and-CDI-the-need-for-tp4876507p4876655.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsu
Thanks thiago, but that's not ideal for me, as i do not know at runtime which
module i will use.
My ideal is to bind the service at compilation time, and i think i've found
the solution in my previous posts, just by defining a system property of
-Dtapestry.execution-mode=customer1.
That way, the
Uhm .. yes, that may add complexity to the build-process but will keep
tapestry cleaner.
I'll try that, thanks.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-and-CDI-the-need-for-tp4876507p4877038.html
Sent from the Tapestry - User mailing list archive at Nabble
Hi everyone !
I'm facing a problem on trying to get Tapestry 5.3.7 to use multiple JPA
database for same application.
I do have an administration console with a big options menu.
In order to speedup some of the functionality, i defined an extra database
that will be queried against.
My problem