Re: T5 - using t:select nested inside beaneditform

2011-08-06 Thread Eric Torti
Thank you, Vangel, That`s exactly the case! I`ll have a look at the docs you provided and have a go at it. The only doubt I still have is whether the tag is supposed to work nested inside the tag. Thanks. I`ll provide feedback as soon as I get to experiment with your suggestion. Eric On Sat,

Re: T5 - using t:select nested inside beaneditform

2011-08-06 Thread Vangel V. Ajanovski
On 08/06/2011 02:54 PM, Eric Torti wrote: Thank you, based2. I am following the jumpstart examples. But in my case, the property I need to choose from a t:select is not an enum. It`s a complex type. Official documentation has the easiest way if your situation is not very complex. https://tapes

Re: T5 - using t:select nested inside beaneditform

2011-08-06 Thread Eric Torti
; http://jumpstart.doublenegative.com.au/jumpstart/examples/input/morecontroledit1/1 > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/T5-using-t-select-nested-inside-beaneditform-tp4671749p4671987.html > Sent from the Tapestry - User mailing list

Re: T5 - using t:select nested inside beaneditform

2011-08-06 Thread based2
http://jumpstart.doublenegative.com.au/jumpstart/examples/input/morecontroledit1/1 -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-using-t-select-nested-inside-beaneditform-tp4671749p4671987.html Sent from the Tapestry - User mailing list archive at Nabble.com

T5 - using t:select nested inside beaneditform

2011-08-05 Thread Eric Torti
Hello, guys, I`m struggling to get a beaneditform to show a t:select element. I`ve accomplished the creation of the GenericSelectModel but I don`t know if I`m on the right track. My template reads as follows: The form is displayed but no is rendered. Is this the right wa

Re: [T5] Announce - TreeGrid component

2011-08-03 Thread sandeep kale
. Thanks In advance. -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Announce-TreeGrid-component-tp2416233p4662221.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsub

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

2011-07-23 Thread fante
${file.key} Add a row -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Dynamically-add-section-of-upload-files-in-form-tp4623

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

2011-07-23 Thread fante
file is of type FileHolder, and file.file of type ArrayList -- View this message in context: http://tapestry.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

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

2011-07-23 Thread Taha Hafeez
.file is of type private List and is like you said null. > How can I make sure to initialise it properly? > In the FileHolder I initialse the it to an empty ArrayList, > but that does not seem to do the trick. > > Again thanks helping me out! > fante > > > > -- > View this m

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

2011-07-23 Thread fante
-- View 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-mail

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

2011-07-23 Thread Taha Hafeez
   } > >        public void setFile(List file) { >            this.file = file; >        } >        public String getKey() { >            return key; >        } >        public void setKey(String key) { >            this.key = key; >        } > > >    } > } > In tml: > >   > >              

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

2011-07-22 Thread fante
y; } } } In tml: ${file.key} Add a row -- View this message in c

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

2011-07-22 Thread Taha Hafeez
vice 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.na

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
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

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
ntegrated 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 >

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 + 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: 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 wrote: Hey all, I was using the T5 tapestry-uploa

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 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 Paula

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-c

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 fro

Re: T5 + opentip.js bug / question

2011-07-18 Thread Taha Hafeez
s and community involvement, > 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 >

T5 + opentip.js bug / question

2011-07-18 Thread spargonaut
wesome tutorials and community involvement, 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 mail

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 wrote: > Hello again, > Do I need to add my CheetahPageTester to some configuration somewhere? > J. > > 2011/7/18 Julien M

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 > 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 PageTeste

Re: T5 + tests (source code included)

2011-07-17 Thread Julien Martin
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 PageTester class: *package com.cheetah.web; import org.apache.tapestry5.TapestryFilter; import org.apache.tapestry5.internal.spring.Sp

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 wrote: > Hello, > > I am not able to test my Tapestry application. What is very odd is that the > exception is not thro

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 clie

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() {

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

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

2011-07-12 Thread Angelo C.
ppend(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 Nabbl

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. wrote: > Hi, > > I use following Groovy code to post a json object to a T5 app: > > def http = new HTTPBuilder( "http://.sample.com"; ) &

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 : 'upda

Re: t5: https and two T5 apps

2011-07-10 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 Nabbl

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

2011-07-07 Thread Taha Hafeez
Yes it needs modification.. http://stackoverflow.com/questions/2653963/why-doesnt-javascript-function-aliasing-work regards Taha On Fri, Jul 8, 2011 at 4:57 AM, jklecko wrote: > Hi, > > Just wondering if anyone else is getting an exception thrown when using > Tapestry.debug() i

[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.nab

Re: T5 Selected Attribute

2011-07-06 Thread Lenny Primak
's not resetting every 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-Selec

Re: T5 Selected Attribute

2011-07-06 Thread George Christman
http://tapestry.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

Re: T5 Selected Attribute

2011-07-06 Thread Thiago H. de Paula Figueiredo
On Wed, 06 Jul 2011 14:06:26 -0300, George Christman 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 with a value encoder

Re: T5 Selected Attribute

2011-07-06 Thread Lenny Primak
the data to the user session > and not committing to database. 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, yo

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 Thiago H. de Paula Figueiredo
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 t

Re: a question T5 work with spring

2011-07-06 Thread Tony Nelson
rviceId from spring Integration? > I try in my test,I Integrate a bean named "TestService" in spring xml, 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

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 fro

Re: T5 Selected Attribute

2011-07-06 Thread Thiago H. de Paula Figueiredo
On Wed, 06 Jul 2011 11:35:23 -0300, George Christman 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 Figueiredo Independent Java,

Re: T5 Selected Attribute

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

a question T5 work with spring

2011-07-06 Thread dick_hu
t 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 mailing list archive at Nabble.com. - To unsubscrib

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

Re: t5: https and two T5 apps

2011-07-05 Thread 9902468
in context: 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.apac

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' conte

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. 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: https

Re: t5: https and two T5 apps

2011-07-05 Thread Mark
Can't you just deploy the first one to the root and the second one to the /order context? I think you'll have to setup the same SSL cert twice--once for each app, but you should be able to use the same cert. Mark On Tue, Jul 5, 2011 at 9:01 PM, Angelo C. wrote: > Hi, >

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, sugges

Re: T5 Selected Attribute

2011-07-05 Thread Thiago H. de Paula Figueiredo
On Tue, 05 Jul 2011 16:04:59 -0300, George Christman 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 matter. ;) -- Thiago H. de P

Re: T5 Selected Attribute

2011-07-05 Thread George Christman
context: http://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 addi

Re: T5 Selected Attribute

2011-07-05 Thread Taha Hafeez
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. > >

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 ma

Re: T5 Selected Attribute

2011-07-05 Thread Taha Hafeez
if(_lineItemFunding.getTempId() == key) { >_lineItemFunding.setFunding((Funding) > session.get(Funding.class, 6)); >} > >} >} > > > > -- > View this message in context: > http://tapestry.1045711.n5.n

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 Tapes

