f
its functionality anymore since we are on Tapestry 4 but I do like the
HTML editor a lot.
Thanks,
Ben
ted to the database.
That certainly sounds like a satisfying explanation to me, it would be
great if it was true.
Ben
-Original Message-----
From: Ben Dotte [mailto:[EMAIL PROTECTED]
Sent: Wednesday, May 03, 2006 11:19 AM
To: Tapestry users
Subject: Tapernate Questions
I was just taking
the validation delegate only
stores input from those fields with invalid input). So then are the
successful changes in a partially successful submission stored in the
object in the Hibernate session?
Thanks in advance for any info, this looks like a great library.
Ben
u can pull services directly out of the registry like so:
registry.getService("moduleName.serviceName", InterfaceName.class)
HTH
Ben
-Original Message-
From: Rob Dennett [mailto:[EMAIL PROTECTED]
Sent: Wednesday, April 26, 2006 5:06 PM
To: Tapestry users
Subject: Bootstrapping regist
Adam,
Peristing the errir information could work - but we decided (and I suspect
this is the cause of the issue) to add it to the tapestry mechanisms.
Our problem boils down to we need to set page level errors the first time a
form is rendered. Which does not seem to be possible.
Thanks
Ben
ng an alternative implementation of the
URL builder service that forces a https URL.
See
http://www.nabble.com/Tapestry-4%2C-Base-HREF-and-SSL-Offload-hardware-t1407511.html#a3790244for
a previous thread on this.
Ben
On 4/20/06, Mark <[EMAIL PROTECTED]> wrote:
>
> Hi everyone,
>
>
Thanks
In the end I did override the AbsoluteURLBuilder service as otherwise
redirects don't work either.
It is worth noting for anyone else using SSL this generates by default (even
without using load balancers) the url as http://YOURSITE:443/app which is
slightly untidy.
Ben
On 4
re this without reimplementing the
service behind the scenes - has anyone got a simpler route?
Ben
Hi Hugo,
I know the home page said "this plugin adds Tapestry 4.0 support for
IntelliJ IDEA IDE". Just curious if it works (or compatible) with Tapestry
3.1 projects.
Thanks,
Ben
-Original Message-
From: Hugo Palma [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 28, 2006
Wow Gaz - you must have s much spare time - I'll get you a beany hat so
you can wear it at work. That way it will cool your head down and you can do
some work :)
Ben
On 3/28/06, gaz jones <[EMAIL PROTECTED]> wrote:
>
> lol seriously lighten up... its a joke
> im su
it it after I finish eating lunch
On 3/21/06, Ben Dotte <[EMAIL PROTECTED]> wrote:
>
> That link doesn't work for me at least.. anyway I posted a solution to
> this a while back:
>
> http://article.gmane.org/gmane.comp.java.tapestry.user/29717/
>
> A
tters
would apply the patch on this case:
http://issues.apache.org/jira/browse/TAPESTRY-368
HTH
Ben
-Original Message-
From: Jimmi Dyson [mailto:[EMAIL PROTECTED]
Sent: Tuesday, March 21, 2006 10:59 AM
To: 'Tapestry users'
Subject: RE: max file upload size
Take a look her
Hello,
I hava a form, and after submit it, a POI Workbook object in the form
listener will generate an excel file according to user inputs, and then
return the file to client by means of hooking and writing to the WebResponse
OutputStream.
Everything seems to work well, the workbook object
losing any invalid data entered by the user. I have a bug
open on this: http://issues.apache.org/jira/browse/TAPESTRY-867
I'd love to hear if anyone else has found a workaround to this, but for
now I have had to avoid doing this type of thing because of the way it
works at present.
HT
required="aye"! send them and their scourge of spam to the plank!
-Original Message-
From: Jesse Kuhnert [mailto:[EMAIL PROTECTED]
Sent: Monday, February 20, 2006 1:24 PM
To: Tapestry users
Subject: Re: [NOTICE] TapestryForums Spamming
Arghh! Can't we ban everything from tapestryforums?
I have had the same issue I have ammended the bug at SF as to how to fix it.
see
http://sourceforge.net/tracker/index.php?func=detail&aid=1203639&group_id=118870&atid=682377
I am trying to submit a patch - but the SF CVS server is not co-operating at
present!
On 2/17/06, Massimo Lusetti <[EMAIL
vance,
Ben
This works for me! It only gets called however if your table is inside a
form component.
On my page I have
public IPrimaryKeyConverter getBookingRowConverter() {
return new IPrimaryKeyConverter() {
public Object getPrimaryKey(Object
when dealing with
things like for loops.
Ben Gidley
On 27/01/06, Howard Lewis Ship <[EMAIL PROTECTED]> wrote:
>
> > imo that is a major disadvantage, as it prevents you from dynamically
> > creating components that are made up of _other_ components when you
> inherit
&
would make a
difference.. otherwise I've never had this problem with any of the betas
either. Perhaps running on Tomcat 4.1 has something to do with it? I'm on
Tomcat 5.5.
Sorry I can't be of more help.. I hope you find a solution!
Ben
-Original Message-
From: Jason S
Are you using portlets as in the bug described in Tapestry-635? If not,
I know I haven't had any trouble getting my form's listener to be called
if it has an Upload component.
Ben
-Original Message-
From: Jason Suplizio [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 19, 200
06 2:41 PM
To: Tapestry users
Subject: Re: form success and cancel both called?
Ah, any chance you could file a sub-task on the existing jira issue, or
fill
in more details?
On 1/18/06, Ben Dotte <[EMAIL PROTECTED]> wrote:
>
> Ok, I do see that bug in JIRA. But I think we had a separate
TED]> wrote:
> > alright i'll give that a shot - does this mean it's a bug?
> >
> >
> > On 1/17/06, Ben Dotte <[EMAIL PROTECTED]> wrote:
> > > We had the same problem and found that using @Button or @Any
> > > type="b
We had the same problem and found that using @Button or @Any
type="button" with onclick="javascript:this.form.events.cancel();"
instead of @Submit fixed the problem.
Ben
-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jeff Emminger
Sent: Tuesday,
lways try using http://tacos.sourceforge.net, I don't think
you'll experience the same issues there, unless there is something tacos
doesn't provide that you need?
On 1/11/06, Ben Dotte <[EMAIL PROTECTED]> wrote:
>
> I am using XTile on a page something like thi
rameter
in handleCallback() but got the same result. I think I have a workaround
that should work instead but is this something I have to live with when
using Ajax, or could there be a bug involved here?
Ben
on't fully understand many of the
basic constructs and there just isn't a good resource or book out there
to explain them to me (especially since I've never had much exposure to
other IOC containers like Spring before running into Hivemind).
Ben
-Original Message-
From:
whereas the "action"
listener always gets called after all properties have been set.
Ben
-Original Message-
From: Gabriel H. Lozano M. [mailto:[EMAIL PROTECTED]
Sent: Wednesday, January 04, 2006 8:27 AM
To: 'Tapestry users'
Subject: strange order of submit
Hi everyon
Hi Steve,
I'm not aware of any way to do this but you may want to take a look at
the Block and RenderBlock components. You can define blocks that use
different components, then dynamically pick which block to render with
RenderBlock.
HTH
Ben
-Original Message-
From: Stephen
ected, so that's why getLink() no
longer needs it. And assuming DirectArea implements IDirect and has a
trigger() method, you should be on the right track.
Ben
-Original Message-
From: Brian Long [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 22, 2005 11:23 AM
To: tap
JIRA issue
regarding this: http://issues.apache.org/jira/browse/TAPESTRY-818.
HTH
Ben
-Original Message-
From: Reggie Chan [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 22, 2005 4:17 AM
To: Tapestry users
Subject: Submit's action and listener
I've just encountered a pro
D THE FOLLOWING TEXT
// ===
qualityCheckWarningText.append(duplicateScan.getStoneId());
index++;
}
}
return qualityCheckWarningText.toString();
}
Thanks for any
g below that limit, whatever it is.
Ben
-Original Message-
From: Daniel M Garland [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 15, 2005 11:18 AM
To: Tapestry users
Subject: Re: Client-side validated uploads
Hi Ben,
Where do you catch the exception that is thrown when you exceed
y jar.
The hivemind part just goes inside your module like any other
contribution:
Ben
-Original Message-
From: Spencer Crissman [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 15, 2005 9:53 AM
To: Tapestry users
Subject: Re: Large U
ately, the fix is easy, just add a public setter for maxSize in
MultipartDecoderImpl. Then you can configure it in your hivemodule.xml
like so:
HTH
Ben
-Original Message-
From: Spencer Crissman [mailto:[EMAIL PROTECTED]
Sent: Thursday, December 15, 2005
That worked in Tap 3 but the setter has been removed in 4 (unless
something changed very recently).
Ben
-Original Message-
From: Patrick Casey [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 13, 2005 12:43 PM
To: 'Tapestry users'
Subject: RE: Client-side validat
lieve
its not hard to validate the filesize to be below the 10mb limit.. can't
remember the details off the top of my head. You can also override
MultipartDecoderImpl and make a public setter on maxSize if 10mb is too
small.
Ben
-Original Message-
From: Daniel M Garland [mailto:[EMAIL
);
}
finally
{
if (iis != null) {
try { iis.close(); } catch (IOException ioe) {}
}
if (fis != null) {
try { fis.close(); } catch (IOException ioe) {}
}
}
kSubmit docs but I'm pretty sure it's still valid as of the latest
beta.
Ben
-Original Message-
From: Patrick Casey [mailto:[EMAIL PROTECTED]
Sent: Monday, December 05, 2005 8:12 PM
To: 'Tapestry users'
Subject: RE: Discovering which submit button was pressed, on pa
something to do with the page being invoked as an external link in
a separate browser window?
In any case, the progress bar is very cool! Plus it doesn't seem to
flash with every refresh anymore as of FF 1.5!
Ben
-Original Message-
From: Ben Dotte [mailto:[EMAIL PROTECTED]
s,
prototype.js, etc. are included in the rendered html. There is no stack
trace or any javascript errors. Template looks like this:
Any help would be much appreciated!
Ben
is no longer needed, except for any
pages that might still implement PageRenderListener. Seems like it
should be marked as deprecated in 4.0 and removed in 4.1 maybe?
Ben
-Original Message-
From: Chris Norris [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 08, 2005 11:22 AM
To: Tapestry
Javascript input symbols can be assigned in the template:
Javascript:
...
Template:
Based on the example in TIA I think this is what you are asking, but
please clarify if I'm wrong.
Ben
-Original Message-
From: Raul Cesar Teixeira [mailto:[EMAIL PROTECTED]
Sent: Monday, Octob
You can use the form's refresh listener to bypass client validation and
in the listener method call clearErrors() on your delegate to avoid
server validation. Watch out for
http://issues.apache.org/jira/browse/TAPESTRY-636 if you use this
though.
HTH
Ben Dotte
-Original Message-
hange this like DefaultMultipartDecoder had?
Many thanks for any thoughts/ideas!
Ben Dotte
have implemented
this? Having the checkboxes with the same name allows one to add a lot more
client functionality (e.g. ability to let the user select/deselect the
entire list).
Thanks,
Ben Wong
;s book is aimed more
for the newcomer.
Ben
> -Original Message-
> From: Serge Sozonoff [mailto:[EMAIL PROTECTED]
> Sent: Friday, September 02, 2005 6:03 AM
> To: tapestry-user@jakarta.apache.org
> Subject: Tutorials
>
> Hi All,
>
> I am new to Tapestry and
e documentation on how to use it is lacking (the site is down as
stated).
Thanks in advance for any help,
Ben Wong
h to allow for sometimes updating the
bound property when in error and sometimes not?
Thanks,
Ben
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
asn't
there.
I think it is cool technology and I plan to try to use it again in the
future.
Thanks all those who help,
Ben
> -Original Message-
> From: Darío Vasconcelos [mailto:[EMAIL PROTECTED]
> Sent: Friday, August 12, 2005 10:39 AM
> To: Tapestry users
> Subje
cs.page for those
of you who are interested.
Thanks in advance,
Ben
Okay, now I feel really stupid... Thanks Howard.
Ben
> -Original Message-
> From: Howard Lewis Ship [mailto:[EMAIL PROTECTED]
> Sent: Friday, July 22, 2005 10:45 AM
> To: Tapestry users
> Subject: Re: Nested @Any component Allowed?
>
> Tags representing components
hould be simple to create, but it is
taking me hours now to figure out how to do this with Tapestry.
Thanks in advance for any help,
Ben Wong
t.
Thanks,
Ben Wong
there on Tapestry. Hopefully, this will change soon.
Anyway, I didn't give up and struggled through. Now I am actually somewhat
productive now. Hope it gets better...
Ben
> -Original Message-
> From: Preston CRAWFORD [mailto:[EMAIL PROTECTED]
> Sent: Tuesday
As Google takes a while to get untangled with the change in names of a
whole lot of pages...
It would seem to me that it'd be a good idea to move the active site
under a versioned name as well, then redirect to the appropriate version.
http://jakarta.apache.org/tapestry/ =>
http://jakarta.
Take a look at
http://jakarta.apache.org/tapestry/faq.html#faq-N10197-menu (you'll have
to scroll down manually)
Jérôme BERNARD wrote:
Hi,
I have a client that basically wants to be able to change the layout
of the pages generated by Tapestry.
He is usually working with DreamWeaver using th
e them
statically? I'm dying to know how.
Ben
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ge implementation class is not
involved. When a form rewind fails like this, I would like my page to
simply re-render along with an error message, rather than redirect to
the Exception page.
Perhaps the PropertySelection component should
On Wed, May 11, 2005 at 07:59:23PM -0400, Erik Hatcher wrote:
>
> On May 11, 2005, at 5:02 PM, Ben Eng wrote:
>
> >On Wed, May 11, 2005 at 11:36:39AM -0400, Erik Hatcher wrote:
> >
> >You don't like how I implemented events before and after liste
ation?
http://issues.apache.org/jira/browse/TAPESTRY-294
Ben
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
element could by default be
inferred. e.g.,
Similarly, I'd like to apply this pattern for any component that
iterates.
Ben
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I like that idea. At least it gets us started down the path towards
the desired destination.
Ben
On Thu, Apr 21, 2005 at 09:33:52PM -0400, Erik Hatcher wrote:
> Let's be pragmatic, though. It would be rude to simply remove things
> just to clean up naming and break things fo
ith HTML using emacs; dreamweaver and frontpage make my brain crash.
Ben
On Wed, Apr 20, 2005 at 06:45:13PM -0400, Joe Toth wrote:
> I'm pretty new to Tapestry, but I have a solid grasp of it.
>
> Basically I'm looking for opinions/suggestions as to maintain a page's
> l
rowse/TAPESTRY-294
Ben
On Thu, Apr 07, 2005 at 03:40:54AM +0200, IT Service Pahne wrote:
>
> Hello,
>
> I am planning to build a fairly complex application with
> Springframework, Hibernate and Tapestry. (Done that before, so no
> problem so far).
>
> The new application has s
x27;t want the session to time out so long as the user
still has their browser open to one of the app's pages.
Ben
On Thu, Apr 07, 2005 at 03:53:27PM +0100, Jonathan O'Connor wrote:
> How about using Mindbridge's new XTile component. Whenever a user moves to
> a new input fiel
. There are
also other reasons that support clients of the application. For
example, I need to be able to explicitly identify the HTML forms on
the page, so that jWebUnit can control them during a test. I need to
be able to explicitly identify the input fields, submit buttons, and
links for the
Has anyone been able to set the HTML form name explicitly? I am
encountering what appears to be a bug in the Form component.
http://issues.apache.org/jira/browse/TAPESTRY-293
Not being able to explicitly name the HTML form is a major
inconvenience for jWebUnit testing.
Ben
ed in a relational database. I have been procrastinating
how to attack this problem in Tapestry for a while now.
Maybe by throwing around some ideas here, you might get the ball
rolling towards a solution.
Ben
On Thu, Mar 31, 2005 at 11:07:19AM +0200, Ron Piterman wrote:
>
> I am spendi
69 matches
Mail list logo