Re: T5: Dynamically add section of upload files in form

2011-07-23 Thread Taha Hafeez
/                        /t:submitnotifier                    p:addRow                            br/                            t:addrowlinkAdd a row/t:addrowlink                    /p:addRow /t:form -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Dynamically-add-section

Re: T5: Dynamically add section of upload files in form

2011-07-23 Thread fante
make sure to initialise it properly? In the FileHolder I initialse the it to an empty ArrayListUploadedFile, but that does not seem to do the trick. Again thanks helping me out! fante -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Dynamically-add-section-of-upload

Re: T5: Dynamically add section of upload files in form

2011-07-23 Thread Taha Hafeez
this message in context: http://tapestry.1045711.n5.nabble.com/T5-Dynamically-add-section-of-upload-files-in-form-tp4623273p4626042.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: T5: Dynamically add section of upload files in form

2011-07-23 Thread fante
.1045711.n5.nabble.com/T5-Dynamically-add-section-of-upload-files-in-form-tp4623273p4626086.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

Re: T5: Dynamically add section of upload files in form

2011-07-23 Thread fante
in context: http://tapestry.1045711.n5.nabble.com/T5-Dynamically-add-section-of-upload-files-in-form-tp4623273p4626089.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

T5: Dynamically add section of upload files in form

2011-07-22 Thread fante
Hey all I have recently integrated the Tawus T5 component for Ajax upload in my application. See his blogg at http://tawus.wordpress.com/2011/06/25/ajax-upload-for-tapestry/ (Kudos to tawus for providing that) I created a Component that contains this upload and some additional form fields, so

Re: T5: Dynamically add section of upload files in form

2011-07-22 Thread Taha Hafeez
integrated the Tawus T5 component for Ajax upload in my application. See his blogg at http://tawus.wordpress.com/2011/06/25/ajax-upload-for-tapestry/ (Kudos to tawus for providing that)  I created a Component that contains this upload and some additional form fields, so that the user can define

Re: T5: Dynamically add section of upload files in form

2011-07-22 Thread fante
. Thanks for you quick reply Fante -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Dynamically-add-section-of-upload-files-in-form-tp4623273p4623466.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: T5: Dynamically add section of upload files in form

2011-07-22 Thread Taha Hafeez
with it, underneath the original one. Thanks for you quick reply Fante -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Dynamically-add-section-of-upload-files-in-form-tp4623273p4623466.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: T5: Dynamically add section of upload files in form

2011-07-22 Thread fante
Hi Taha, I really appreciate your advice here. But how would I use an AjaxFormLoop here? I only used the AjaxFormLoop when I have a collection of data Item before, Can I really use it with components? Cheers Fante -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5

Re: T5: Dynamically add section of upload files in form

2011-07-22 Thread Taha Hafeez
your advice here. But how would I use an AjaxFormLoop here? I only used the AjaxFormLoop when I have a collection of data Item before, Can I really use it with components? Cheers Fante -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Dynamically-add-section

Re: T5: Dynamically add section of upload files in form

2011-07-22 Thread fante
/ t:addrowlinkAdd a row/t:addrowlink /p:addRow /t:form -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Dynamically-add-section-of-upload-files-in-form-tp4623273p4624251.html Sent from the Tapestry - User mailing list archive

Re: T5 + tests (source code included)

2011-07-20 Thread Julien Martin
Thanks to Taha, I managed to make the tests run by adding the following line in the CheetahPageTester constructor: *registry.getService(ApplicationContext.class).getBean(cheetahService);* This had the effect of loading the Spring ApplicationContext and the cheetahService Spring bean (which are

Re: T5 + opentip.js bug / question

2011-07-19 Thread spargonaut
Ahhh, that worked beautifully! Thank you so very much. and thanks again for the awesome write ups, they've helped me immensely. Keep up the good work. js -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-opentip-js-bug-question-tp4601227p4612351.html Sent from

T5: upload file, css styling

2011-07-19 Thread fante
Hey all, I was using the T5 tapestry-upload for uploading files, but I would need some help to style it, or at least get read of the default No File Chosen text that is displayed. Cheers fante -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-upload-file-css-styling

Re: T5: upload file, css styling

2011-07-19 Thread Thiago H. de Paula Figueiredo
On Tue, 19 Jul 2011 17:58:53 -0300, fante callebill...@gmail.com wrote: Hey all, Hi! I was using the T5 tapestry-upload for uploading files, but I would need some help to style it, or at least get read of the default No File Chosen text that is displayed. Use CSS. :) -- Thiago H. de

