Thanks for the response. We are in the process of migrating our
application to Tapestry, and in the process making it more easily
customizable and testable. The solution we are looking for seems
to be a reasonable way to satisfy the following constraints:
1) Within a component, identifiers given
I'm afraid that's a use case that wasn't foremost in my mind when
coding this stuff up for T5. Still, if you explicitly set component
ids, it's highly unlikely that they'll change dramatically from one
build to the next ... could you elaborate on the situation that drove
you towards this kind of
Is there a way to customize the generation of a unique client id from a
component id? We would like to generate the unique id in such a way that
it would not change across most modifications to a page, mainly so
Selenium tests can be written that will work across page redesign. The
current method o
Thanks for the (very) quick turnaround! I will verify the fix and see
what else might not be working early next week. For now I have a live
site issue that needs my attention :/
Ben
-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Friday, March 23, 2007 2:44 PM
To:
Fix should be finished deploying in the next few minutes.
On 3/23/07, Ben Dotte <[EMAIL PROTECTED]> wrote:
Excellent thanks, that seems to have fixed the AND issue. Here's one
that still isn't working:
@Parameter(required = true)
public abstract int getCount();
public abstract void setCount(i
Excellent thanks, that seems to have fixed the AND issue. Here's one
that still isn't working:
@Parameter(required = true)
public abstract int getCount();
public abstract void setCount(int count);
This error occurred in the file javassist.compiler.CompileError: missing
member name
This error oc
Nick,
Thanks for all your help that worked. I believe that one of my developers
thought that providing a window name would cause IE to blow up. Which is why
we don't have window names on any of our pop-ups. And they went as far as to
create individual classes for pop-ups rather than using the
This particular issue should be fixed && deployed now. Feel free to
report any others...It only took so long because I discovered a
critical section of code that hadn't had the same kind of refactoring
that others had gone through recently..If similar new bugs come up
they should be quicker to fix
I took a look at our local pop-up renderer. It appears, at some point, that
setting the window name caused an error with IE, has anyone seen this behavior?
thanks,
Mark
Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity
-Original Messag
Mark,
Have you tried the "NewWindowLink" in tassel?
http://www.tapestrycomponents.org/Tassel/app?service=external/
ViewComponent&sp=SNewWindowLink
Robert
On Mar 23, 2007, at 3/2310:36 AM , Mark Stang wrote:
Nick,
I will give it a shot, nothing else has worked. I suppose I could
write my
Nick,
I will give it a shot, nothing else has worked. I suppose I could write my own
component as a last resort.
Thanks!
Mark
Mark J. Stang
Senior Engineer/Architect
office: +1 303.468.2900
mobile: +1 303.507.2833
Ping Identity
-Original Message-
From: Nick Westgate [mailto:[EMAIL P
Ok,
I reply to myself hoping this would be of any help for somebody else.
Is as simple as to make your own IValidationDelegate and override (exemple)
this method:
public void writeAttributes(IMarkupWriter writer, IRequestCycle cycle,
IFormComponent component, IValidator validator) {
Awesome, I really appreciate it. The simplest one is probably the last
one. It is just a String parameter on a component.
Java:
@Parameter
public abstract String getTitle();
public abstract void setTitle(String title);
-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROT
Well I'm going in to fix one other tiny bug this morning, so I'll see
if what you wrote is enough to re-produce it.
On 3/23/07, Ben Dotte <[EMAIL PROTECTED]> wrote:
I tried the new version but unfortunately I'm still getting the same
errors.
-Original Message-
From: Jesse Kuhnert [mailt
I tried the new version but unfortunately I'm still getting the same
errors.
-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Friday, March 23, 2007 9:45 AM
To: Tapestry users
Subject: Re: OGNL AND errors
I think a new ognl version went out last night. I would try t
I' trying to convert an old, pre 3.0 tapestry application to T4.1. Although
it's quite some work, most of it goes smoothly. However, I have an external
service called "Pdf", and it doesn't work at all. Basically, when I'm trying to
render a page containing a link to the service I get the message
I think a new ognl version went out last night. I would try that first.
On 3/23/07, Ben Dotte <[EMAIL PROTECTED]> wrote:
I recently tried updating from a Tapestry 4.1.2 snapshot a couple months
old to one from 3-21. Along the way I had to incorporate the new 2.7
OGNL snapshot from 3-18. I'm seei
It does exist, here for example
http://maven.sateh.com/repository/tapestry/tapestry/
On 23.3.2007 13:20, Bruno Mignoni wrote:
I am trying to use Maven2 but does not exist Tapestry 4.0.2 only
4.0.1, that
is normal?
How i do to use Tapestry 4.0.2 in my project?
Eclipse 3.2 + Maven2 + Jetty
-
I recently tried updating from a Tapestry 4.1.2 snapshot a couple months
old to one from 3-21. Along the way I had to incorporate the new 2.7
OGNL snapshot from 3-18. I'm seeing multiple expressions on each page
that no longer work. So far they have all involved AND expressions. Here
are some examp
As I understand you correctly, you are asking why maven2 can only resolve a
dependency of tapestry 4.0.1 ?
We are using tapestry 4.0.2 in our project with maven2, using following
dependency:
tapestry
tapestry
4.0.2
tapestry
tapestry-annotations
I am trying to use Maven2 but does not exist Tapestry 4.0.2 only 4.0.1, that
is normal?
How i do to use Tapestry 4.0.2 in my project?
Eclipse 3.2 + Maven2 + Jetty
--
__
Bruno Mignoni
[EMAIL PROTECTED]
Hi Mark.
Can't you just use the PopupLinkRenderer?
...
Cheers,
Nick.
Mark Stang wrote:
Jesse,
Thanks for the response. It looks like it will put an .html into a pop-up. It
requires a URL, I have a .page that I am displaying.
Thoughts?
Thanks!
Mark
Mark J.
Andreas,
sadly I have to say that your page still has errors, the very fierst
error I get if I clean ally my
browser chache and than go to http://www.fsbutiken.se/ is:
Could not load 'tapestry.form'; last tried '__package__.is'
BUT: We have a caching proxy to connect to the internet!
If I disa
I'm trying to use a date picker with validation:
http://www.nabble.com/input-validators-for-datepicker-component-tf3452865.html#a9631925
Sent from the Tapestry - User mailing list archive at Nabble.com.
-
To unsubscribe, e-mail:
Hi,
is there a "standard" way to define common formatting for required fields
BEFORE client/server side validation happens?
It's always a good thing for users to know compulsory fields before starting
data insertion.
I know the issue is easy to solve just by adding few things but it would be
goo
Thx for the comma, my mistake...
As for TAPESTRY-1379, I've commented in the JIRA
On 3/22/07, Andrea Chiumenti <[EMAIL PROTECTED]> wrote:
Hi,
since here @ work was very anoying, I've played with tapestry and I've
found
the solution and discovered other two bugs.
For what concerning TAPESTRY-13
26 matches
Mail list logo