Re: Why would I choose JQuery?

2010-08-05 Thread Robin Komiwes
I might be not objective since I'm in love with jQuery, but imho, choosing jQuery over others will avoid you to have a *big* technical debt. You might be interested by this reading: http://royal.pingdom.com/2010/03/26/jquery-triumphant-march-to-success/ For your tab component, what about this one

Re: ClassNameLocator does not handle duplicates

2010-07-11 Thread Robin Komiwes
Can we open a JIRA for that? -- Robin Komiwes On Sat, Jul 10, 2010 at 8:08 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Sat, 10 Jul 2010 13:40:38 -0300, Inge Solvoll > wrote: > > Hi! >> > > Hi! > > In our application we have cl

Re: Tapestry 5 + Google App Engine - initial success!

2010-07-03 Thread Robin Komiwes
Hi! Good news! I don't see any workaround to use another XML parser than woodstox. Does it means that there no compatibility issue anymore? It would be a very good point in order to resolve all issues related to HTML5 and entities resolutions problems. On Sat, Jul 3, 2010 at 3:09 AM, Chris Mylona

Re: Question on the built-in email validator: client-side?

2010-06-17 Thread Robin Komiwes
As far as I know, there is no client validation associated to email validator. It would be great to provide an empty js declaration, to let developers provide a js implementation for the validator. On Thu, Jun 17, 2010 at 9:57 PM, Dongmei Cao wrote: > Hi, > > Does the built-in email validator do

Re: [ANN] JumpStart 4.11 released

2010-06-17 Thread Robin Komiwes
Great job Geoff ! On Thu, Jun 17, 2010 at 2:24 PM, Andreas Bohnert wrote: > I very much appreciate what you are doing! > Thanks you, > Andreas > > Geoff Callender wrote: >> >> Hi all, >> >> JumpStart 4.11 is ready to use. The latest additions are: >> >>        * creating a client-side validator;

Re: [ANN] Manning Publications translates my Tapestry 5 book

2010-06-12 Thread Robin Komiwes
Igor, it just rocks. On Sat, Jun 12, 2010 at 5:31 PM, Adam Saltiel wrote: > Well done. Are you allowed to update it as necessary? My understanding is > that it is very comprehensive. This is good news for everyone interested in > Tapestry development. > I have worked on a site architected by Ig

Re: [ANNOUNCEMENT] tapestry-resteasy 0.2.0 and tapestry-model 0.0.2 released!

2010-06-08 Thread Robin Komiwes
Congratulations Tynamo! The improvements on REASTEasy module and its droppinability are great. That was something I was looking for some months ago. Keep on doing great things! On Wed, Jun 9, 2010 at 7:34 AM, Kalle Korhonen wrote: > (If your name is Paul Stanton, please stop reading now :-> ) >

Re: Tapestry 5 and Html 5

2010-06-08 Thread Robin Komiwes
Good point! It's a shame for a web framework to no support the most exciting web standard! And I think that Tapestry can do so much with HTML5 specifics components. There are two issues about that on JIRA [1] [2], and I think it is a problem related with the way Tapestry 5 parse and handles entiti

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-06-06 Thread Robin Komiwes
ired validations and >> just code using the jQuery validator direct in your page? >> >> Regards, >> >> Greg. >> >> >> On 1/06/2010 5:48 PM, Robin Komiwes wrote: >>> >>> Validation change is a design choice. >>> Most of the des

Re: 500 error with a brand new Tapestry project