Re: T5: upload file, css styling

2011-07-19 Thread Martin Strand
That text is part of Chrome's user interface, I don't believe there's anything you can do to change it. Other browsers will display empty file inputs in a different manner. Martin On Tue, 19 Jul 2011 22:58:53 +0200, fante callebill...@gmail.com wrote: Hey all, I was using the T5 tapestry

Re: T5 + tests (source code included)

2011-07-18 Thread Julien Martin
Hello again, Do I need to add my CheetahPageTester to some configuration somewhere? J. 2011/7/18 Julien Martin bal...@gmail.com Hello Taha, Thanks for your replies! Regarding Tapestry + Spring + tests, you put me on the right track yet I have not being able to get it to work. Here is my

Re: T5 + tests (source code included)

2011-07-18 Thread Taha Hafeez
Can you share the full source code as a zip/jar, I will look into that (Sorry, too busy to create an new example) regards Taha On Mon, Jul 18, 2011 at 5:30 PM, Julien Martin bal...@gmail.com wrote: Hello again, Do I need to add my CheetahPageTester to some configuration somewhere? J.

T5 + opentip.js bug / question

2011-07-18 Thread spargonaut
, and of course thank you to anyone who might be able to help me shed some light on my problem. cheers -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-opentip-js-bug-question-tp4601227p4601227.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: T5 + opentip.js bug / question

2011-07-18 Thread Taha Hafeez
. cheers -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-opentip-js-bug-question-tp4601227p4601227.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Basic question about T5 and tests

2011-07-17 Thread Julien Martin
Hello, I am in reference to the following page: http://tapestry.apache.org/unit-testing-pages-or-components.html In the form testing section the code goes as follows: Element form = doc.getElementById(*form1*); What is actually meant by *form1*? The *t:id* or the actual *client* *id*? If it

T5 + tests (source code included)

