[T5.3.7] Cannot start tapestry project as development mode in tomcat

2013-10-01 Thread Xuqian Zhang
Hi all! This is my first time to send mail to you, I hope you could receive it. I was developing a simple management system using Tapestry 5.3.7. After some time, I found the exception reporting didn't display detailed stack trace, then I realized the development mode didn't open in the right way,

Re: [T5.3.6] Multi-level checkbox selection

2013-10-01 Thread Thiago H de Paula Figueiredo
On Tue, 01 Oct 2013 18:32:50 -0300, Adriana Bojorquez wrote: Hi Hi! 1. Can anyone please provide guidance/assistance on how to implement a multi-level checkbox selection component with tapestry 5.3.6? Following layout is needed: Remember, layout is CSS, HTML for structure and Tapestr

[T5.3.6] Multi-level checkbox selection

2013-10-01 Thread Adriana Bojorquez
Hi 1. Can anyone please provide guidance/assistance on how to implement a multi-level checkbox selection component with tapestry 5.3.6? Following layout is needed: 1st level check-boxes must be on one line 2nd level check boxes should have an indentation (to distinguish that they belong to pre

Re: [5.4.22] Overriding core css - bug?

2013-10-01 Thread Thiago H de Paula Figueiredo
On Tue, 01 Oct 2013 05:29:12 -0300, Geoff Callender wrote: I'm having trouble overriding the core css. I want to override the css of the bootstrap classes... When I do the following import, the page renders a link to my css BEFORE the links to the core css files. No good. @Impo

Re: 5.4 Datepicker survey

2013-10-01 Thread Lenny Primak
I would go with JQueryUI datepicker. It looks great and doesn't even depend of bootstrap version or even has bootstrap dependency. I also looked at number of bootstrap datepicker sand the JQUeryUI one looks better and has more options than all of them. > On Oct 1, 2013, at 4:26 AM, Barry Book

Re: [5.4.22] Overriding core css - bug?

2013-10-01 Thread Lenny Primak
This is the same behavior that you get if writing items directly to head element. This should be fixed. > On Oct 1, 2013, at 1:29 AM, Geoff Callender > wrote: > > I'm having trouble overriding the core css. I want to override the css of the > bootstrap classes... > > When I do the following

Re: 5.4 Datepicker survey

2013-10-01 Thread Michał Gruca
Hi, I'm currently using fork of bootstrap datepicker http://tarruda.github.io/bootstrap-datetimepicker/ It's advantage is that you may use time picker if you need it. The sad part is that it's not compatible with bootstrap 3. I've tweaked it a bit, so it's working, but it doesn't look good. Good p

Re: [T5.3] Form of checkboxes from a list

2013-10-01 Thread Thiago H de Paula Figueiredo
On Tue, 01 Oct 2013 13:35:37 -0300, Adrien Berthet wrote: I understand that currentText is null, and that's my problem : I don't understand how it could happen. In debug mode, I didn't find in which line this happens, but it seems right after the end of the initOnActivate method. So I can'

Re: [T5.3] Form of checkboxes from a list

2013-10-01 Thread Adrien Berthet
2013/10/1 Thiago H de Paula Figueiredo > On Tue, 01 Oct 2013 12:00:08 -0300, Adrien Berthet > wrote: > > org.apache.tapestry5.ioc.**internal.OperationException: Failure writing >> parameter 'value' of component TestList:textToCheck: Property >> 'currentText' >> (within property expression 'curr

Re: [T5.3] Form of checkboxes from a list

2013-10-01 Thread Thiago H de Paula Figueiredo
On Tue, 01 Oct 2013 12:00:08 -0300, Adrien Berthet wrote: org.apache.tapestry5.ioc.internal.OperationException: Failure writing parameter 'value' of component TestList:textToCheck: Property 'currentText' (within property expression 'currentText.ticked', of net.adrien.test.TestList@41b7c08e

[T5.3] Form of checkboxes from a list

2013-10-01 Thread Adrien Berthet
Hi, I'm currently trying to create a form using a loop, and I encountered some problems on the submit of my form. So here's my procedure: - if the List is null, creation of a List (in onActivate()) of CheckText (a wrapper containing three fields: id, text and ticked). - in the .tml, the loop in t

Re: Tapestry documentation proposal

2013-10-01 Thread Thiago H de Paula Figueiredo
On Tue, 01 Oct 2013 10:37:09 -0300, Barry Books wrote: The distributed configurations craeated by things like contibuteTranslatorSource I'm not sure this is stored anywhere right now. -- Thiago H. de Paula Figueiredo - To

Re: Tapestry documentation proposal

2013-10-01 Thread Barry Books
The distributed configurations craeated by things like contibuteTranslatorSource On Tuesday, October 1, 2013, Thiago H de Paula Figueiredo wrote: > On Tue, 01 Oct 2013 10:12:29 -0300, Barry Books wrote: > > I have looked at those. What I'm really searching for is how to get the >> IOC configur

Re: Tapestry documentation proposal

2013-10-01 Thread Thiago H de Paula Figueiredo
On Tue, 01 Oct 2013 10:12:29 -0300, Barry Books wrote: I have looked at those. What I'm really searching for is how to get the IOC configurations. At this point I'm ok with private methods What do you mean by IoC configurations? Symbol values? Distributed configuration? -- Thiago H. de P

Re: Tapestry documentation proposal

2013-10-01 Thread Barry Books
Thanks I have looked at those. What I'm really searching for is how to get the IOC configurations. At this point I'm ok with private methods On Tuesday, October 1, 2013, Lance Java wrote: > Take a look at the built in pages PageCatalog and ServiceStatus in the > tapestry sources which display a

Re: Tapestry documentation proposal

2013-10-01 Thread Lance Java
Take a look at the built in pages PageCatalog and ServiceStatus in the tapestry sources which display a list of your app's pages and services. Notice the @WhiteListOnly annotation which hides the pages from public view.

Re: 5.4 Datepicker survey

2013-10-01 Thread Bård Magnus Kvalheim
This is great news and good timing. We're currently in process of making a 5.4 migration and will soon be in the market for a datepicker as well. Have been looking at https://github.com/eternicode/bootstrap-datepicker and seems like there are some efforts to bring it up to speed with bootstrap 3 h

Tapestry documentation proposal

2013-10-01 Thread Barry Books
A long time ago I used ACS to build websites. It had a plugin module system similar in concept to Tapestry in that you just could drop in some code and magically you had some new functionality. One different between the two is ACS dynamically created the developer documentation for your site from t

5.4 Datepicker survey

2013-10-01 Thread Barry Books
I'm trying to find a suitable javascript implementation for a 5.4 datepicker. There are several Bootstrap datapickers but I have not found one that's really compatible with the release version of Bootstrap 3. So far I've looked at https://github.com/angular-ui/bootstrap https://github.com/ianserl

Re: Development environment for a modular Tapestry app

2013-10-01 Thread Lance Java
BTW tapestry-stitch has two modules (component library + webapp) and I develop in eclipse using m2e + RunJettyRun. As you can see, StitchModule is added to the manifest here: https://github.com/uklance/tapestry-stitch/blob/master/pom.xml#L67 But also declared as a SubModule here for easy testing:

Re: Development environment for a modular Tapestry app

2013-10-01 Thread Lance Java
If you are using m2e maven eclipse plugin then it should do the "right" thing 1. If it can resolve the dependency from your eclipse workspace, it will use the local class files 2. If not (lets say you close / delete the project) then it will use the jar files from your maven repository The RunJe

[5.4.22] Overriding core css - bug?

2013-10-01 Thread Geoff Callender
I'm having trouble overriding the core css. I want to override the css of the bootstrap classes... When I do the following import, the page renders a link to my css BEFORE the links to the core css files. No good. @Import(stylesheet = { "context:css/mystylesheet.css" }) BUT, when I do

Re: [5.4.22] Possible issue with Element#attribute for css class. -> Class is replaced and not added

2013-10-01 Thread Bård Magnus Kvalheim
Okay, so just a short update this morning. Stepping through I can see while writing the attribute value that: before writing the 'state' is: After writing attribute, it makes it a 'duplicate' class attribute cnt.attribute("class", "active") -> then final markup is (somewhere the class attribu