Semantics of @Override are different between jdk 1.5 and 1.6. You are
on jdk 1.5 which doesn't allow using @Override for denoting an
implementation method defined by a interface.
Kalle
On Tue, Sep 18, 2012 at 10:07 PM, Chris Mylonas wrote:
> hi geoff (& greater tap community),
>
> i was hacking
hi geoff (& greater tap community),
i was hacking around with some old code moving it to 5.3.4 and had to remove
the @Override annotation from this method:
public void transform(PlasticClass plasticClass, TransformationSupport
support, MutableComponentModel model) {
I haven't had time
Hello, I'm experiencing the following remove row bug reported to JIRA by
Geoff,
https://issues.apache.org/jira/browse/TAP5-1896#comment-13458112
I did a simple test where I cleared all form errors using form.clearErrors
at the beganning of my onValidate method and then recorded new errors after
t
On Tue, 18 Sep 2012 12:30:06 -0300, llama-king
wrote:
Hello all,
Hi!
For instance I might have a property name of: (Bob)'s-Empire and it'll be
stripped down to BobsEmpire. Really need that punctuation!
Do you really have property names like that? Java doesn't allow
punctuation in fiel
Leave the property name as "bobsEmpire" and add an entry in your localized
messages catalog as follows:
bobsEmpire-label=(Bob)'s-Empire
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/PropertyModelImpl-Stripping-Non-Word-Characters-From-Its-Label-tp5716383p5716384.html
Se
Hello all,
I've been using a BeanModel to map my data structures to a grid-based
component but have come up on a bit of an annoyance as described in subject.
The property name provided ends up as the column name in the rendered grid.
When passed into PropertyModelImpl inside BeanModelImpl it has
Just coming back to clock in on this; what a chump I am!
The tapestry5-jquery project already provides a mixin named Bind that does
exactly what I was trying to achieve. Seems like I was on the right track!
There are a couple of niceties that I'd like to contribute given both the
implementations w
Hi Lance and trsvax,
Thanks for your respective answers. I'm using the got5 tapestry5-jquery
DataTable component (datables.net). I had a little difficulty writing a
mixin higher up the chain so for now (due to time constriants) I've resorted
to writing a mixin that interacts with the DataTables jQ
On Tue, 18 Sep 2012 10:30:11 -0300, George Christman
wrote:
I figured out why the value encoder is called twice, however I'm not
certain if this is normal behavior. The value encoder is only called
once when I
don't use the removerowLink in my ajaxformloop, however as soon as I add
it in
I figured out why the value encoder is called twice, however I'm not certain
if this is normal behavior. The value encoder is only called once when I
don't use the removerowLink in my ajaxformloop, however as soon as I add it
in it is then called twice. Is this normal? Example with removerowlink.
I'm willing to use uncached symbols at the moment for 2 reasons. 1) Saving
massive refactoring effor, 2) I really want to know how to do this !
I implemented the following:
> public static void bind(ServiceBinder binder) {
> binder.bind(IDBSymbolSource.class, DBSymbolSource.class);
> //Binding th
On Tue, 18 Sep 2012 05:15:47 -0300, resign wrote:
Hi,
Hi!
a lot of time gone froml this post was sent.
Have found any solution for your problem?
Would you tell it?
The solution was already posted in this thread: create your own BeanModel
and PropertyConduit.
--
Thiago H. de Paula Figu
On Tue, 18 Sep 2012 01:08:32 -0300, Anbazhagan
wrote:
Thanks for your reply.
Now I am using tapestry loop, & css styles to display those images in
that style. However in the mean time I am looking for any built-in
component in tapestry, Where I would like to give the rows count &
column
Hi,
a lot of time gone froml this post was sent.
Have found any solution for your problem?
Would you tell it?
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Grid-is-there-any-way-dynamically-defined-columns-tp4866376p5716374.html
Sent from the Tapestry - User mailing
You can also use invisible as a target of download link. It will
prevent opening a new window:
On Tue, Sep 18, 2012 at 9:05 AM, Waleriy wrote:
> Thank you. That solution works.
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Problem-with-tapestry-ajax-win
15 matches
Mail list logo