2011-07-17 Thread Julien Martin
Hello, I am not able to test my Tapestry application. What is very odd is that the exception is not thrown when I run the app in a browser. Can anyone please help? Thanks in advance, Julien. Here is the test class: * public class CreateJobPostingTest { @Test public void test1() {

Re: Basic question about T5 and tests

2011-07-17 Thread Taha Hafeez
Hi In tapestry t:id is the unique id of a component within a container component which can be used to refer to the component in the java class. The components that needs to use client id(javascript id) implements ClientElement interface which has a single method getClientId() that returns the

Re: T5 + tests (source code included)

2011-07-17 Thread Taha Hafeez
Hi Follow this : http://spreadthesource.com/2010/08/start-spring-application-context-for-your-tapestry-unit-tests/ regards Taha On Mon, Jul 18, 2011 at 3:01 AM, Julien Martin bal...@gmail.com wrote: Hello, I am not able to test my Tapestry application. What is very odd is that the

T5: accessing json objects posted in body from Groovy

2011-07-12 Thread Angelo C.
Hi, I use following Groovy code to post a json object to a T5 app: def http = new HTTPBuilder( http://.sample.com; ) http.request( POST, JSON ) { req - uri.path = updateproc/1/2/3 body = [ status : 'update!' , source : 'httpbuilder

Re: T5: accessing json objects posted in body from Groovy

2011-07-12 Thread Taha Hafeez
Did you try requestGlobals.getHTTPServletRequest().getInputStream() ? regards Taha On Wed, Jul 13, 2011 at 7:52 AM, Angelo C. angelochen...@gmail.com wrote: Hi, I use following Groovy code to post a json object to a T5 app: def http = new HTTPBuilder( http://.sample.com

Re: T5: accessing json objects posted in body from Groovy

2011-07-12 Thread Angelo C.
(line); System.out.println(sb.toString()); -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-accessing-json-objects-posted-in-body-from-Groovy-tp4581287p4581362.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: t5: https and two T5 apps

2011-07-11 Thread 9902468
Sorry, I'm not familiar with mod_proxy, but I think it should be possible. - Ville -- View this message in context: http://tapestry.1045711.n5.nabble.com/t5-https-and-two-T5-apps-tp4555456p4574086.html Sent from the Tapestry - User mailing list archive at Nabble.com

[t5.3-alpha2] t5-console.js throws exception

2011-07-07 Thread jklecko
Hi, Just wondering if anyone else is getting an exception thrown when using Tapestry.debug() in Chrome (t5-console.js - line 59 - uncaught TypeError: Illegal invocation ). It appears to work in FF and IE. thanks, J -- View this message in context: http://tapestry.1045711.n5.nabble.com/t5-3

Re: [t5.3-alpha2] t5-console.js throws exception

2011-07-07 Thread Taha Hafeez
() in Chrome (t5-console.js - line 59 - uncaught TypeError: Illegal invocation ). It appears to work in FF and IE. thanks, J -- View this message in context: http://tapestry.1045711.n5.nabble.com/t5-3-alpha2-t5-console-js-throws-exception-tp4562909p4562909.html Sent from the Tapestry - User

Re: t5: https and two T5 apps

2011-07-06 Thread 9902468
: http://tapestry.1045711.n5.nabble.com/t5-https-and-two-T5-apps-tp4555456p4555879.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional

Re: t5: https and two T5 apps

2011-07-06 Thread Angelo C.
i use mod_proxy in front of tomcat, does it have the same benefits of proxy_ajp? -- View this message in context: http://tapestry.1045711.n5.nabble.com/t5-https-and-two-T5-apps-tp4555456p4556392.html Sent from the Tapestry - User mailing list archive at Nabble.com

a question T5 work with spring

2011-07-06 Thread dick_hu
in context: http://tapestry.1045711.n5.nabble.com/a-question-T5-work-with-spring-tp4556498p4556498.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: T5 Selected Attribute

2011-07-06 Thread George Christman
losing any other form data. I'm just not sure how to write the hashCode to work with this. Thanks everyone, you've been a tremendous help. -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Selected-Attribute-tp4554181p4556947.html Sent from the Tapestry - User mailing

Re: T5 Selected Attribute

2011-07-06 Thread Thiago H. de Paula Figueiredo
On Wed, 06 Jul 2011 11:35:23 -0300, George Christman gchrist...@cardaddy.com wrote: Is there any chance you guys could help me write out the hashCode equals with the select menu. Yes, but you haven't sent us what we need to help you: the Funding class source. -- Thiago H. de Paula

Re: T5 Selected Attribute

2011-07-06 Thread George Christman
; } public void setName(String name) { this.name = name; } public String getLabel() { return _name + - + _ifasObjectCode; } -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Selected-Attribute-tp4554181p4557089.html Sent from

Re: a question T5 work with spring

2011-07-06 Thread Tony Nelson
, but I can't get the service in my Page by @InjectService(TestService). I want to catch the serviceId from spring bean,what can I do? -- View this message in context: http://tapestry.1045711.n5.nabble.com/a-question-T5-work-with-spring-tp4556498p4556498.html Sent from the Tapestry - User

Re: T5 Selected Attribute

2011-07-06 Thread Thiago H. de Paula Figueiredo
setName(String name) { this.name = name; } public String getLabel() { return _name + - + _ifasObjectCode; } -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Selected-Attribute-tp4554181p4557089.html Sent from the Tapestry - User mailing list

Re: T5 Selected Attribute

2011-07-06 Thread George Christman
://tapestry.1045711.n5.nabble.com/T5-Selected-Attribute-tp4554181p4557419.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail

Re: T5 Selected Attribute

2011-07-06 Thread Lenny Primak
. I'm only doing this to reload all the select menus without losing any other form data. I'm just not sure how to write the hashCode to work with this. Thanks everyone, you've been a tremendous help. -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Selected

Re: T5 Selected Attribute

2011-07-06 Thread Thiago H. de Paula Figueiredo
On Wed, 06 Jul 2011 14:06:26 -0300, George Christman gchrist...@cardaddy.com wrote: So would I be generating the hashCode equals within the funding class? Yes. The class whose instances are used as options in the Select component. Also, that select menu is being used within an AjaxFormLoop

Re: T5 Selected Attribute

2011-07-06 Thread George Christman
.1045711.n5.nabble.com/T5-Selected-Attribute-tp4554181p4557483.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users

Re: T5 Selected Attribute

2011-07-06 Thread Lenny Primak
menu on the page and we should be good to go lol. Any thoughts on using Lombok's annotations for the entity classes? First I've heard of it. -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Selected-Attribute-tp4554181p4557483.html Sent from the Tapestry - User

T5 Selected Attribute

2011-07-05 Thread George Christman
this message in context: http://tapestry.1045711.n5.nabble.com/T5-Selected-Attribute-tp4554181p4554181.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: T5 Selected Attribute

2011-07-05 Thread Taha Hafeez
value, however I haven't had any success. If someone could point me in the right direction, I'd greatly appreciate it. -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Selected-Attribute-tp4554181p4554181.html Sent from the Tapestry - User mailing list archive

Re: T5 Selected Attribute

2011-07-05 Thread Thiago H. de Paula Figueiredo
On Tue, 05 Jul 2011 15:02:22 -0300, George Christman gchrist...@cardaddy.com wrote: Hello, Hi! In my onPrepare method, I'm trying to select a select menu option by default. I'm aware of tapestry being able to handle this automatically by setting the object value, however I haven't had

Re: T5 Selected Attribute

2011-07-05 Thread George Christman
()) { if(_lineItemFunding.getTempId() == key) { _lineItemFunding.setFunding((Funding) session.get(Funding.class, 6)); } } } -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Selected-Attribute-tp4554181p4554217.html Sent from the Tapestry - User

Re: T5 Selected Attribute

2011-07-05 Thread Taha Hafeez
() == key) { _lineItemFunding.setFunding((Funding) session.get(Funding.class, 6)); } } } -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Selected-Attribute-tp4554181p4554217.html Sent from the Tapestry - User