Re: T5 Selected Attribute

2011-07-05 Thread Thiago H. de Paula Figueiredo
On Tue, 05 Jul 2011 15:02:22 -0300, George Christman 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 any success. If someone c

Re: T5 Selected Attribute

2011-07-05 Thread Taha Hafeez
ct 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 Tap

T5 Selected Attribute

2011-07-05 Thread George Christman
reciate 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 at Nabble.com. - To unsubscribe, e-

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-tp4541264p

Re: T5 With myibatis

2011-07-01 Thread Thiago H. de Paula Figueiredo
On Fri, 01 Jul 2011 10:12:24 -0300, dick_hu 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 Independent Ja

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 at

Re: T5 With myibatis

2011-07-01 Thread Thiago H. de Paula Figueiredo
On Fri, 01 Jul 2011 04:39:10 -0300, dick_hu 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 H. de

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 Select Menu with Other Option

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

Re: T5 IoC: EagerLoad and ApplicationGlobals

2011-06-29 Thread Erik Fäßler
new TestSymbolProvider(properties); } If you would like to have a look 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 TestSymbolProvide

Re: T5 @PageActivationContext with @Persist

2011-06-28 Thread George Christman
return _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 archiv

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 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 request. -- Thiago H. de Paul

T5 @PageActivationContext with @Persist

2011-06-28 Thread George Christman
.tapestry5.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

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. 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 Machina Tecnologia da

Re: T5: @Secure and https with subdomain

2011-06-28 Thread Sigbjørn Tvedt
, 2011 at 08:57, Angelo C. 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

Re: T5: @Secure and https with subdomain

2011-06-27 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-27 Thread Martin Strand
On Tue, 28 Jun 2011 08:24:25 +0200, Angelo C. 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 override the default implement

T5: @Secure and https with subdomain

2011-06-27 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 Select Menu with Other Option

2011-06-27 Thread George Christman
} 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. ---

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 wrote: List _fundings = session.createCriteria(Funding.class).add(Restrictions.eq("purchaseRequest.id", purchaseRequest.getId())).list(); NEW_FUNDING.setName(NEW_FUNDING_NAME); NEW_FUNDING.setId(OTHER_ID); _f

Re: T5 Select Menu with Other Option

2011-06-24 Thread George Christman
$HttpServletRequestHandler_130c294ab29.java) * $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-

Re: T5: Theming Support

2011-06-24 Thread Howard Lewis Ship
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-tp4500606p45006

Re: T5 Reference page attributes from a component

2011-06-24 Thread Taha Tapestry
edded 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. Yo

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 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() { environment.push(SearchParameters.class, ge

Re: T5 Reference page attributes from a component

2011-06-24 Thread Tony Nelson
nd 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. > Tha

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 wrote: Seems like we are super close now. Hopefully I'm doing this correctly List _fundings = session.createCriteria(Funding.class).add(Restrictions.eq("purchaseRequest.id", purchaseRequest.getId())).list(); _fundings.add(

Re: T5 Select Menu with Other Option

2011-06-24 Thread George Christman
completed. 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 12:35:51 -0300, George Christman wrote: void onPrepareFromPR() { List _fundings = session.createCriteria(Funding.class).add(Restrictions.eq("purchaseRequest.id", purchaseRequest.getId())).list(); funding = new Funding(); funding.setName(NEW_FU

Re: T5 Select Menu with Other Option

2011-06-24 Thread George Christman
} } return newLineItemFunding; } -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-Select-Menu-with-Other-Option-tp4520881p4521396.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 10:57:43 -0300, George Christman 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. Something like this (n

Re: T5 Select Menu with Other Option

2011-06-24 Thread George Christman
e.com/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: us

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 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 ValueEncoder from Value

Re: T5 Select Menu with Other Option

2011-06-24 Thread George Christman
rs, George -- View this message in context: 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: us

Re: T5: Theming Support

2011-06-24 Thread Igor Drobiazko
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. > > - > To unsubscribe, e-mail: users-unsubs

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 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 '-1' into an entity ins

T5 Select Menu with Other Option

2011-06-24 Thread gchristman
easily return a zone 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

Re: T5 Reference page attributes from a component

2011-06-23 Thread Martin Strand
t 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 to see whether it's a suitabl

Re: T5 Reference page attributes from a component

2011-06-23 Thread Thiago H. de Paula Figueiredo
t 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 and Hibernate consultant, developer, and inst

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: 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 or am I going to have to pass these values explicitly down the

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