Re: mvn package - exclude lib folder?

2011-07-19 Thread Federico Weyermann
Thank you! Problem solved: *scope*: > This element refers to the classpath of the task at hand (compiling and > runtime, testing, etc.) as well as how to limit the transitivity of a > dependency. There are five scopes available: *provided* - this is much like compile, but indicates you expect the

Re: -**- Hibernate Session Not Found -**-

2011-07-19 Thread Scott Macri
Awesome! Worked great! Thanks. I agree, tapestry is far better than struts. On 7/19/11 4:36 PM, Thiago H. de Paula Figueiredo wrote: On Tue, 19 Jul 2011 00:10:13 -0300, scott macri wrote: Hello, Hi! I am attempting to complete the Tapestry5 tutorial on the apache website. However, I

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-upload for uploading fil

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

Re: Multiple onActive

2011-07-19 Thread Ulrich VACHON
Thx Robert for your reply, I suspected that it was not possible. I like your solution but I will try to play with URL and have two methods. Thx a lot, Ulrich -- View this message in context: http://tapestry.1045711.n5.nabble.com/Multiple-onActivate-tp4612951p4613739.html Sent from the Tapestry

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

Re: -**- Hibernate Session Not Found -**-

2011-07-19 Thread Thiago H. de Paula Figueiredo
On Tue, 19 Jul 2011 00:10:13 -0300, scott macri wrote: Hello, Hi! I am attempting to complete the Tapestry5 tutorial on the apache website. However, I am having an issue with hibernate, tapestry and HSQLDB. The tutorial uses Maven, so add the m2eclipse plugin to Eclipse (not needed i

Re: Multiple onActive

2011-07-19 Thread Robert Zeigler
You could supply a custom ValueEncoder for MySuperObject that would handle either case and make your code agnostic to the type of object. You could use: onActivate(EventContext context) And then grab the parameter values and convert as desired using the "get" method (but that will require you

Multiple onActive

2011-07-19 Thread Ulrich VACHON
Hi all, I would to know if it's possible to have several onActivate methods with differents parameters type. In fact, I have two objects class with this hierarchy : MySuperObject ^^ /\ MyObject1 MyObject2 And I want to navigate with any obj

Re: -**- Hibernate Session Not Found -**-

2011-07-19 Thread Scott Macri
Sorry, my class is CreatePerson, not CreateAddress. However, it is identical and I have the same error for both. Thanks. public class CreatePerson > { >@Property >private Person person; > >@Inject >private Session session; > >@InjectPage >private Index index; > >@Com

-**- Hibernate Session Not Found -**-

2011-07-19 Thread scott macri
Hello, I am very new to hibernate, tapestry and eclipse. However, I've been developing in Java for quite some time and have worked with both spring and struts(1+2). I am attempting to complete the Tapestry5 tutorial on the apache website. However, I am having an issue with hibernate, tapestry an

Re: what is called when - ajax version

2011-07-19 Thread LLTYK
Not really. -- View this message in context: http://tapestry-users.832.n2.nabble.com/what-is-called-when-ajax-version-tp6593136p6598840.html Sent from the Tapestry Users mailing list archive at Nabble.com. - To unsubscribe, e-ma

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

Re: how to redirect to a common url in PageRenderLinkTransformer.decodePageRenderRequest

2011-07-19 Thread Bo Gao
> :) Your subject is "how to redirect..." Sorry for my mistake. How can I use http://download.oracle.com/javaee/6/api/javax/servlet/ServletContext.html#getRequestDispatcher(java.lang.String) in a tapestry page? On Jul 19, 2011, at 12:44 PM, Josh Canfield wrote: >> It's a good way to do the red