Re: T5 Selected Attribute

2011-07-05 Thread George Christman
Thanks everyone, I'm pretty new to backend development, so I guess I don't completely understand hashcode equals and how it works. -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Selected-Attribute-tp4554181p4554302.html Sent from the Tapestry - User mailing list

Re: T5 Selected Attribute

2011-07-05 Thread Taha Hafeez
equals and how it works. -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Selected-Attribute-tp4554181p4554302.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e

Re: T5 Selected Attribute

2011-07-05 Thread George Christman
://tapestry.1045711.n5.nabble.com/T5-Selected-Attribute-tp4554181p4554342.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e

Re: T5 Selected Attribute

2011-07-05 Thread Thiago H. de Paula Figueiredo
On Tue, 05 Jul 2011 16:04:59 -0300, George Christman gchrist...@cardaddy.com wrote: Object entity label using UUID transient temp Ids. I'm also using an encoder with the select menu. Not sure if that matters. They don't. Funding class sources, specially hashCode() and equals(), do

t5: https and two T5 apps

2011-07-05 Thread Angelo C.
Hi, I got two T5 applications, the first one: https://www.safe.sample.com:8443 Now I need to add a new one, and I need to share the same ssl certificate as the first one, so I need to use following url: https://www.safe.sample.com:8443/order can't figure out how to do this, suggestions

Re: t5: https and two T5 apps

2011-07-05 Thread Mark
got two T5 applications, the first one: https://www.safe.sample.com:8443 Now I need to add a new one, and I need to share the same ssl certificate as the first one, so I need to use following url: https://www.safe.sample.com:8443/order can't figure out how to do this, suggestions? Thanks

Re: t5: https and two T5 apps

2011-07-05 Thread Thiago H. de Paula Figueiredo
On Tue, 05 Jul 2011 23:01:31 -0300, Angelo C. angelochen...@gmail.com wrote: Hi, Hi! I got two T5 applications, the first one: https://www.safe.sample.com:8443 Now I need to add a new one, and I need to share the same ssl certificate as the first one, so I need to use following url

Re: t5: https and two T5 apps

2011-07-05 Thread Angelo C.
looks the way to go, but how to have this /order context in the 2nd app? in tomcat's server.xml, we need to virtual hosts pointing to two t5 apps, first one uses already Host name=safe.sample.com, how to specify another one 'safe.sample.com' with 'order' context? sorry, this is not t5 related

T5 With myibatis

2011-07-01 Thread dick_hu
Is there any example about T5 with myibatis,I want to try in my new project. -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-With-myibatis-tp4541264p4541264.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: T5 With myibatis

2011-07-01 Thread Thiago H. de Paula Figueiredo
On Fri, 01 Jul 2011 04:39:10 -0300, dick_hu dickan...@gmail.com wrote: Is there any example about T5 with myibatis,I want to try in my new project. I can't see why using MyIbatis with Tapestry 5 would be different from using it without Tapestry or with other Java Web framework. -- Thiago

