"delegate=ognl:beans.delegate",
"clientValidationEnabled=ognl:false" })
public abstract IForm getReservationStartForm();
And the form field, defined in the template:
Label
pleasy copy and paste?
Andy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I had the same problem a few days ago. I added all m2-repos from the
Tapestry pom.xml to my project's pom.xml and then everything worked again...
Andy
Paulo Ramos wrote:
I am using javassist 3.0
Peter Schröder escreveu:
does your server contain the javassist lib in the expected ve
seems to be logging what I expect.
Andy
On Mon, 2008-01-07 at 15:07 -0800, buckofive wrote:
> Is no one else having issues logging 3rd party libraries? I am unable to get
> any hibernate or spring logs. I have tried creating several different
> tapestry test projects using the 5.0.7 arch
Thanks for the update, Alexander...and thanks for ensuring quality. I
look forward to seeing the finished product!
Andy
On Fri, 2008-01-11 at 08:39 +, Kolesnikov, Alexander GNI wrote:
> I was informed by the publisher that the book is going to be "uploaded
> for printing" th
Josh,
I've been looking for that! Thanks for the tip!
Andy
> This is configurable in Eclipse. Under Window | Preferences look at Java |
> Code Style there is a "Conventions for variable names" section where you can
> tell eclipse what your prefix/suffix preferences
);
default:
throw new ApplicationRuntmieException("boo boo");
}
}
Thanks,
Andy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Angelo,
Additionally, if you have a job that you want to schedule to do this
download, you could use a scheduler such as Quartz to kick off the job
without any intervention.
Andy
On Thu, 2008-01-24 at 01:45 -0800, Angelo Chen wrote:
> Hi,
>
> I have a service which does some file down
with all of the basics, I still found it wonderfully
enlightening to read through it. It's helping me pull together some of
the basics that I haven't been able to get a handle on yet.
Alexander...excellent job!
Andy
On Mon, 2008-01-28 at 15:45 +, Kolesnikov, Alexander GNI wrote:
> I hav
d do everything in one session.
Andy
On Wed, 2008-02-06 at 22:33 -0800, Angelo Chen wrote:
> Hi,
>
> I have two services, namely MyCreate and MyThread, what they do is:
>
> MyCreate will append a new record using Tapestry-Hibernate's session and
> MyThread will look it u
checkbox was selected or not.
Is there something wrong with my component definition?
Thanks,
Andy
--
Andy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Also, which 4.1 version is this with?
It's 4.1.3
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
But iit does not work with 4.1.5, either.
Andy Pahne schrieb:
Also, which 4.1 version is this with?
It's 4.1.3
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROT
I tried that, but the page property is updated to false, regardless of
the checkbox selection.
Andy
Ulrich Stärk schrieb:
Bind the value property of your checkbox to a page property.
E.g. in your page class:
public abstract boolean isChecked();
public abstract void setChecked(boolean
Nope
Andreas Andreou schrieb:
That's weird...
I have so many checkboxes working here...
Perhaps you're binding the same object somewhere else?
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [
Ulrich Stärk schrieb:
it might be the right time now to post your complete page class and page
template before we start doing wild guesses...
Here you are:
Search2.java:
---
public abstract class Search2
extends BaseBoo
plate until there was
nothing more than the two checkboxes and - it works.
Thanks for your kind help and sorry for polluting the list with Tapestry
unrelated issues.
Andy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For addit
ponent("formField3");
}
The event listener is never fired at all. I tried variations of the
event name liek "onchange", "onChange" etc., but no listener is fired...
Is there something wrong with my code?
Andy
-
d some time to get used to it...
A.
Kevin Menard schrieb:
-----Original Message-
From: Andy Pahne [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 20, 2008 10:41 AM
To: Tapestry users
Subject: [4.1.5] @EventListener question
Page class:
@EventListener(elements = "formField1",
Bad luck. As I see you are the reporter of that bug. Did you find a
workaround?
A.
Kevin Menard schrieb:
autosubmit="false" is currently broken. You can track the following
issue:
https://issues.apache.org/jira/browse/TAPESTRY-2003
--
Worked instantly. Thanks.
But shouldn't "elements" work as well?
Kevin Menard schrieb:
-Original Message-
From: Andy Pahne [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 20, 2008 10:41 AM
To: Tapestry users
Subject: [4.1.5] @EventListener quest
made to the
web server. However, what I read was that not all proxies/web servers
are able to handle this, and in my case, it ended up greatly increasing
the amount of time needed to request/respond.
I turned this off in Firefox, and my pages immediately became
instantaneous again.
Andy
On Tue, 2008
Hi,
I try to imlement a suggest feature with the Suggest component.
Unfortunatly the suggestions do not render properly. I had a look at the
TimeTracker demo and copied all relevant parts into my test application,
but the generated result looks different and the suggestions are not
visible.
Ulrich Stärk schrieb:
> This is the rendered code, could you please provide the corresponding
> template and page class code?
>
There's almost no difference beetwenn the source of the TimeTracker demo
and mine:
div.autocomplete {
position:absolute;
wid
Ulrich Stärk schrieb:
> Almost no is not none :)
>
> Your code is absolutely correct and works perfectly. Please make sure
> that you have a Shell and a Body component on your page. In your case
> those would be included with your DemoBorder component, so have a look
> at that template. Also make
t it is
hidden (display: none;). My first thought was that the AJAX request does
not work but a quick DOM inspection and a look into the logfile revealed
that the AJAX part works perfectly.
I have no idea...
Andy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Damn, just found out that it works in IE 7, but not in FF 2. But that's
not the case with with the demo which is available at
http://opencomponentry.com:8080/timetracker/LocaleSuggest.html
That demo wors nicely in both browsers...
'm using Jetty6, Tap 5.0.10.
Thanks a bunch,
Andy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
/components
false
src/main/java/com/homeed/components
*.tml
false
src/main/java/com/homeed/pages
**/*.tml
Thanks again!
Andy
On Sat, 2008-02-23 at 20:40 +0100, Davor Hrg wrote:
> the error represents missing templates for pages
java:90) - field 1 has changed
INFO (AjaxTest2.java:91) - new value is 'uztuzz'
INFO (AjaxTest2.java:96) - updating field3 and showing it...
The Debug Output after changing field1
DEBUG: 12:01:45 PM: tapestry.load() Response received.
Andy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
("formComponent"); and
responseBuilder.updateComponent("conditionalBlock");
but none of them did the trick.
Andy
Ulrich Stärk schrieb:
Your placeHolder hast to be a Tapestry component not just a div
container. Just replace id="placeHolder" with jwcid="[EMAIL PRO
...
Andy
Andy Pahne schrieb:
Sorry, but I cannot confirm that. I tried it and the debugging output
changed to:
DEBUG: 1:05:54 PM: tapestry.load() Response received.
WARNING: 1:05:54 PM: No ajax-response elements received.
But the hidden part does not render.
I also tried
only works, when the HTML is well formed. So no unclosed
tags, no unclosed tags!
Andy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For me it works in Firefox and IE7. But the behaviour in IE7 is somehow
delayed, it takes a few seconds, but not in FF2.
Andy
[EMAIL PROTECTED] schrieb:
Hi,
In order to prevent user interruption, Used "@contrib:AjaxStatus" component to
display hour glass when AJAX request ha
ng here or is that a bug?
Andy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Joel,
I ran across this component that wraps a template engine:
http://213.160.23.119:8080/t5components/t5c-contrib/howto_freemarkerservice.html
Andy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail
I am not sure if I understood your question, but maybe you discovered
this well known IE feature (bug?):
http://www.thescripts.com/forum/thread289171.html
Andy
sasidhar schrieb:
Hi,
In a web page,when a menu is displayed over a dropdown, the menu should
overlap the dropdown. But it is not
deprecated, and will likely be removed in a later release. Consult
its documentation to find a replacement component.
Configuring log4j does not help.
Andy
Joshua Jackson schrieb:
Dear all,
Currently I am using T 5.0.11 and it displays a helluva message in the
logs. Is there any way to config
ePicker.js and found the funtion
Calendar.prototype.setCurrentDate = function(date) {
...
}
That one seems to be a good candidate for my task, but I don't have any
idea, how to invoke it. (My knowledge about JavaScript is almost non
exi
sspath:com/homeed/components/Layout.tml: The entity "copy" was
referenced, but not declared.
I'm on Tap 5.0.11.
Help?
Thanks,
Andy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Thank you, Filip! That was exactly what I needed!
Andy
On Sun, 2008-03-23 at 01:42 +0100, Filip S. Adamsen wrote:
> You need to have an (X)HTML DOCTYPE somewhere in your page.
>
> See "Template Doctypes" at
> http://tapestry.formos.com/nightly/tapestry5/tapestry-cor
Hi there, I'm evaluating Tapestry (among others) for the web framework we'll
use at my company for the next 5 years or so. We've used Struts 1 for the
last 5-6 years and it's served us well, even if it was higher maintenance
than was first apparent. I have spent over two days reading about Tapestr
me to look into them early this week.
Andy.
Rob Smeets wrote:
>
> Hi Andy,
>
> Be wise and dig around the Internet to find answers to your questions and
> don't turn to this list since they won't offer you a non-biased answers.
> For
> a starter go to theserv
I had the same problem. It's not only unclosed tags, but also
and others. It works with an unclossed tag. Don't know why, but
it's not specified anywhere.
Igor Drobiazko schrieb:
please close the tag:
On Wed, Apr 2, 2008 at 11:13 AM, caarney <[EMAIL PROTECTED]> wrote:
--
sion?
e.g. (this doesn't work obviously, but getProductVariant() is implemented in
the page class and its output forms the last segment of the message key)
${message:product-name-${productVariant}}
3) Also how can you pass arguments to the messages to replace {0}, {1} etc?
Thanks,
Andy
, it is rendered with a label of "User
Pstl Code Field". Shouldn't it be rendered as ZIP?
I'm on T5.0.11.
Thanks!
Andy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
inding"
would mean or how it would help, sorry if it's obvious but I'm very new to
Tapestry. I'll certainly not be doing it myself any time soon, I'm just
evaluating the framework at the moment.
Thanks,
Andy.
Filip S. Adamsen-2 wrote:
>
> I've been thinking ab
ile to be next to
> your .tml file and not the .java file.
>
> Petros
>
>
> Andy Huhn-2 wrote:
>>
>> OK, this is driving me crazy.
>>
>> I have a .tml named FindCoops.tml that contains the following fragment:
>>
>>
>> > t:valu
;ve missed?
Andy Blower wrote:
>
> Filip - that looks really good work.
>
> I didn't realise new bindings can be created. I'm surprised that you're
> using %d, %s etc rather than the standard {0} {1} ResourceBundle
> parameters. To me it would be nicer express
nd having it take a parameter. It's not possible to do
${messagePrefix('product-name')} and have it call
setMessagePrefix('product-name') or anything is it?
Thanks,
Andy.
Imants Firsts wrote:
>
> 2) Use your property like this in the template
> ${prop:my
have not had any issues to date with the directory structure; Tapestry
finds all the pages just fine, it finds the hibernate.cfg.xml, it finds
my assets, etc. But for some reason, I can't get this properties file
to work. Am I missing something obvious?
Thanks,
Andy
On Thu, 2008-04-03 at
I have encountered a similar issue, and the use of onPrepare() doesn't make
sense to me. Surely there's no point persisting any fields and then
resetting in onPrepare() is there? May as well just remove the @Persist.
There must be something I'm missing here.. can anyone fill me in?
Howard Lewis
FindCoops.tml
FindCoops.properties
Andy
On Thu, 2008-04-03 at 14:25 +0200, Filip S. Adamsen wrote:
> Hi,
>
> Try putting it in src/main/resources/com/companyname/pages/coops.
>
> -Filip
>
> On 2008-04-03 14:23, Andy Huhn wrote:
> > Thanks
Hello,
Is there a way to configure the default size parameter that will be
generated for TextFields?
Thanks,
Andy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
y small...and
I don't want to have to add an annotation to every field.
Is there any facility built in like this? Or do most developers simply
add the annotation to every field? Surely there's a more reusable
solution?
Thanks,
Andy
On Fri, 2008-04-04 at 10:35 +0200, Kristian Ma
ot ol tag
in my block.
Also not having render vars not being useful in these partial renders is
irritating. e.g. "Component XYZ is not rendering, so render variable 'foo'
may not be updated." Would this be easy to enable does anyone know?
Thanks,
Andy.
Cordenier Christophe
Thank you, Kevin! That was the direction I needed.
On Fri, 2008-04-04 at 11:11 +0200, Kristian Marinkovic wrote:
> i use CSS to set the VISUAL size of my input fields :)
>
> g,
> kris
>
>
>
> Andy Huhn <[EMAIL PROTECTED]>
> 04.04.2008 11:03
>
Sorry, Kristian. I think I was looking at something else while I was
typing. :o) Thank you, Kristian!
On Sat, 2008-04-05 at 22:20 -0400, Andy Huhn wrote:
> Thank you, Kevin! That was the direction I needed.
>
> On Fri, 2008-04-04 at 11:11 +0200, Kristian Marinkovic wrote:
> &g
ne.
Has anyone else faced this? Any help?
I have tried using display: inline instead of display: block, I've tried
setting
div.t-beandisplay-value:after {
clear:both;
}
I've tried pretty much everything I can think of.
I think I solved my own question.
For the sake of anyone else facing this same issue, I added this to my
stylesheet:
DIV.t-beandisplay DIV.t-beandisplay-value {
display: block;
float: left;
clear: right;
}
Thanks,
Andy
On Sat, 2008-04-05 at 22:27 -0400, Andy Huhn wrote:
>
I just ran into this issue myself, and switching to a 1.5 jre fixed it.
(although now I get a "Java compiler level does not match the version of the
installed Java project facet." error reported by Eclipse... which means
nothing to me)
I thought that reporting what was causing the problem may hel
Rather than explain (probably badly) exactly what the problem is, I'll
provide a small example page called BasicAJAX. This page demonstrates that
if an actionlink that causes a zone refresh via AJAX is part of the
refreshed zone itself, it only works on alternate clicks in IE. Each time
it's rende
o management at 2pm today as well.
That's life I guess, anyway here's my example pages again. Hopefully it'll be
clearer what the problem is.
Andy.
- BasicAJAX.java -
package com.proquest.Tap5ProtoIMPA.pages;
import org.apache.tapestry
Has anyone tried my demo page of the problem? I've simplified it as much as I
can to show just the issue at hand. Should this go into JIRA now?
Class:
public class BasicAJAX
{
@Property
@Persist
private int count = 0;
@Component
private Zone aZone;
Object onActionFromOu
The fact that you're using T5 in the real world at this beta stage is very good
news for the upcoming release IMO, even if it delays the RC a bit. (not too
much though I hope ;-)
> -Original Message-
> From: Howard Lewis Ship [mailto:[EMAIL PROTECTED]
> Sent: 09 April 2008 19:32
> To: Ta
all relevant, I used Gavin King's GenericEnumUserType to get
Hibernate to persist the enum (http://www.hibernate.org/272.html). But
I can't see how my Hibernate configuration would affect Tapestry's
ability to encode/decode
Oh, brother. If that's it, take my keyboard away from me. :o)
I'll check as soon as I get on tonight. If that's it, sorry for troubling
the list.
Andy
On Fri, 11 Apr 2008 11:20:43 -0400, "Peter Beshai" <[EMAIL PROTECTED]>
wrote:
> Unless there'
Great post Onno! +1
Like Jan, I also find Rob pretty amusing. You never know, maybe one day his
messages about the version incompatibilities will help someone who has somehow
managed to miss the statements on the Tapestry site, however unlikely that
might be.
> > Take for example Kent Tong, th
Hi Jakob,
Also, which version of Jetty are you using? I don't believe there's a
way to get component reloading working yet with Eclipse + Jetty6,
although there is with Eclipse + Jetty5.
Andy
On Sat, 2008-04-12 at 13:46 +0200, Jakob Keres wrote:
> Hi.
>
> I'm quite
Well, fortunately and unfortunately, that was it.
Thanks again, Peter, for finding my mistake. And sorry again for
cluttering up the list with my poor proofreading skills.
Andy
On Fri, 2008-04-11 at 12:41 -0400, Andy Huhn wrote:
> Oh, brother. If that's it, take my keyboard away from
'm dealing with the same
issue you are. :o)
Perhaps one of the other folks on the list might have some better ideas.
Andy
On Sat, 2008-04-12 at 19:26 +0200, Jakob Keres wrote:
> Am Samstag, den 12.04.2008, 11:28 -0400 schrieb Andy Huhn:
> > Hi Jakob,
> >
> > Also,
misery and pain. When are you due to announce it?
I've got a great name for you to use, you could call it 'Second Coming'.
Yours friendliest,
Andy.
> -Original Message-
> From: Rob Smeets [mailto:[EMAIL PROTECTED]
> Sent: 14 April 2008 17:10
> To: Tapestr
Blimey, they really are out to get you Rob!
Run, run like the wind...
> -Original Message-
> From: Rob Smeets [mailto:[EMAIL PROTECTED]
> Sent: 15 April 2008 11:27
> To: Tapestry users
> Subject: Re: AW: Getting Answers on the User List
>
> Oh, Jesse help me here. You wrote that you tend
Don't you think you are getting carried away with it?
Chris Lewis schrieb:
Dear list,
Today I published a simple article on the dealing of trolls on the list,
and I specifically targeted our friend currently operating under the
alias "Rob Smeets." Instead of responding to him, please check ou
to google mail and others seems to me like overreaction.
Go with your own advice and ignore the trolls. Spare your energy for the
really important things.
Andy
Chris Lewis schrieb:
I'm sorry, but have you read his messages? He intentionally writes
inflammatory messages, does not respond t
Chris Lewis schrieb:
...
I will agree with you that he should be free to do so - but with _his_
resources, not ours.
> ...
Yeah, you (and Christian) convinced me about this "his megaphone" and
"our megaphone" thing.
Time to get out my dung fork and start the hunting.
BTW: Tapestry rul
Try
instead of
Because you use the parameter "targets" in your @EventListener, you have
to use a component id.
Andy
abhilash schrieb:
Hi all,
i am using tapestry4.1.5
My eventListener is not getting called.This is my code.
]);
}
}
That's the link that I am trying to use in order to activate the exernal
page:
I restarted the server, cleaned working directories, rebuidl the app
from scratch, but still...
Does anybody have a clue what's going on he
tly. It's not working
anymore since that little change...
A.
Andy Pahne schrieb:
I get the error message:
Page /booking/Details does not implement the
org.apache.tapestry.IExternalPage interface.
The root cause is:
java.lang.ClassCastException: $BasePage_0
Add the @Property annotation to dummy in component class to provide
getter+setter?
> -Original Message-
> From: Jan Vissers [mailto:[EMAIL PROTECTED]
> Sent: 18 April 2008 11:59
> To: nicholas Krul
> Cc: Tapestry users
> Subject: Re: T5: How do I access a page property in my component
>
>
Issue solved.
After creatuing a page specification and specifiying the class to be
used, it works.
But it's really strange, because the correct class has been found for
quite a long time without the specification, just by following the
conventions...
--
ew to
Tapestry so I might be getting this all wrong.
Does that make sense?
Andy.
> -Original Message-
> From: Jan Vissers [mailto:[EMAIL PROTECTED]
> Sent: 18 April 2008 13:28
> To: Tapestry users
> Subject: Could not find a coercion from
Me too Jan, thank you.
I was also passing a list via the template loop component attribute 'source' as
well, and I was also wrapping it with ${} - I've obviously spent too long using
the JSP EL! This would be a good gotcha to add to the wiki or even possibly the
T5 documentation...?
Anyway it
Chris,
Just wanted to say that's a very well written wiki page which seems to pull
together all relevant points without being too verbose. Bravo.
Hope you get the urge to write more.
Andy.
> -Original Message-
> From: Luca Fossato [mailto:[EMAIL PROTECTED]
> Sent: 19 Ap
It's already mentioned in this page:
http://wiki.apache.org/tapestry/Tapestry5UsefulConfigurationsForDevelopment
> -Original Message-
> From: Tomasz Dziurko [mailto:[EMAIL PROTECTED]
> Sent: 22 April 2008 14:50
> To: Tapestry users
> Subject: Re: Problem with select and beanEditForm
>
>
ere is the relevant line from my pom.xml:
javax.mail
mail
1.4.1
Help? Perhaps the first step is to try to get logging working.
Thanks,
Andy
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
een
anything in the log file (although, like I mentioned, it's possible that
my logging is broken).
Heading off to work now...I'll check in on this again tonight/tomorrow
morning.
Thanks again for all your help (in advance),
Andy
On Wed, 2008-04-23 at 12:37 +0200, Chris Lewis wrote:
>
Tomcat 5.5 live reloading works for me with Eclipse. I followed the setup
process from the Tapestry 5 - Building Web Applications book and it works fine.
I've not really got into figuring out how a real dev environment should be set
up yet - I'm just evaluating/prototyping so far. I've not tried
e together.
I uninstalled the Debian package, and it seems to be working
beautifully.
Thanks again for your help!
Andy
On Wed, 2008-04-23 at 14:00 +0300, Peter Stavrinides wrote:
> Sounds like an issue with the server configuration, I suggest you get
> the logs to work first, then you mi
running the same app under jetty reloading
> reloading is instant whereas under Tomcat it degrades significantly as
> it grows.
>
>
> Blower, Andy wrote:
> > Tomcat 5.5 live reloading works for me with Eclipse. I followed the
> setup process from the Tapestry 5 - Building
Hello,
You can define the scope of each service...you can set that particular
service to be tied to only one session.
See http://tapestry.apache.org/tapestry5/tapestry-ioc/service.html, and
search for "perthread".
Thanks,
Andy
On Tue, 29 Apr 2008 18:02:52 +0200, "János Ja
ions, it's just for services that
are not thread safe and cannot be singletons.
Have I got the wrong end of the stick here?
> -Original Message-
> From: Andy Huhn [mailto:[EMAIL PROTECTED]
> Sent: 29 April 2008 17:34
> To: Tapestry users
> Subject: Re: page activation + c
Id;
}
public void setOrgnztnId( Integer prmOrgnztnId ) {
_orgnztnId = prmOrgnztnId;
}
}
And my template is similar to this:
http://tapestry.apache.org/schema/tapestry_5_0_0.xsd"; >
Thanks,
Andy
--
I've not seen these demos before and although they look like integration tests,
they also look really informative and very useful starting points for
experimentation. There doesn't seem to be any release or package with them in
and I can't figure out how to retrieve them en masse from the svn re
I've been trying to use FormInjector to create a dynamic form and not getting
very far. I've taken the demo that Igor gave links to and simply taken it out
of the border element. It works fine unless I add the t:label component in the
block. It seems to me that as soon as there is more than one
(Apologies - I sent the wrong tml file - please ignore my last email)
I've been trying to use FormInjector to create a dynamic form and not getting
very far. I've taken the demo that Igor gave links to and simply taken it out
of the border element. It works fine unless I add the t:label componen
nt, but it doesn't seem to have been checked in
yet. Am I missing it, or can you give a rough idea when we might see this
component in the nightlies?
Thanks,
Andy.
P.S. Also, I asked a question on the list about whether there was an easy way
to get hold of the integration test apps rather t
Look at the blankLabel and blankOption attributes for the select component.
(http://tapestry.apache.org/tapestry5/tapestry-core/ref/org/apache/tapestry/corelib/components/Select.html)
There are good examples in the Tapestry 5 jumpstart.
(http://files.doublenegative.com.au/jumpstart/)
> -Or
This should be done with care though IMO. To me, one big advantage of T5 over
JSP's with EL or OGNL is that you are forced to keep the logic out of the
templates for the most part. Simple comparisons and single parameter accessors
seem okay, but I've always been surprised when seeing people on t
This blog seems to have vanished:
http://courcy-en.blogspot.com/2008/01/tapestry-5-create-layout-component.html
As linked to from the wiki. Anyone know what's happened or have an archive of
this? I found it very useful.
-
To un
1 - 100 of 578 matches
Mail list logo