2010-06-03 Thread Robin Komiwes
Just ran into the same issue. I had to purge my local repository (at least tapestry jars) to make it work. Regards, Robin On Mon, May 31, 2010 at 1:34 PM, Sigbjørn Tvedt wrote: > Hi. > > It seems like this ( > http://old.nabble.com/forum/PrintPost.jtp?post=28685310) problem still > exists. Doe

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-06-01 Thread Robin Komiwes
hat use tapestry > AJAX / prototype features? > > I get the impression you could only use this module for a new application, > am I correct in thinking this? > > cheers, > Peter > > > > > > - Original Message - > From: "Robin Komiwes"

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-06-01 Thread Robin Komiwes
w is the validation handled in tapestry jquery? Unlike with prototype the > error just seems to be inserted inline (without any special formatting) > rather than being shown as a popup when using the prototype implementation. > > Regards, > > Greg. > > > > On 1/06/20

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-06-01 Thread Robin Komiwes
Hi! Concerning the Dialog component, default is to not show the dialog. See autoOpen value in the Dialog component: http://github.com/got5/tapestry5-jquery/blob/master/src/main/java/org/got5/tapestry5/jquery/components/Dialog.java Concerning the datefield, I'll have a look and try to make a test

Re: What happend to Tapestry 5

2010-05-31 Thread Robin Komiwes
There is a discussion about that on tapestry-dev mailing list. If you have any idea/suggestion, please feel free to join us! :) On Mon, May 31, 2010 at 9:04 AM, Inge Solvoll wrote: > By the way, I haven't really missed any bug fixes, T 5.1.0.5 has very high > quality :) > > It would be fun though

Re: [ANNOUNCEMENT] tapestry-watchdog 0.0.1 released!

2010-05-31 Thread Robin Komiwes
:D Your watchdog can send emails right? So you must have integrated some kind of email sending solution... I was asking how easily we could reuse this part (email integration) for other features. On Mon, May 31, 2010 at 8:45 AM, Kalle Korhonen wrote: > On Sun, May 30, 2010 at 11:20 PM, Ro

Re: [ANNOUNCEMENT] tapestry-watchdog 0.0.1 released!

2010-05-30 Thread Robin Komiwes
Kalle this contribution looks fantastic. We are looking forward integrating it into Wooki. Is the email module can be used for others thing easily? On Mon, May 31, 2010 at 7:50 AM, Igor Drobiazko wrote: > Please keep on announcing here. > > On Mon, May 31, 2010 at 3:43 AM, Kalle Korhonen > wrote

Re: comet implementation issue

2010-05-29 Thread Robin Komiwes
For information, I think Jetty is powering Google App Engine. See: http://jetty.codehaus.org/jetty/ On Sat, May 29, 2010 at 8:59 AM, rajesh sukumaran wrote: > Thanks for the inputs Peter. > I had done some research on the ill effects of reverse AJAX but the > ad

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-05-28 Thread Robin Komiwes
Hi! Just saw your email. Dialog component is still under development and will be released with 1.1.0. Anyway, there is a test application bundled with this project. Each component is tested in a custom page which could also be used a sample. You may be interested by: http://github.com/got5/tapestr

Re: [ANN] Spock Framework 0.4 released, with improved Tapestry support

2010-05-28 Thread Robin Komiwes
Nice, it seems awesome! I'm looking forward to try it! On Fri, May 28, 2010 at 11:04 AM, Peter Niederwieser wrote: > Dear Tapestry community, > > the Spock team is very happy to announce the release of Spock 0.4, the > Enterprise-ready testing framework for Java and Groovy apps (official > releas

Re: How often snapshot jar refreshed?

2010-05-27 Thread Robin Komiwes
Hi! Just at the end of this page: http://tapestry.apache.org/tapestry5.1/ On Thu, May 27, 2010 at 5:29 PM, Jim O'Callaghan wrote: > I just noticed an issue post upgrading to 5.2.0-SNAPSHOT that I know has > been fixed in the trunk at ASF by > https://issues.apache.org/jira/browse/TAP5-1088 but i

Re: Ajax working in noConflict() mode for jquery, but not jquery itself and vice versa

2010-05-26 Thread Robin Komiwes
If you use noConflict, you've got to stop using $ when trying to access jQuery. Fore more information, check : http://docs.jquery.com/Using_jQuery_with_Other_Libraries It's also possible that the fancybox jQuery plugin is not coded properly

Re: Best way to extend a component?

2010-05-14 Thread Robin Komiwes
Component extension is one of my big preoccupation of my day work. That's really a big question and there is no obvious answer. I'm trying to explore ways with Tapestry 5 jQuery and I may blog on it in the next weeks. For example, I'm using workers to achieve what Benny Law said: adding mixins to

Component extension and default parameter value overriding

