What is actually the code that adds mappings.xml. As I know in
hibernate.cfg.xml is not possible to include mappings, and in
contributeHibernateEntityPackageManager you can add just packages with
hibernate-annotated classes.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/T
Hi Gunnar
I had a look at it. I don't think there is any thing complicated here.
Just remember you have to use
https://github.com/got5/tapestry5-jquery/ and also the links can be
generated using ComponentResources.createlink()... and then are to
be passed to the script using JavaScriptSupport.
Hi!
I would like to add in place editing for some of my pages.
I found a jQuery plugin named jEditable that looks promising.
See http://www.appelsiini.net/projects/jeditable
Has anyone out there used this plugin in combination with T5 ?
Are there things I should know before diving into it. The
config hibernate.cfg.xml, add mapping xmls
On Thu, Aug 4, 2011 at 7:56 PM, andreisirghi wrote:
> Hi, can somebody inform me how can I notice tapestry-hibernate library that
> I
> want to load the mapping of entities from an xml file, i.e. without
> annotations in entity classes.
>
> --
> View th
Hi Josh,
Might you please elaborate your answer ? I don't get it :)
Thanks,
Rendy.
On Thu, Aug 4, 2011 at 10:29 PM, Josh Canfield wrote:
> Also, rest resources can be bound as services to use injection and advice.
> On Aug 4, 2011 8:05 AM, "Taha Hafeez" wrote:
> > Hi Rendy
> >
> > No Component
Hi Taha,
Thanks for your response. This my problem in detail,
I am creating a web service using tynamo, in tynamo, they direct us to place
Resource class in rest package. In every service inside the resource, I want
to put an annotation (like your @xhr - ajax graceful degradation) to every
method
You should work on using VisualVM to analyze what is consuming all the
memory. I see Hibernate and caching in your stack traces, not just
Tapestry, so you need to pin down the blame first. And, you didn't
give any idea about what version of Tapestry you are using, or any
other useful details.
On
Hi all
I have such strange problem with data incomming from a client's form with
Java7.
I have created a generic entity, which is a superclass for all other
entities in applications. This class contains getter and setter for ID.
Getter is generic, setter - due Tapestry5 coercions - expects Object a
I'm afraid I'd need a little more guidance than this.
I tried this (in Scala) - which didn't seem to have any effect:
/def contributeComponentMessagesSource(bundles:
OrderedConfiguration[Resource], typeCoercer: TypeCoercer) {
val path = "MyValidationMessages.properties"
val re
Also, rest resources can be bound as services to use injection and advice.
On Aug 4, 2011 8:05 AM, "Taha Hafeez" wrote:
> Hi Rendy
>
> No ComponentClassTransformWorker will not work outside
> pages/components package. But class transformation is not the only
> reason to keep a special packages. Yo
Hi Rendy
No ComponentClassTransformWorker will not work outside
pages/components package. But class transformation is not the only
reason to keep a special packages. You sometime need to scan classes
for annotations etc and it is easy if you have specific packages
which can be contributed to the
According to the release note, you should use the componentMessageSource service
Demey Emmanuel
Le 4 août 2011 à 16:46, stephanos2k a écrit :
> I'll summarize the problem: *How do I change the default validation messages
> in Tapestry 5.3?*
>
> --
> View this message in context:
> http://tape
I'll summarize the problem: *How do I change the default validation messages
in Tapestry 5.3?*
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/T5-3-customize-validation-messages-tp4659356p4666592.html
Sent from the Tapestry - User mailing list archive at Nabble.com.
--
Hi all,
I have problem with class transformation, my question, will this class
transformation work outside from special package (pages for example). I am
using restful integration from tynamo which direct me to put my web service
in rest package. Is the package name matter with class transformatio
Hi, can somebody inform me how can I notice tapestry-hibernate library that I
want to load the mapping of entities from an xml file, i.e. without
annotations in entity classes.
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Tapestry-Hibernate-xml-mapping-tp4666037p4666037.
Hi Stephan,
Stephan Windmüller wrote:
>
> So it seems that "only" InternetAddress has a bug.
>
Did you use the parse-methods/constructors with the boolean parameter
"strict" set to true? And in fact "," are allowed in so called
route-addresses (what ever that may be).
-
http://www.winfon
On 04.08.2011 09:41, Stephan Windmüller wrote:
> I just noticed that the e-mail validator for input fields accepts
> strings like "u...@host.tld," (note the trailing comma).
Oups, I am sorry. I just noticed that the project I am working on
globally overrides the e-mail validator. When using the r
Hello!
I just noticed that the e-mail validator for input fields accepts
strings like "u...@host.tld," (note the trailing comma).
As far as I understand the RFC, a comma may not be part of an e-mail
address. But the InternetAddress class of Java also parses this address
without an error.
So is t
Hi,
Im proud to announce a new Tap5 module with new components and services for
Tapestry 5.2.x
Its main features are:
Component list:
-Editable selectbox
-Pageable grid
-Hoverlink
-Modalbox
-Dropdown menu
-Popup window
-Switch
-Textmarker
Mixin:
- Confirm dialog
19 matches
Mail list logo