Re: T5 With myibatis

2011-07-01 Thread dick_hu
may be I have not express clearly, I mean is T5 integrate the myibatis? If yes,that must a sample way to use the myibatis -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-With-myibatis-tp4541264p4542099.html Sent from the Tapestry - User mailing list archive

Re: T5 With myibatis

2011-07-01 Thread Thiago H. de Paula Figueiredo
On Fri, 01 Jul 2011 10:12:24 -0300, dick_hu dickan...@gmail.com wrote: may be I have not express clearly, I mean is T5 integrate the myibatis? Tapestry doesn't provide an out-of-the-box integration, but you don't need that to use it with MyIbatis. -- Thiago H. de Paula Figueiredo

Re: T5 With myibatis

2011-07-01 Thread dick_hu
Thiago H. de Paula Figueiredo wrote: Tapestry doesn't provide an out-of-the-box integration, but you don't need that to use it with MyIbatis. OK,I know. Thanks -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-With-myibatis-tp4541264p4543882.html Sent from

Re: T5 Select Menu with Other Option

2011-06-30 Thread George Christman
() == Long.parseLong(clientValue)) { return _funding; } } } return null; } }; } -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Select-Menu-with-Other-Option

Re: T5 IoC: EagerLoad and ApplicationGlobals

2011-06-29 Thread Erik Fäßler
this example to you. It's barely more than the T5 Quickstart. I try to EagerLoad the SymbolSource (in lack of another eager loaded service which would simply rely on the TestSymbolProvider). contributeTestSymbolProvider is called and sometimes the NPE is thrown. Stack trace: java.lang.RuntimeException

T5: @Secure and https with subdomain

2011-06-28 Thread Angelo C.
Hi, I have tried the @Secure, it will automatically direct to https:/sample.com/pay, now I have a special requirement, it should direct to: https://safe.sample.com/pay, any idea how to accomplish this? Thanks, Angelo -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5

Re: T5: @Secure and https with subdomain

2011-06-28 Thread Martin Strand
On Tue, 28 Jun 2011 08:24:25 +0200, Angelo C. angelochen...@gmail.com wrote: I have tried the @Secure, it will automatically direct to https:/sample.com/pay, now I have a special requirement, it should direct to: https://safe.sample.com/pay, any idea how to accomplish this? You can

Re: T5: @Secure and https with subdomain

2011-06-28 Thread Angelo C.
hi, if force a different host name, should it be another t5 app? Angelo -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Secure-and-https-with-subdomain-tp4530831p4530924.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: T5: @Secure and https with subdomain

2011-06-28 Thread Sigbjørn Tvedt
, 2011 at 08:57, Angelo C. angelochen...@gmail.com wrote: hi, if force a different host name, should it be another t5 app? Angelo -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Secure-and-https-with-subdomain-tp4530831p4530924.html Sent from the Tapestry - User

Re: T5: @Secure and https with subdomain

2011-06-28 Thread Thiago H. de Paula Figueiredo
On Tue, 28 Jun 2011 03:57:44 -0300, Angelo C. angelochen...@gmail.com wrote: hi, Hi! if force a different host name, should it be another t5 app? No. -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, Ars

T5 @PageActivationContext with @Persist

2011-06-28 Thread George Christman
.internal.services.linktransform.LinkTransformerInterceptor.createComponentEventLink(LinkTransformerInterceptor.java:44) Any help would be greatly appreciated. -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-PageActivationContext-with-Persist-tp4532281p4532281.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: T5 @PageActivationContext with @Persist

2011-06-28 Thread Thiago H. de Paula Figueiredo
On Tue, 28 Jun 2011 12:53:05 -0300, George Christman gchrist...@cardaddy.com wrote: Hello, I'm trying figure out how to use the annotation @Persist with @PageActivationContext. Hi! It doesn't make much sense to use both at the same time, as the field would be overwritten for every

Re: T5 @PageActivationContext with @Persist

2011-06-28 Thread George Christman
_pageRenderLinkSource.createPageRenderLinkWithContext(Purchase_Request.class, purchaseRequest.getId()); } -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-PageActivationContext-with-Persist-tp4532281p4532489.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: T5 Select Menu with Other Option

2011-06-27 Thread George Christman
== NEW_FUNDING) { return fundingZone.getBody(); } return null; } -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Select-Menu-with-Other-Option-tp4520881p4529383.html Sent from the Tapestry - User mailing list archive at Nabble.com