2010-05-10 Thread Robin Komiwes
Hi there, Here is my problem, please tell me if I'm missing something or if I've encountred a bug: Here are two components definition : public class MyComponent { @Parameter(value = "literal:something") private String myParam; } public class MyExtendedComponent extends MyComponent { @P

Re: [T5.1] tapestry-spring-security : overriding saltsource probleme

2010-05-06 Thread Robin Komiwes
Not sure to really understand what your problem is , but have you tried service override? On Thu, May 6, 2010 at 11:02 AM, Nicolas Bouillon wrote: > Hi, > > I got a problem using tapestry-spring-security ( > http://www.localhost.nu/java/tapestry-spring-security/ ) > > I have to override the Salt

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-04-28 Thread Robin Komiwes
Ok, I forgot to add manifest entry for the jquery module autoloading. :) Corrected and pushed to Github. Snapshot should be rebuilt in a couple of minutes. On Wed, Apr 28, 2010 at 7:58 PM, Robin Komiwes wrote: > NullPointerException... I must have forgot something. Such a shame, I was >

Re: [Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-04-28 Thread Robin Komiwes
ientInfrastructure'): java.lang.NullPointerException > > I'm using Tapestry 5.1.0.5 with jdk 1.6 and jetty-6.1.6 and have the pom / > AppModule entries from the git readme - anything obvious I'm, missing here? > Thanks. > > Regards, > Jim. > > -O

[Announce] Tapestry5 jQuery integration and Tapestry5-ClientResources

2010-04-28 Thread Robin Komiwes
Hey there, We are glad to introduce "tapestry5-jquery": a jQuery integration for Tapestry 5! This integration is already available as a maven artifact. This library fully drop out Prototype, Scriptaculous, Blackbird and tapestry.js and replace them by jQuery. We did our best to make this integrat

Re: Remove style sheet links

2010-04-21 Thread Robin Komiwes
Hi, Maybe you should take a look to this contribution: github.com/got5/tapestry5-clientresources It provides mechanisms to change default CSS and default JS bundled with Tapestry. It has a global effect but you may try to adapt it. Regards, Robin On Mon, Apr 19, 2010 at 11:35 PM, Christoph Jä

[Announce] RSS & Atom with Tapestry 5 Rome integration

2010-04-09 Thread Robin Komiwes
the source code on Github http://github.com/spreadthesource/tapestry5-rome/. Robin Komiwes - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

[Announce] RSS & Atom with Tapestry 5 Rome integration

2010-04-09 Thread Robin Komiwes
the source code on Github http://github.com/spreadthesource/tapestry5-rome/. Robin Komiwes - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: Tapestry and SeeSaw talk

2010-04-01 Thread Robin Komiwes
Private for me :) On Thu, Apr 1, 2010 at 8:28 AM, Ben Gidley wrote: > Ok - try http://www.vimeo.com/10588204 - this time it is hosted on my vimeo > accout and set to be public. > > > Ben Gidley > > www.gidley.co.uk > b...@gidley.co.uk > > > On Wed, Mar 31, 2010 at 8:41 PM, Christian Edward Gruber

Re: [ANNOUNCEMENT] Tapestry-resteasy 0.0.1 released!

2010-03-28 Thread Robin Komiwes
Nice! Already tried your contribution, and we were looking for that evolution. I look forward to see how it works now. On Mon, Mar 29, 2010 at 12:40 AM, Alejandro Scandroli wrote: > It's done! > The (yet to be released) tapestry-resteasy 0.2.0 is "droppinable", > just drop it in and run. It does

[Announce] Spread The Source has now its Maven repository

2010-03-26 Thread Robin Komiwes
In order to better contribute with Tapestry 5 community, "Spread the source" projects are now available as downloadable Maven artifacts. First available artifact is Tapestry 5 Google Analytics plugin. How to & sources @ http://github.com/spreadthesource/tapestry5-googleanalytics We've got to say

Re: Modules Ordering

2010-03-25 Thread Robin Komiwes
nk that ordering the entire module is going to be universally >> correct for all contributions inside the module. >> >> On Thu, Mar 25, 2010 at 2:07 AM, Robin Komiwes wrote: >> > Hi, >> > >> > I'm pretty sure this already have been suggeste

Modules Ordering

2010-03-25 Thread Robin Komiwes
Hi, I'm pretty sure this already have been suggested, but, why not offering the possibility to order Tapestry Modules via annotations on Modules classes? @Order("before:TapestryModule,after:TapestryIOCModule") public class MyModule { ... } It would solve lots of problems like service i

Re: Missing dependency in Tapestry 5.2.0-SNAPSHOT?

2010-03-24 Thread Robin Komiwes
ok a look at tapestry-test (and other subprojects) and didn't see >> anything using selenium-java-client-driver + hudson is correctly >> building everything. >> >> So, i don't know if selenium-java-client-driver was a dependency >> before, but it's not >> n

Re: Missing dependency in Tapestry 5.2.0-SNAPSHOT?

2010-03-23 Thread Robin Komiwes
> Anyway, try running "mvn dependency:analyze" to see a report of used > undeclared dependencies > and unused declared dependencies in your project > > On Tue, Mar 23, 2010 at 14:34, Ulrich Stärk wrote: >> Might be that I messed something up when upgrading the seleni

JavascriptSupport : any reason for limiting addInitializerCall?

2010-03-23 Thread Robin Komiwes
Hi, Still on my way to migrate to Tapestry 5.2.0-SNAPSHOT. Before, we were doing: support.addInit("appendToZone", link.toAbsoluteURI(), form.getClientId(), to, position); Now, there is only: void addInitializerCall(String functionName, JSONObject parameter); void addInitializerCall(Initiali

Missing dependency in Tapestry 5.2.0-SNAPSHOT?

2010-03-23 Thread Robin Komiwes
Hi, We are currently integrating Tapestry 5.2.0-SNAPSHOT for Wooki. When I changed Tapestry version in our pom.xml I had a compilation problem with some imports related to tapestry-test (in fact, when our test classes were extending SeleniumTestCase). To fix them I had to add the following depend

Re: [Announce] Wooki - Collaborative Writing - version 0.2.0 is here!

2010-03-22 Thread Robin Komiwes
ribution for their project. > > > > We still need to install our maven repository and then try the refactor > > work, but this is one of our main objective. > > > > Best Regards, > > Christophe Cordenier. > > > > 2010/3/18 abangkis > > > >

[Announce] Wooki - Collaborative Writing - version 0.2.0 is here!

2010-03-17 Thread Robin Komiwes
. Next release should focus on providing a REST API, more imports and exports formats and improving our core source code. Regards, - Wooki developpers team -- Christophe Cordenier, Robin Komiwes, Bruno Verachten -- http:// <http://wookicentral.com>wookicentral<http://wookicentral.com&g

Re: Strange error page with T5 on JBoss 5.1

2010-03-16 Thread Robin Komiwes
Hi, Just set production mode to false in your configuration. http://tapestry.apache.org/tapestry5.1/guide/conf.html Regards, Robin On Tue, Mar 16, 2010 at 4:05 PM, jaques robert wrote: > Hello, > > The error page of T5 appears only wi

RenderSupport & DocumentLinker limitations : CSS & JS removal

2010-03-16 Thread Robin Komiwes
ibility when using components library. Regards, Robin Komiwes

Re: Suggestion for JavaOne Tapestry Talk

2010-03-11 Thread Robin Komiwes
Christophe is so right about how Tapestry is visionary about some concepts. I just laugh at devoxx spring 3.0 conference when I saw the concept of "AppConfig". :) Of course, speaking about the community and the success stories (seesaw for example) is good, because it is a well known lack for Tapes

Re: [T5.2.0] two problems when extending Autocomplete

2010-03-06 Thread Robin Komiwes
Hi! Yes, in someway, it should be possible to change the automatically included JS when extending a component. Already encountred this problem too. Had to create and advice/decorator on asset source to fix the thing without forking the component. On Sat, Mar 6, 2010 at 4:39 AM, Joost Schouten (ml

Re: Any problems with Advice and Match("*") ?

2010-03-05 Thread Robin Komiwes
; On Fri, 05 Mar 2010 11:37:17 -0300, Robin Komiwes > wrote: > > Via ServiceBinder >> >> public static void bind(ServiceBinder binder) >>{ >> binder.bind(Dummy.class, DummyImpl.class).preventDecoration(); >>} >> > > Well, it looks like y

Re: Any problems with Advice and Match("*") ?

2010-03-05 Thread Robin Komiwes
Via ServiceBinder public static void bind(ServiceBinder binder) { binder.bind(Dummy.class, DummyImpl.class).preventDecoration(); } On Fri, Mar 5, 2010 at 3:35 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Fri, 05 Mar 2010 11:33:49 -0300, Robin Komiwes

Re: Any problems with Advice and Match("*") ?

2010-03-05 Thread Robin Komiwes
I use @PreventServiceDecoration to avoid that. The error is still happening without @Local annotation. On Fri, Mar 5, 2010 at 3:25 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Fri, 05 Mar 2010 11:22:03 -0300, Robin Komiwes > wrote: > > Maybe you sho

Re: Any problems with Advice and Match("*") ?

2010-03-05 Thread Robin Komiwes
Paula Figueiredo < thiag...@gmail.com> wrote: > On Fri, 05 Mar 2010 10:54:15 -0300, Robin Komiwes > wrote: > > I wasn't trying to inject the service I wanted to advise. ;) I'm making >> some kind of LoggingAdvisor. >> > > I'm sorry, I'm not fol

Re: Any problems with Advice and Match("*") ?

2010-03-05 Thread Robin Komiwes
"portion" you need. You only need to have easy and well formed > services-ids. > Regard, Alfonso > > On Fri, Mar 5, 2010 at 10:54 AM, Robin Komiwes wrote: > > > I wasn't trying to inject the service I wanted to advise. ;) I'm making > > some >

Re: Any problems with Advice and Match("*") ?

2010-03-05 Thread Robin Komiwes
I wasn't trying to inject the service I wanted to advise. ;) I'm making some kind of LoggingAdvisor. On Fri, Mar 5, 2010 at 2:43 PM, Thiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > On Fri, 05 Mar 2010 07:27:08 -0300, Robin Komiwes > wrote: > > Hi there

Re: Any problems with Advice and Match("*") ?

2010-03-05 Thread Robin Komiwes
Ok, found the solution, had to inject the service with @Local annotation. Now it's working. But I guess I'm lucky to only need a service defined in the same module. On Fri, Mar 5, 2010 at 11:27 AM, Robin Komiwes wrote: > Hi there, > > I'm trying to advise all my servic

Any problems with Advice and Match("*") ?

2010-03-05 Thread Robin Komiwes
Hi there, I'm trying to advise all my services method with some kind of Logging. I can't manage to achieve that. Based on http://tapestry.apache.org/tapestry5.1/tapestry-ioc/advice.html I declared my advisor. Whenever I try to inject a service (cf following code), I've got several errors :

Re: About configuration override

2010-02-26 Thread Robin Komiwes
prove the architecture of the application instead (which was actually a > good thing ^^ ) > > > Am 25.02.2010 um 13:23 schrieb Robin Komiwes: > > > Yes, I was pretty sure it was the problem. Too bad :( > > > > On Thu, Feb 25, 2010 at 11:40 AM, Kristian Marinkovic <

Re: About configuration override

2010-02-25 Thread Robin Komiwes
classes are loaded. > and the order is not defined, it depends on the jvm, the os, the > file system, > > i guess you get the problem :) > > g, > kris > > > > Robin Komiwes > 25.02.2010 10:41 > Bitte antworten an > "Tapestry users" >

About configuration override

2010-02-25 Thread Robin Komiwes
Hi there, I was wondering why configurations are only overridable only once? Regards, Robin

Re: What websites are using Tapestry 5?

2010-02-17 Thread Robin Komiwes
By the way, this could also helps you: http://wiki.apache.org/tapestry/PoweredByTapestry On Wed, Feb 17, 2010 at 8:39 AM, martijn.list wrote: > Michael Martineau wrote: > >> I'm trying to find a list of websites that use Tapestry 5. I would like >> to take a look at them and see what sort of thi

Re: What websites are using Tapestry 5?

2010-02-16 Thread Robin Komiwes
Hi! There is Wooki, an open source collaborative book authoring tool. You can see the demo @wookicentral.com and checkout the source code @ github.com/robink/wooki Regards, Robin K. On Wed, Feb 17, 2010 at 8:24 AM, Michael Martineau wrote: > Hi, > > I'm trying to find a list of websites that

[Announce] Wooki - Collaborative Writing

2010-01-19 Thread Robin Komiwes
especially to the Tapestry 5 community that will find a lot of concrete application of Tapestry 5 concepts in it. We are pleased to introduce you the first alpha-release of Wooki. It is licensed under Apache 2 license, the same as Tapestry 5. It has been created by Christophe Cordenier, Robin

Re: OT: windows mobile

2010-01-12 Thread Robin Komiwes
Hi! Maybe you cold have a look at : http://www.quirksmode.org/m/table.html On Tue, Jan 12, 2010 at 3:29 PM, Ivano Luberti wrote: > Hi, I have to develop a web application for Widnows Mobile 6.1 > Anyone hear can point me to some documentation about how to configure > properly IE Mobile ? > It s

Re: T5 / Ajax / ID generation

2009-12-16 Thread Robin Komiwes
Already had this problem and I'm still asking myself if it is a good thing to not let the developper controls the clientId. I tend to think it should be the matter of the developper, not of the framework. On Tue, Dec 15, 2009 at 10:28 PM, Benny Law wrote: > Hi, sorry for jumping in, but I ran in

Re: Devoxx 2009

2009-11-19 Thread Robin Komiwes
Hi, In fact we are 8 co workers (including Christophe), all Tapestry developers. We will be around at the end of the conferences, till the beginning of the Maven 3 BOF. We hope to see you, and any other Tapestry developer. Regards, On Wed, Nov 18, 2009 at 8:09 PM, Howard Lewis Ship wrote: >

Re: New T5 blog

2009-10-21 Thread Robin Komiwes
In fact, there was this wiki about a "confirm" mixin: http://wiki.apache.org/tapestry/Tapestry5AndJavaScriptExplained On Wed, Oct 21, 2009 at 8:50 AM, Inge Solvoll wrote: > My solution posted on the blog includes stopping the event, doing some > confirmation and finally triggering the event manua

Re: Tapestry5 - Helloworld

2009-10-14 Thread Robin Komiwes
Hi, Please copy/paste your maven error stack trace. Add the "-e" parameter before running the command to enable debug mode. Thanx! On Thu, Oct 15, 2009 at 7:59 AM, vhtien wrote: > > Hi everyone! > > I'm very tired! I'm exhauted! I've try many solution but i do not write and > deploy a simple T

Re: DDOS emergency button for Tapestry 5?

2009-10-14 Thread Robin Komiwes
at 2:15 PM, Robin Komiwes wrote: > On what kind of page do you want to interact? A Tapestry page or a simple > HTML page (which I think should be better when are under a DDOS attack) ?You > have a lot of places where you can interact, depending on the previous > question :-) > >

Re: DDOS emergency button for Tapestry 5?

2009-10-14 Thread Robin Komiwes
On what kind of page do you want to interact? A Tapestry page or a simple HTML page (which I think should be better when are under a DDOS attack) ?You have a lot of places where you can interact, depending on the previous question :-) On Wed, Oct 14, 2009 at 2:08 PM, Mats Henricson wrote: > Hi!

Re: Problem with error404

2009-10-07 Thread Robin Komiwes
I must agree with Christophe. With the current behavior, you are not able to distinguish a page that doesn't exist. This is awkward because being aware of incorrect pages access is common request from professionals customers. On Wed, Oct 7, 2009 at 2:27 PM, cordenier christophe < christophe.corde

Re: Reading context-params in T5

2009-10-01 Thread Robin Komiwes
Just inject the "Context" service and use the getInitParameter method. On Thu, Oct 1, 2009 at 9:01 AM, Inge Solvoll wrote: > I believe you just have to inject SymbolSource into your class and get the > parameter value from there. The ServletContextSymbolProvider should be on > top of the situat

Re: About stateless applications

2009-09-30 Thread Robin Komiwes
Storing the value using onActivate/onPassivate should effectively work. But you will need to implement a new grid pager. On Wed, Sep 30, 2009 at 12:45 PM, Andrey Larionov wrote: > I want to create stateless application. Which aproach i should use. > > For example i have an some pagination compone