I\'m currently researching into Tapestry for my company and trying to decide if I think we can port our pre-existing proprietary web applications to something better. Currently we are running Tomcat a
My form has a custom element like below, created using custom ajax: <select jwcid=\"testtest <at> Any\">
I am trying to attempt to display a hashmap using a grid component. If I use List list = CollectionF开发者_StackOverflow中文版actory.newList(MyHashMap);
i\'m using spring+tapestry for authenticate webuser. I wonder is there any technique i can force all users that currently login in to logout let say i\'m on scenario where the site is \'under maintena
I\'m trying to loop through a hashmap and display a number checkbox开发者_开发技巧es with id the key of the hashmap and label the value of the hashmap. Anyone knows how the tapestry syntax for that is
I\'m trying to use PageTester in conjunction with spring security but am running into this exception:
acording to the docs on service lifecycle i should be able to implement RegistryShutdownListener and tidy up my re开发者_开发问答sources (in this case, shutdown a threadpool) however it is throwing an
I have a component in Tapestry 4 that should render only when user has privileges to use it\'s attached business code. In Tapestry 5 I would probably use rendering phases and would return false on Set
Does anyone know how to do waitForAjaxRequest using seleniumRc (like waitForPageToLoad) on tapestry zone? I know there are alternatives like wait for certain element to appear and etc.
Using the 3rd party tapestry-upload component, I can upload a File from the client on the server. Using the chenillekit开发者_如何学Python\'s thumbnail component, a can make a thumbnail from an Asset