T5 Select Menu with Other Option

2011-06-24 Thread gchristman
and further enrich our interfaces. Any help with this issue would be greatly appreciated. Cheers, George -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Select-Menu-with-Other-Option-tp4520881p4520881.html Sent from the Tapestry - User mailing list archive

Re: T5 Select Menu with Other Option

2011-06-24 Thread Thiago H. de Paula Figueiredo
Hi! On Fri, 24 Jun 2011 09:44:42 -0300, gchristman gchrist...@cardaddy.com wrote: Hello, I'm trying to add an other option to my select menu and have the other option trigger a zone reload when selected. I get the following error [ERROR]entities.Funding Unable to convert client value

Re: T5: Theming Support

2011-06-24 Thread Igor Drobiazko
in context: http://tapestry.1045711.n5.nabble.com/T5-Theming-Support-tp4500606p4500606.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

Re: T5 Select Menu with Other Option

2011-06-24 Thread George Christman
: http://tapestry.1045711.n5.nabble.com/T5-Select-Menu-with-Other-Option-tp4520881p4520995.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

Re: T5 Select Menu with Other Option

2011-06-24 Thread Thiago H. de Paula Figueiredo
On Fri, 24 Jun 2011 10:23:53 -0300, George Christman gchrist...@cardaddy.com wrote: Hi Thiago, Hi! You are correct with it being done by the ValueEncoder tapestry-hibernate automatically which is why I'm receiving that error. Not entirely sure how to get around it. I'd get the Funding

Re: T5 Select Menu with Other Option

2011-06-24 Thread George Christman
/T5-Select-Menu-with-Other-Option-tp4520881p4521089.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h

Re: T5 Select Menu with Other Option

2011-06-24 Thread Thiago H. de Paula Figueiredo
On Fri, 24 Jun 2011 10:57:43 -0300, George Christman gchrist...@cardaddy.com wrote: Would you mind elaborating a bit on getting the Funding ValueEncoder from ValueEncoder source, or point me to an example? I'm not very familiar with the ValueEncoder and not finding much doc on your method.

Re: T5 Select Menu with Other Option

2011-06-24 Thread George Christman
(newLineItemFunding); newLineItemFunding.setLineItem(_lineItem); break; } } return newLineItemFunding; } -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Select-Menu-with-Other-Option-tp4520881p4521396.html Sent

Re: T5 Select Menu with Other Option

