tion project. The ASF will very occasionally send out
messages relating to the Foundation to contributors and members, such as
this one.]
Brian Proffitt
VP, Marketing & Publicity
VP, Conferences
ponents with different mixins and an
if else(s) if possible?
Thanks for listening! Brian.
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
lter works in Jetty but not in Tomcat . . .
Regards, Brian.
On 31 January 2012 16:18, Kalle Korhonen wrote:
> Are you setting an error code to your response? You haven't configured
> the filter to handle error dispatches:
>
> app
>
get
this to work as it does in jetty I appreciate it.
Regards, Brian.
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
27;m going
to have a lot of helper methods for the logic that was attached to the
various fields on my form, but I guess I can't be avoided.
Regards, Brian.
On 25 October 2011 14:46, Thiago H. de Paula Figueiredo
wrote:
> On Tue, 25 Oct 2011 12:14:47 -0200, Brian Long
> wrote:
>
classnames depending on whether the field was null
Regards, Brian.
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org
ethod toAbsoluteURI() I get a relative path
/myserver/en/receipts/kioskreceipt instead of
http://localhost:8080/myserver/en/receipts/kioskreceipt?
I'm using Tapestry 5.1.0.5.
Regards, Brian.
@Inject
private PageRenderLinkSource linkSource;
logger.info(linkSource.createPage
Oops!
I'm currently using
tapetry version 5.2.5
java 1.6.0.24
jetty 6.1.21
javassist 3.7 GA
I might try changing the javaassist to an older revision to see it
that fixes the problem . . .
/Brian.
On 2 June 2011 16:27, Taha Hafeez wrote:
> Hi
>
> You have not mentioned which ta
Hi all,
getting this error message sporadically when running my tapestry
application in jetty, was hoping that someone might have encountered
this before and would be able to point me in the general direction of
a solution?
Thanks, Brian.
2011-06-02 16:08:05,109 {33144006@qtp-18954926-4} [T
pdated tapestry-spring 5.2 in the last
two days and are getting errors about missing properties this is probably why.
I've manually reverted to build 53 and it works again. A fix would be greatly
appreciated.
Thanks,
Brian
---
sheet, null);
}
}
And the page tml looks like this:
http://tapestry.apache.org/schema/tapestry_5_1_0.xsd";
xmlns:p="tapestry:parameter">
...
Hope this helps,
Brian
From: Thiago H. de Paula Figueiredo [thiag...@gmail.com]
Sent: Tuesday,
using my own autocomplete mixin, which I had to make to
expose the afterUpdateElement event, but if you've got some other logic that
invokes the adding of a row the idea should be the same.
Hope this helps,
Brian
From: Juan Isern [juanis...@gmail
oesn't work well
because of the way the bindings work.
I'm hoping this time someone can provide a little clarification about how to go
about this.
Thanks,
Brian
-
To unsubscribe, e-mail: users-unsubscr...@tapestry.a
Grid or application level somehow.
This sort of thing is something I face a lot in Tapestry when I would like to
extend a component and make slight changes, but can't access most of the
properties from the parent.
Any ideas on the best way to appr
Thanks for the quick replay, my updated 'ognless' if condition now reads
. . .
${message:EXPORT}
/Brian. :-)
Howard Lewis Ship wrote:
> The not operator (!) coerces the value to a boolean; nil is false, as
> is any kind of empty c
${message:EXPORT}
I should be able to use the property expression directly, there's a null
keyword and an notOpt !, but what is the proper synthax?
Regards, Brian.
-
To unsubscribe, e-mail: users-uns
apache.org/jira/browse/TAP5-637 so that's one option.
In
my case, I did as Howard suggested and captured that scenario in my
dispatcher, encoded the search
term into a new url, and did a redirect.
Brian
On Mon, May 25, 2009 at 4:15 AM, Joost Schouten (mailing lists) <
joost...@jsportal.com&g
I've used http://www.javapipe.com/web/ in the past.
The customer service was decent but I thought the 25$ per
month was a touch on the expensive side.
Brian F.
On Fri, Mar 27, 2009 at 8:05 PM, Amit Nithian wrote:
> Does anyone have any good suggestions on good, cheap java web
Hi,
I have a Tapestry 5 webapp and I'm wondering how in Tapestry
you would integrate with the Tomcat User DataBase using j_security_check.
Thanks,
Brian
_
Hotmail® is up to 70% faster. Now good news travels really fast.
le
public final boolean isNextPageAvailable() {
return true;
}
the above example doesn't work of course, as there's no property named
"!(nextPageAvailable)" just nextPageAvailable . . .
Regards, Brian.
---
cial
maven repos ... probably should do it anyhow but would have
preferred to do
it later
-Pat
On Tue, Aug 5, 2008 at 3:53 PM, Brian E. Fox
<[EMAIL PROTECTED]>wrote:
> The official answer is this:
> http://www.apache.org/dev/release.html#what
>
> Technically only the developm
This was an unfortunate Apache Infrastructure action that even we weren't aware
of.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Patrick Moore
Sent: Tuesday, August 05, 2008 2:41 PM
To: Maven Users List; Tapestry users
Subject: Re: what happened to the
Right on. So imagine Snoopy's fist shake to the sky after being
perforated by the Red Baron (Hibernate). . . ;-)
You're dealing with alot of code layers, and potentially a data issue
here (one instance you are trying to query could be represented
in the schema just differently enough to cause
You can. Adding a contributer to BeanBlockSource for a given property
will allow you to "check" if it should be displayed, and if so, generate
the html markup to display or present the input for the given property.
IMHO, since most [other] framework coders just "hide" whatever property
they d
Sura,
take a look at this example here
http://tapestry.formos.com/nightly/tapestry5/tapestry-core/ref/org/apache/tapestry/corelib/components/TextField.html
you'll have to put your regular expression in your classes properties
file for it to work . . .
/Brian.
Sura, Bhupesh wrote:
m the .tml. Ideally however I would like to find a way to do all of this
work in my .tml file, so if anyone has any ideas, comments or criticism,
please let me know.
Regards, Brian.
@Inject
private Messages messages;
public final String getSenderAddressLine1Label() {
return m
component in 4.1, as informal parameters are
allowed but name is reserved?
Regards, Brian.
;which submit button was clicked"
component name? I'm using a bunch of buttons to submit the form that
look like this:
Thanks!
~brian duchek
var PartPost = function(form, parts) {
var url = form.action;
var
Back in Tap3, if you disabled form fields on the client it would
totally screw up server side validation (and some client validation
schemes). It was a technique frought with peril. I recommend going
thru a generated page with a fine tooth-comb to make sure that your
client-side disabling wasn't
If you're talking about client-side validation, you should lookinto
dojo's "around-advice" event connection model. You can use it to set
up pretty complex conditional client-side validation checks.
On 1/16/07, Ben Dotte <[EMAIL PROTECTED]> wrote:
You can also use Form's "refresh" listener to
class:
public IAsset getSubscriberAsset() {
String pathToImage = getSubscriber().getPathToImage();
return new ExternalAsset(pathToImage,null);
}
Problem solved! Thanks again for all your helpful suggestions,
Regards, Brian.
he class itself
but I still get the same problem, the string for path has to be a constant,
variables are not allowed.
Brian.
On 11/29/06, Gareth <[EMAIL PROTECTED]> wrote:
why not store the assets in a database, and write the image direct as raw?
- Original Message
From: Brian Lon
the asset like this:
Unfortunately, tapestry won't evaluate the ognl expression in the getAsset
method call, and I get an error "value for parameter image in component is
null and a non-null value is required". If someone has a solution to this,
I'd be interested the hear about it.
Regards, Brian.
Do these scripts need to have the same filename as the *.script file?
I'm trying to include a number of files from the yui library, and only
want to include them on pages that use their services. But when I try
to do either:
or
And place the files in the appropriate location, I get the follo
From the tapestry users mailing list, where else . . . !
/Brian.
On 9/1/06, Hajaansh <[EMAIL PROTECTED]> wrote:
Perfect.
Where did you find that the name for the engine service was
engine-service:direct ?
On 9/1/06, Brian Long <[EMAIL PROTECTED]> wrote:
>
> Hajaansh
er");
listener.actionTriggered(this, cycle);
}
public boolean isStateful()
{
return false;
}
}
hivemodule.xml
yourProject.application
I hope this helps . . .
/Brian.
On 9/1/06, Hajaansh <[EMAIL PROTECTED]> wrote:
I was wondering how to make a Dire
the fly from my browser's view->use style
setting. If you or anyone else has already figured out how to do this I'd
like to hear how it's done.
Thanks again, Brian.
On 9/1/06, Nick Westgate <[EMAIL PROTECTED]> wrote:
Hi Brian.
Hopefully someone using T4 can offer you more
roblem is that my shell in inside a custom @Border
component.
Soo, I have a Border.html and Border.jwc and I have to try and create
an array of IAssets (my list of stylesheets). How do I do this, create a
Border.java?
Any suggestions would be much appreciated . . .
/Brian.
>From my experince on Tap3, I think you can set a page property to hold
the "which button clicked" name, and apply a tag attribute to each
button (submit and search) which gets stuffed into the property.
My template code looks like this, where there's a String
property-specification in the *.page
with Page Life cycle
Thanks for the great explanation Brian, really brilliant :)
Just another question, you mentioned a basic form, is there an advanced
one?
If so, what's the difference between them?
Regards
On 8/9/06, Brian Duchek <[EMAIL PROTECTED]> wrote:
>
> Couple things
Couple things are real close to your understanding. Here's a quick list
of things to fill in a couple gaps that took me months to grok. :)
* Pages render when requested by a browser, AND when a form is submitted
to them. This is a fact of the framework.
* cycle.isRewinding() identifies the renderi
. If however I use an abstract property to pass the
storeLocation into my component, storeLocation is not passed into the
component ie. getStoreLocation() is null
Thanks
Brian
Ron Piterman wrote:
:)
Tapestry uses a pool to store page instances. While rendering it is
safe to use instance
it when I use abstract getters and setters but I dont
understand why.
Thanks
Brian
Ron Piterman wrote:
Brian Doherty wrote:
Hi,
I am having problems binding a property on my page to a parameter in
my component. The following does not work
can you be more specific. "Does not wor
= locationOfStore;
}
public Location getLocationOfStore() {
return locationOfStore;
}
I dont understand why the Location wont be passed through if it declared
as abstract. Any help would be great
Regards
Brian
-
To
You're on the right track by using an External link. Make sure your page
implements IExternalPage.
We do something similar with one page that we wanted to be "bookmarkable" and
the URL Format is quite similar to what you're trying.
You'll still have to workaround problems of interdependency
Using a SPAN element is completely arbitrary. If you're worried about
markup formatting semantics in the template, then just use another
element.
You _could_ enounter all kinds of validation errors by putting tables
inside of spans (block element inside inline element is invalid), but
you can jus
ith this that you can think of?
* Would you prefer to never have to accept HTML markup in your app and
instead rely on something else, like "wiki markup" or "textile"?
Thanks in advance for your time and feedback.
Brian Duchek
--
I'm a little behind on the latest code, using Tap3 at my office, but I think
the principles are the same.
Tapestry uses a template system to dynamically generate javascript code that
includes references to names and values generated by your java code. You need
to use a Shell component to get
I believe that you need to keep the logic for determining if only B should be
updated in your submission listener, and use a hidden field/component to track
the values last sent to the client. So if the user updates A + B, but only
wants to store changes to B... You send everything back to the
I'm using a slighly outdated version of Tacos which does contain a
component called PartialForm - I've seen, but not used. I'm pretty sure
it does a partial refresh as part of submitting the form contents that
it contains.
-Original Message-
From: Theo vN [mailto:[EMAIL PROTECTED]
Sent
Question:
If I have a ListEdit (in Tapestry 3) wrapped in a custom component for
displaying some name/value textfield pairs, and want to give the user
the ability to quickly add more pairs of fields, can I fake out the
rewind phase by naming the fields smartly and updating the hidden field
used to
e
'unicorn' logo submissions. Some feel we should keep the current -
that's fine. Some like the unicorn logo - that's fine, too. But yes -
there will be defined "requirements" list for the logo.
Brian
Steve Motola wrote:
> Despite expressing doubts and getting rak
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Steven Bell wrote:
> Like I said I have only had a quick look at it so some of my impressions my
> be off base. I can see cases where this would be the greatest thing since
> sliced bread, and others where it would be a nightmare to work with.
Soun
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
There is a link on the home page to Tassel - under Related Projects
Peter Svensson wrote:
> Actually, one does not exclude the other. Tassel has a large number of
> components already. My only gripe with tassel is that there is not direct
> link to it
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
JavaOne ending was my main hold off on doing anything further on this
subject, but as attendees start migrating back, I'll comment a bit here:
(and if you can't take tongue and cheek, delete and move on)
Steve Motola wrote:
> javaone tapering off, wa
bit much and prompted the shortness
in reply.
If you've moved on, I wish you well. If not, I hope your experience
improves.
Brian
Cypher ! wrote:
> Hi
>
> So I wrote a few emails earlier trying to get the correct email addresses to
> subscribe or un-subscribe from the list. Just so
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
As he stated, it was his opinion ("a must IMHO") - something to which he
is most definitely entitled. Is it an Apache requirement? No. Further
examples not required.
Warner Onstine wrote:
> Just one look at Tomcat really shows that this isn't a *must*
turn their interest to ideas
for a bit (hit up that old graphics design buddy that owes you a favor),
I'll see if we can't progress with this in a manner that will be the
biggest benefit in the most orderly fashion.
Brian
James Carman wrote:
> We should create a wiki page for the log
presentation.
Konstantin Ignatyev wrote:
> Those are valid concerns Brian. There are my thoughts
> on that:
> - Network is unavailable: dependency manager should maintain a local cache
> of already downloaded a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
The "dependencies will be downloaded" from a "central repository" is
Maven 101. The problem I ran into was "this is your build machine. it
has NO connectivity outside this room". Corner case? Oh, yeah... but it
shows where the "Maven 101" logic falls s
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
*zing!*
Another ref to EWDT!
thinkin' 'bout keeping track of how popular this book is by number of
references to it in responses to questions. (you know - make sure Kent's
able to retire off the proceeds ;-) )
[not dissing the response - he does hav
.
> Somehow I couldn't see that...
>
> On 5/17/06, Rui Pacheco <[EMAIL PROTECTED]> wrote:
>>
>> I am using Java 6 on the desktop and 5 on the deployment machine.
>> And tapestry-annotations-4.0.1 is on my classpath. Its included on the
>> build path of my
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
(and have the tapestry-annotations jar on your classpath?)
James Carman wrote:
> Are you using JDK5?
>
> -Original Message-
> From: Rui Pacheco [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 17, 2006 10:24 AM
> To: Tapestry users
> Subject
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
And now, the required:
Is it done yet? Do you have a demo? ;-)
James Carman wrote:
> I would probably do it as a generalized HiveMind library first which
> includes an AcegiInterceptor implementation of some sort. Then, I'd write a
> tapestry-spe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
GO JAMES :-D
James Carman wrote:
> Well, I did it for the Sprint transaction stuff. I'm sure I can do it for
> the Acegi stuff. :-)
>
>
> -Original Message-
> From: Hugo Palma [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 16, 2006
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
This is where I stick with ACEGI being unobtrusive. Not discounting any
other method of doing it at all, but I found that with ACEGI I add a
hook into "login/logout" pages and there's no other intrusion into my
Tapestry applications outside the configu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Carl Pelletier wrote:
> Hi everyone, I'm currently building a web site and looking for
> documentations on how-to or best practice of implementing Role security
> in Tapestry 4.0.
>
> It`s a Simple CRUD application and we need to give some security to
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Actually, this is not a proper approach to this issue for two very
significant reasons (and having recently seen one of the biggest "legal"
teams at work, you very seldom get a second chance to tell them to "do
their job" :-)]:
1. PracticalBrowserSni
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
This is where definitions of "currently" come in to play :-)
The 3.x series also references it in the inspector.
Andreas Andreou wrote:
> For those wondering, it's currently used by contrib:Palette
>
> Sergei Dubov wrote:
>> Politely tell your legal
hould
> have a .application file. It should be appropriate to spit out a warning if
> it can't find the file.
>
>
> -Original Message-
> From: Brian K. Wallace [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 12, 2006 9:25 AM
> To: Tapestry users
> Subject: R
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
When Tapestry can't find the application specification, it currently
outputs a DEBUG message indicating as much ("Could not find an
application specification for application servlet ").
Given the ramifications (in a lot of situations) of not finding th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Wanted to verify before I gave out bad info: In Tapestry-3.0.3-bin.zip,
it's under web\doc.
HTH
Brian
Mark Stang wrote:
> Silly question, where in the distribution?
>
>
> -Original Message-----
> From: Brian K. Wallace [mai
; Mark
>
All traffic for the list now runs through tapestry.apache.org (users or
dev at). That would be the best way to filter the list (without going
into unseen headers).
Brian
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (MingW32)
iD8DBQFEYg0IaCoPKRow/gARAowBAKCqN0eMxlRegZ6gl6R6O2A
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
The 3.0.3 documentation is not 'lost', it's still part of the 3.0.3
distribution. SOP is for the latest release of the docs to be on the
site, which - for the 3.X branch - is 3.0.4.
Mark Stang wrote:
> Boys and girls, am I to interpret the "loss" of t
>
> On 5/10/06, Brian K. Wallace <[EMAIL PROTECTED]> wrote:
>>
> Well, when it started out being just 3.0 - thinking the 3 thread would
> die when 4 came out it made a bit of sense... then 3.0.1 just kept it
> going. So all I did was change the last 3 to a 4. One of
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Well, when it started out being just 3.0 - thinking the 3 thread would
die when 4 came out it made a bit of sense... then 3.0.1 just kept it
going. So all I did was change the last 3 to a 4. One of those "it's
always been like that" things - except "al
e). What's online is the latest
release of both branches.
Brian
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (MingW32)
iD8DBQFEYgeiaCoPKRow/gARAnWQAKC74pmw2yL+Yg68SAvitClVx8sWbACeKTZX
zZcs3XHHSEm2vuulWx5tPA4=
=vOEJ
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
And if I'm going to reply like that, I should stress what should be
stressed: 1.4.1 works ONLY for Eclipse 3.2 - not previous versions.
1.3.0 is still the latest for Eclipse 3.1.
Brian K. Wallace wrote:
> I'm not Geoff... but JettyLaun
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I'm not Geoff... but JettyLauncher 1.4.1 is out which supports Eclipse
3.2. If there are any issues with it working, let me know.
Brian
Gentry, Michael (Contractor) wrote:
> Geoff:
>
> Will there be an update of JettyLauncher f
s are made part of an official release.
Brian
Mark wrote:
> Is this online only, or is the downloadable documentation archive
> updated as well?
>
> Thanks,
>
> MARK
>
> Brian K. Wallace wrote:
>> -BEGIN PGP SIGNED MESSAGE-
>> Hash: SHA1
>>
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
All -
I've just uploaded the latest documentation to the site. If you run in
to any issues, please let me know.
Otherwise - enjoy the updated documentation.
Brian
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.5 (Mi
82 matches
Mail list logo