Spindle in Eclipse 3.2

2006-05-05 Thread Ben Dotte
f its functionality anymore since we are on Tapestry 4 but I do like the HTML editor a lot. Thanks, Ben

RE: Tapernate Questions

2006-05-03 Thread Ben Dotte
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

Tapernate Questions

2006-05-03 Thread Ben Dotte
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

RE: Bootstrapping registry from a test

2006-04-26 Thread Ben Dotte
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

Re: Make validation errors appear before a form is submitted

2006-04-25 Thread Ben Gidley
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

Re: T4 and https

2006-04-20 Thread Ben Gidley
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, > >

Re: Tapestry 4, Base HREF and SSL Offload hardware

2006-04-07 Thread Ben Gidley
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

Tapestry 4, Base HREF and SSL Offload hardware

2006-04-06 Thread Ben Gidley
re this without reimplementing the service behind the scenes - has anyone got a simpler route? Ben

RE: [ANNOUNCE] TapIdea 0.3

2006-03-28 Thread Ben Wong
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

Re: Once again OGNL in Tapestry *sigh*

2006-03-28 Thread Ben Gidley
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

RE: max file upload size

2006-03-21 Thread Ben Dotte
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

RE: max file upload size

2006-03-21 Thread Ben Dotte
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

Problem writing to WebResponse OutputStream

2006-03-15 Thread Ben
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

RE: Partial form submit

2006-03-08 Thread Ben Dotte
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

RE: [NOTICE] TapestryForums Spamming

2006-02-20 Thread Ben Dotte
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?

Re: Get jetty(launcher) to log with log4j

2006-02-17 Thread Ben Gidley
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

How to specify column width in contrib:Table?

2006-02-04 Thread Ben Wong
vance, Ben

Re: Fw: T4 conrib:Table converter binding doesn't work within a Form.

2006-02-01 Thread Ben Gidley
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

Re: tapestry not really component based?

2006-01-27 Thread Ben Gidley
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 &

RE: TAPESTRY-816

2006-01-19 Thread Ben Dotte
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

RE: TAPESTRY-816

2006-01-19 Thread Ben Dotte
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

RE: form success and cancel both called?

2006-01-18 Thread Ben Dotte
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

RE: form success and cancel both called?

2006-01-18 Thread Ben Dotte
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

RE: form success and cancel both called?

2006-01-17 Thread Ben Dotte
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,

RE: XTile listener can't get current page?

2006-01-11 Thread Ben Dotte
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

XTile listener can't get current page?

2006-01-11 Thread Ben Dotte
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

RE: [ANNOUNCE] Tapestry 4.0 (final)

2006-01-09 Thread Ben Dotte
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:

RE: strange order of submit

2006-01-04 Thread Ben Dotte
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

RE: dynamically specifying component type

2005-12-28 Thread Ben Dotte
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

RE: DirectArea in 4.0

2005-12-22 Thread Ben Dotte
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

RE: Submit's action and listener

2005-12-22 Thread Ben Dotte
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

How to Dynamically Create DirectLink

2005-12-21 Thread Ben Wong
D THE FOLLOWING TEXT // === qualityCheckWarningText.append(duplicateScan.getStoneId()); index++; } } return qualityCheckWarningText.toString(); } Thanks for any

RE: Client-side validated uploads

2005-12-15 Thread Ben Dotte
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

RE: Large Upload Configuration

2005-12-15 Thread Ben Dotte
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

RE: Large Upload Configuration

2005-12-15 Thread Ben Dotte
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

RE: Client-side validated uploads

2005-12-13 Thread Ben Dotte
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

RE: Client-side validated uploads

2005-12-13 Thread Ben Dotte
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

RE: Client-side validated uploads

2005-12-13 Thread Ben Dotte
); } finally { if (iis != null) { try { iis.close(); } catch (IOException ioe) {} } if (fis != null) { try { fis.close(); } catch (IOException ioe) {} } }

RE: Discovering which submit button was pressed, on page load

2005-12-06 Thread Ben Dotte
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

RE: Tacos ProgressBar

2005-12-01 Thread Ben Dotte
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]

Tacos ProgressBar

2005-11-30 Thread Ben Dotte
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

RE: AbstractComponent's pageEndRender method

2005-11-08 Thread Ben Dotte
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

RE: Javascript & Components

2005-10-24 Thread Ben Dotte
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

RE: submitting form without validating

2005-10-06 Thread Ben Dotte
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-

Upload File Size

2005-09-12 Thread Ben M. Dotte
hange this like DefaultMultipartDecoder had? Many thanks for any thoughts/ideas! Ben Dotte

Creating checkboxes with the same name

2005-09-02 Thread Ben Wong
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

RE: Tutorials

2005-09-02 Thread 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

Implementing Two Drop-Downs where One's Choices Depends on the Other

2005-08-29 Thread Ben Wong
e documentation on how to use it is lacking (the site is down as stated). Thanks in advance for any help, Ben Wong

Validatable fields: should bound property be updated if in error?

2005-08-23 Thread Ben Pryor
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]

RE: Rico Ajax / Tapestry - How to Call Tapestry URL

2005-08-18 Thread Ben Wong
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

Rico Ajax / Tapestry - How to Call Tapestry URL

2005-08-02 Thread Ben Wong
cs.page for those of you who are interested. Thanks in advance, Ben

RE: Nested @Any component Allowed?

2005-07-22 Thread Ben Wong
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

Nested @Any component Allowed?

2005-07-22 Thread Ben Wong
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

How to create a two-column radio buttons...

2005-07-21 Thread Ben Wong
t. Thanks, Ben Wong

RE: Tapestry starting to look too steep

2005-07-20 Thread 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

Re: Where'd the component reference go?

2005-07-04 Thread Ben Walding
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.

Re: Templates (re)loading...

2005-05-27 Thread Ben Walding
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

Re: [RELEASE] Tapestry 4.0-alpha-3

2005-05-20 Thread Ben Eng
e them statically? I'm dying to know how. Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

behavior of PropertySelection submitOnChange from stale form

2005-05-18 Thread Ben Eng
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

Re: Tapestry's Simplicity Blues

2005-05-12 Thread Ben Eng
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

Re: Tapestry's Simplicity Blues

2005-05-11 Thread Ben Eng
ation? http://issues.apache.org/jira/browse/TAPESTRY-294 Ben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

automatically set element parameter in Foreach and ListEdit

2005-04-28 Thread Ben Eng
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]

Re: If we call it Tapestry 4.0, not 3.x, Maybe we would do much

2005-04-21 Thread Ben Eng
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

Re: Templates and WYSIWYG editors

2005-04-20 Thread Ben Eng
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

Re: tapestry and acegi security

2005-04-07 Thread Ben Eng
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

Re: Keeping the session alive [ndc] [auf Viren geprueft]

2005-04-07 Thread Ben Eng
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

Re: Component name prefixes (was Tapestry Form component name)

2005-04-05 Thread Ben Eng
. 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

Tapestry Form component name

2005-04-04 Thread Ben Eng
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

Re: Tapestry XML Document builder

2005-03-31 Thread Ben Eng
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