2011-06-24 Thread Thiago H. de Paula Figueiredo
On Fri, 24 Jun 2011 12:35:51 -0300, George Christman gchrist...@cardaddy.com wrote: void onPrepareFromPR() { ListFunding _fundings = session.createCriteria(Funding.class).add(Restrictions.eq(purchaseRequest.id, purchaseRequest.getId())).list(); funding = new Funding();

Re: T5 Select Menu with Other Option

2011-06-24 Thread George Christman
. Once again, thanks so much! -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Select-Menu-with-Other-Option-tp4520881p4521568.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: T5 Select Menu with Other Option

2011-06-24 Thread Thiago H. de Paula Figueiredo
On Fri, 24 Jun 2011 13:34:59 -0300, George Christman gchrist...@cardaddy.com wrote: Seems like we are super close now. Hopefully I'm doing this correctly ListFunding _fundings = session.createCriteria(Funding.class).add(Restrictions.eq(purchaseRequest.id,

Re: T5 Reference page attributes from a component

2011-06-24 Thread Tony Nelson
/ This particular component is embedded 4 layers deep and was able to reach back all the way to Page class to get values. Is there a similar construct in T5 No. or am I going to have to pass these values explicitly down the components? Yes. You can also use the Environmental service. Thank

Re: T5 Reference page attributes from a component

2011-06-24 Thread Thiago H. de Paula Figueiredo
On Fri, 24 Jun 2011 14:17:43 -0300, Tony Nelson tnel...@starpoint.com wrote: Thank you very much for your help. I was able to get my form to display properly using the Environmental Service and adding the following to my base class: void beginRender() {

Re: T5 Reference page attributes from a component

2011-06-24 Thread Taha Tapestry
/ This particular component is embedded 4 layers deep and was able to reach back all the way to Page class to get values. Is there a similar construct in T5 No. or am I going to have to pass these values explicitly down the components? Yes. You can also use the Environmental service. Thank you

Re: T5: Theming Support

2011-06-24 Thread Howard Lewis Ship
and Theming Support, any reference to these two great features? Thanks, Angelo -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Theming-Support-tp4500606p4500606.html Sent from the Tapestry - User mailing list archive at Nabble.com

Re: T5 Select Menu with Other Option

2011-06-24 Thread George Christman
) * $HttpServletRequestHandler_130c294ab23.service($HttpServletRequestHandler_130c294ab23.java) * org.apache.tapestry5.TapestryFilter.doFilter(TapestryFilter.java:147) -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Select-Menu-with-Other-Option-tp4520881p4521934.html Sent from

Re: T5 Select Menu with Other Option

2011-06-24 Thread Thiago H. de Paula Figueiredo
On Fri, 24 Jun 2011 15:48:08 -0300, George Christman gchrist...@cardaddy.com wrote: ListFunding _fundings = session.createCriteria(Funding.class).add(Restrictions.eq(purchaseRequest.id, purchaseRequest.getId())).list(); NEW_FUNDING.setName(NEW_FUNDING_NAME);

T5 IoC: EagerLoad and ApplicationGlobals

2011-06-23 Thread Erik Fäßler
Hi everyone! I build a web app using T5.2.5 and employing the T5 IoC container. I have a contribution to a service which gets the ApplicationGlobals service injected. Everything works fine - until I want to eagerload the service with the afore mentioned contribution. When I eagerload

T5: Asset protection and 5.3.0

2011-06-23 Thread Angelo C.
Hi, do we need assetProtectionDispatcher in 5.3? seems to me following not working any more groupIdcom.saiwaisolutions /groupId artifactIdAssetProtectionDispatcher/artifactId version1.0.0/version -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Asset

Re: T5 IoC: EagerLoad and ApplicationGlobals

2011-06-23 Thread Josh Canfield
that reproduces the problem? On Thu, Jun 23, 2011 at 7:37 AM, Erik Fäßler erik.faess...@uni-jena.de wrote:  Hi everyone! I build a web app using T5.2.5 and employing the T5 IoC container. I have a contribution to a service which gets the ApplicationGlobals service injected. Everything works fine - until I

Re: T5 IoC: EagerLoad and ApplicationGlobals

2011-06-23 Thread Erik Fäßler
on my exact code, I could send this example to you. It's barely more than the T5 Quickstart. I try to EagerLoad the SymbolSource (in lack of another eager loaded service which would simply rely on the TestSymbolProvider). contributeTestSymbolProvider is called and sometimes the NPE is thrown

Re: T5: Asset protection and 5.3.0

2011-06-23 Thread Robert Zeigler
artifactIdAssetProtectionDispatcher/artifactId version1.0.0/version -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Asset-protection-and-5-3-0-tp4516645p4516645.html Sent from the Tapestry - User mailing list archive at Nabble.com

T5 Reference page attributes from a component

2011-06-23 Thread Tony Nelson
In our T4 app we made a lot of use of this type of construct: parameter name=selectedColumn default-value=ognl:page.selectedColumn / This particular component is embedded 4 layers deep and was able to reach back all the way to Page class to get values. Is there a similar construct in T5

Re: T5 Reference page attributes from a component

2011-06-23 Thread Thiago H. de Paula Figueiredo
back all the way to Page class to get values. Is there a similar construct in T5 No. or am I going to have to pass these values explicitly down the components? Yes. You can also use the Environmental service. -- Thiago H. de Paula Figueiredo Independent Java, Apache Tapestry 5

Re: T5 Reference page attributes from a component

2011-06-23 Thread Martin Strand
back all the way to Page class to get values. Is there a similar construct in T5 or am I going to have to pass these values explicitly down the components? Perhaps the page could store this data in the Environment and let the component access it from there? Check out the documentation here

Re: T5: Theming Support

2011-06-18 Thread françois facon
Angelo C. angelochen...@gmail.com: Hi, T5.3.0 has Skin and Theming Support, any reference to these two great features? Thanks, Angelo -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Theming-Support-tp4500606p4500606.html Sent from the Tapestry - User mailing list

Re: T5: Theming Support

2011-06-18 Thread Howard Lewis Ship
in context: http://tapestry.1045711.n5.nabble.com/T5-Theming-Support-tp4500606p4500606.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org

<    1   2   3   4   5   6   7   8   9   10   >