change locale redirect to current page

2008-10-01 Thread mike
my current page is show when i pass in url like http://localhost:8080/Test/app?service=page&page=Product&id=xxx1 after calling changing of locale, i call cycle.activate(); how to i get the current path like the above and pass to cycle.activate() ? cycle.activate can be accept pagename , not para

[EMAIL PROTECTED] inside [EMAIL PROTECTED]

2008-10-06 Thread mike
in my html, --- in my java, pageValidate, -- setAllProducts(""); when reader on browser, i get the exact html --> --- why it doesnt convert into tapestry codes...?

Re: [EMAIL PROTECTED] inside [EMAIL PROTECTED]

2008-10-06 Thread mike
i need to dynamically create jwcid tag inside @insert tag. that's the reason i use this approach. how to make tapestry render the tags inside @insert - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [

Re: [EMAIL PROTECTED] inside [EMAIL PROTECTED]

2008-10-06 Thread mike
let me share my solution.. ya. using @BlockRender will work. the only problem is if your generated html is too complicated using @blockRender is not so easy. so what i do is, i remain my existing code and for action button, i create another page and hidden in current page as iframe. this way, when

get browser url link at action listener

2008-10-08 Thread mike
in my action listener. how to i use cycle to get current browser url ? i need this url so that i can reload the same page again ex. url : http://localhost:8080/TestApp/app?service=page&page=Listing&itemId=abcdef&code=abc public void reloadThisPage(IRequestCycle cycle) { //need to get browser

locale for mouseover image

2008-10-10 Thread mike
the image that preloaded using asset loginImg able to change according to the locale i select. but the for the mouseover "btn_login2.gif" . how do i make it to suppport locale? - To unsubscribe, e-mail: [EMAI

T4: Issue with Hibernate Session closes on Custom 404 page render

2008-04-10 Thread Mike Leonardo
lazily initialize a collection of role: com.ifactory.cms.entities.StandardPage.children, no session or session was closed Here is how I set it in the web.xml: 404 /app?service=page&page=main/Custom404 Any thoughts? Thanks! - Mike Leon

Add Parameterized Message to ExceptionReport

2008-05-27 Thread Mike Shoemaker
say "User already registered" or something like that. I can't seem to find the right terms to plug into google to get back what I need. Can someone point me to a source that shows how to do this. Thanks Mike -

CMS Integration

2006-07-01 Thread Mike Grundvig
Has anyone integrated any sort of CMS tool with Tapestry? I've looked into Magnolia and several others, but all seem to require an uphill battle if they are to be tied into Tapestry and I was wondering if someone else has already done this. Thanks! Michael Grundvig -

Re: Tapestry JumpStart - calling all armchair critics!

2006-07-02 Thread Mike Grundvig
This would have been very helpful to me a few months ago. You ask for feedback, I have some: * Possibly include friendly urls? * Maybe a version that doesn't use EJB? That seems a less likely usage then most. This would also let you use something lighter then JBoss. * A Maven2 version? This wou

Re: CMS Integration

2006-07-06 Thread Mike Grundvig
I left this vague to allow any sort of response. Basically, the closer it gets to something like Magnolia the better but anything someone else has done would be a start. Michael Grundvig Electrotank, Inc http://www.electrotank.com - Original Message - From: "Phillip Rhodes" <[EMAIL P

tacos double submit (add) problem

2006-07-13 Thread Mike Oestereter
Hello My code below works for the item delete - but a normal "submit" button click after an "add" button click gives me an unexpected and additional "add". Also, if I do more than one "add" followed my a final "submit" the whole thing goes out of sync with a.. Caused by: ognl.MethodFailedExceptio

Re: tacos double submit (add) problem

2006-07-13 Thread Mike Oestereter
@Form) that a component with id "tx" was expected in stead of the "submit" (or otherway around) no matter if I was adding or removing. Not sure if it helps.. After a single "add" it behaves like the "add" action is being stored and repeated during the &q

Re: tacos double submit (add) problem

2006-07-13 Thread Mike Oestereter
d more than once, submit triggers the delete button. I've already added your files to reproduce this, but SF wouldn't let me commit earlier on. I would advice you to also log an issue at http://tacoscomponents.jot.com/BugReporter and then revert to using updateComponents="ognl:{'

Re: tacos double submit (add) problem

2006-07-16 Thread Mike Oestereter
Privileges Additional information: not authorized to add child Error code: 1186a82a6e49347a24c06ca75d49097b58e1d1b0 Any other place to log this? On 7/14/06, Mike Oestereter <[EMAIL PROTECTED]> wrote: Will log the bug and use part1 And thanks alot. On 7/13/06, [EMAIL PROTECTED] <[EMAIL PROTE

[OT] Tapestry Contracts

2006-07-19 Thread mike jones
] Thanks Mike

stylesheet and asset

2006-07-28 Thread Mike Oestereter
Hi How do I define the style for an element to use an asset in stead of the direct image, either as an inline style definition or alternatively as a stylesheet ? Blah Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For addi

Re: stylesheet and asset

2006-07-28 Thread Mike Oestereter
el directory structure of: css/ images/ js/ WEB-INF/ If you have a stylesheet file with something like: .info { background: url("images/button-center.gif") no-repeat top right; } Then you can do: On 7/28/06, Mike Oestereter <[EMAIL PROTECTED]> wrote: > > Hi > >

Re: stylesheet and asset

2006-07-28 Thread Mike Oestereter
sorry - not the final url but the final style string. On 7/28/06, Mike Oestereter <[EMAIL PROTECTED]> wrote: Thanks for your reply. I think with your suggestion a component/page in a subdirectory under "mywebapp" conect path will render correctly because the images is relativ

Dialog size and position

2006-07-31 Thread Mike Oestereter
be appreciated. Cheers Mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Dialog size and position

2006-07-31 Thread Mike Oestereter
The demo app on the opencomponentry website initialy shows the dialog popup centered in the browser window. But after a wrong password or any subsequent renderings it is also displayed with the top left corner centered in the browser window. I'm using mozilla on a mac. On 7/31/06,

Re: recursive rendering

2006-08-01 Thread Mike Henderson
Hi, It's a T3 example but it should show how it's done: http://www.behindthesite.com/blog/C1931765677/E923478269/index.html Mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DirtyFormWarning and tacos:AjaxForm

2006-08-23 Thread Mike Oestereter
Hi The DirtyFormWarning and tacos:AjaxForm does not seem to work to nicely together. Also, not with refresh events. I know everything is in flux at the moment with Tap4.1 and seeing how/where the tacos components will fit in. But in the meantime.. are there any (current) plans to make the Dirty

Re: DirtyFormWarning and tacos:AjaxForm

2006-08-24 Thread Mike Oestereter
]> wrote: Mike Oestereter wrote: > Hi > > The DirtyFormWarning and tacos:AjaxForm does not seem to work to > nicely together. I've got those working very nicely, what seems to be the problem? Which tacos version are you using? Anyway, if you feel there's a bug, add it

AjaxLinkSubmit clicked twice directs to webserver root

2006-08-27 Thread Mike Oestereter
:8080/ It does not happen with AjaxSubmit. It also does not happen with AjaxDirectLink Cheers Mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AjaxLinkSubmit clicked twice directs to webserver root

2006-08-27 Thread Mike Oestereter
there is a "delete" link and finally an "add" link. After clicking the "add' (and waiting for a while) and then clicking another "add" or a "delete" the app directs to the webserver root. Funny thing is that it used to work fine with tacos beta2. On

Dynamic Sections on a Page

2006-09-21 Thread Mike Grundvig
Hi all; first off, I just wanted to express my thanks to the devs and community for making Tapestry. It's a real piece of art. Thanks! I'm working on a site that has an admin system to store advertisments. These advertisements are small HTML blocks that they want inserted into specific places

Equivalent of JSP Includes?

2006-09-24 Thread Mike Grundvig
How do you do the little snippet below in Tapestry? <% // This could be any code needed, but it results in a specific page String pageToInclude = "blah.html"; %> Thanks! Michael Grundvig Electrotank, Inc http://www.electrotank.com

Re: Equivalent of JSP Includes?

2006-09-24 Thread Mike Grundvig
Sent: Sunday, September 24, 2006 9:21 AM Subject: Re: Equivalent of JSP Includes? I usually do something like: On 9/24/06, Mike Grundvig <[EMAIL PROTECTED]> wrote: How do you do the little snippet below in Tapestry? <% // This could be any code needed, but it results in a spe

Re: Equivalent of JSP Includes?

2006-09-24 Thread Mike Grundvig
h, then you definitely want to use RenderBlock. http://tapestry.apache.org/tapestry4.1/components/RenderBlock.html On 9/24/06, Mike Grundvig <[EMAIL PROTECTED]> wrote: But how can you dynamically define the component name? I have 20-30 custom components (each one is an ad) and one template

Re: Equivalent of JSP Includes?

2006-09-24 Thread Mike Grundvig
ptember 24, 2006 9:39 AM Subject: Re: Equivalent of JSP Includes? Ads are often static rather than dynamic. Perhaps you can just use Insert and output raw HTML instead of making each ad a component? Martin On Sun, 24 Sep 2006 16:31:12 +0200, Mike Grundvig <[EMAIL PROTECTED]> wrote: But how can

Re: Equivalent of JSP Includes?

2006-09-24 Thread Mike Grundvig
ined, or do I get it totaly wrong? Is something like this possible (I think that's what Mike wants to do): [informal parameters.] /> Robert Jesse Kuhnert schrieb: The page I referenced gives you an example of what you asked for. http://tapestry.apache.org/tapestry4.1/components/Rend

tapestry 4.* status

2006-10-19 Thread Mike Oestereter
Hi there I see the tapestry website reports that 4.1 is no longer "unstable" but "active". Also that the "stable" 4.0.2 link disappeared although it is still downloadable. Is 4.1 actively becoming stable or wha

handle on component's enclosed components

2006-11-17 Thread Mike Oestereter
Hi Say I've got the following on a template page where Main and Sub are components.. html more html Is there a way to get in Main's class a handle on all the Sub components enclosed by Main without adding an explicit reference in each Sub to Main? Many th

Re: handle on component's enclosed components

2006-11-17 Thread Mike Oestereter
n using my example). On 11/17/06, Karthik N <[EMAIL PROTECTED]> wrote: Look at the API docs http://tapestry.apache.org/tapestry4/tapestry/apidocs/index.html AbstractPage has getNestedComponent AbstractPage extends AbstractComponent that has getComponents() HTH On 11/17/06, Mike Oe

Re: DB-Connection

2006-12-18 Thread Mike Grundvig
I'm with you Barry. I've had much better luck getting DB connections out of the web app configuration and into a more neutral location. Something that allows me to run the services and test code from the command line. This leads to much better developer productivity overall. Michael Grundvig E

[4.1.2] EventListener and Effects

2007-08-30 Thread Mike Oestereter
Hi I'm upgrading an app from 4.0 to 4.1.2. In the 4.0 app I have a PropertySelection that has eventListener pointing to a @tacos:EventSubmit that has a effects="template:{highlight:{any:'[255,255,184], 500, 500'}}" How do I get the effect thing to work in 4.1.2? My onchnage EventListener annotat

Re: [4.1.2] EventListener and Effects

2007-09-13 Thread Mike Oestereter
Effect("some_client_id_1", function(){return > dojo.lfx.highlight("some_client_id_2", [255, 255, 184]) }); > > > "some_client_id_1" is the id of the updated component. When the component is > updated, the effect is triggered. > "some_client_id_2"

how to change cursor to hourglass during async event handling

2007-09-13 Thread Mike Oestereter
Hi During a async call to a @EventListener method that takes quite long (slow database connection) it would be nice to (like previously in tacos) change the cursor to an hourglass (or equivalent). It would actually be quite nice as well if input to controls could be disabled (at least for a whil

Re: how to change cursor to hourglass during async event handling

2007-09-14 Thread Mike Oestereter
sdoc/index.html > the tapestry.fx.attachAjaxStatus method > > > Mike Oestereter wrote: > > Hi > > > > During a async call to a @EventListener method that takes quite long > > (slow database connection) it would be nice to (like previously in > > tacos) change the cursor to a

Re: how to change cursor to hourglass during async event handling

2007-09-14 Thread Mike Oestereter
> Use @contrib:AjaxStatus > http://tapestry.apache.org/tapestry4.1/tapestry-contrib/componentreference/ajaxstatus.html > > ... or, for more control, see > http://tapestry.apache.org/tapestry4.1/jsdoc/index.html > the tapestry.fx.attachAjaxStatus method > > > Mike Oestereter wro

Re: T5: How can I inject a different resource type?

2007-11-01 Thread Mike Lake
so? Thanks Michael Lake after more digging, i can see I need to provide an AssetFactory... lets say DatabaseAssetFactory which could return a DatabaseResource which would implement Resource I'll need something like @Marker(DatabaseProvider.class) which is in InternalModule..

T5: Contributing a custom PageTemplateLocator, did I find a bug?

2007-11-03 Thread Mike Lake
--- so you see how the method signature is different than mine? What am I missing here? Or have I stumbled into something that hasn't been fleshed out? Thanks, Mike BTW: Howard, you are a genius ---

Tapestry Shopping Cart?

2007-12-31 Thread Mike Leonardo
ates. I'd love if I could find a tapestry compatible shopping cart... I was also looking at the Paypal shopping cart (off-site shopping cart), but it has practically no flexibility (can't view cart items on your own site, etc). Any idea

zone ids in component within form

2008-06-21 Thread Mike Oestereter
Hi I've got a Person component that gets rendered within a loop. Inside the Person.tml I've got a zone (zony) and an actionlink that should update that zone. A click on any (not the first) of the rendered ActionLinks incorrectly updates the first zone "zony" (and not, say, "zony_1") - it appears t

T5: strange behavior with body tag and zones inside components - complete simple example

2008-06-22 Thread Mike Oestereter
Hi In the simple example below I get the correct result after clicking on the "update: two" hyprlink (the correct zone is updated): update: one (hyperlink) UPDATED two BUT when I modify the page .tml and put the body inside a ... in stead of only inside a ... The following html source get gener

T5: Trigger zone reload with just javascript?

2008-08-07 Thread Mike Leonardo
Hey All, I have a form where I want to be able to change one value and have the other values in the form update. I have a zone around the whole form, and I'd like to use the onchange event to reload the Zone, but what javascript I use to trigger the reloading? Thanks for any help! -

Re: T5: Trigger zone reload with just javascript?

2008-08-08 Thread Mike Leonardo
from what I understand. - Mike - Original Message - From: "Toby Hobson" <[EMAIL PROTECTED]> To: "Tapestry users" Sent: Thursday, August 7, 2008 5:53:20 PM (GMT-0500) America/New_York Subject: Re: T5: Trigger zone reload with just javascript? Hi Mike, Have you t

T5: Form using Zone with two submits - possible bug?

2008-08-08 Thread Mike Leonardo
SecondButton". I also tried an onchange javascript event to just submit the form (i.e. not pushing any buttons) and it still triggers the first button event. Is this is a bug, or do I not understand how this works? Thanks for any help! - Mike -

tomcat error filterStart

2008-08-22 Thread Mike Saavedra
, or what might be the problem? Many thanks, Mike Saavedra - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: tomcat error filterStart

2008-08-25 Thread Mike Saavedra
Error filterStart Any help is appreciated, Mike Saavedra Filip S. Adamsen wrote: Hi, Have you tried packing everyting from ${app.root}/WEB-INF/classes/ into a JAR and put it in ${app.root}/WEB-INF/lib? That might help. -Filip On 2008-08-23 01:06, Mike Saavedra wrote: I just want a basic webapp to r

T5 Override 404 Page

2008-10-14 Thread Mike Leonardo
Hello, I'm looking to override the 404 page with my own custom one. I've scanned around the wiki how-to pages and can't find much. Can anyone point me to any resources or documentation that would help? Thanks!

Re: T5 Override 404 Page

2008-10-14 Thread Mike Leonardo
Hey, Thanks for the responses, I've given this a go and I am having a bit of trouble. When I add the: 404 /error404.jsp to the web.xml and restart - my application will still redirect all fake urls to my Index page. I'm running Jetty. Any thoughts? - Mike Leonardo

Tap 5 / 4.1 - Dirty Form Warning?

2008-12-11 Thread Mike Oestereter
y 4.1 or 5.0? Many Thanks Mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tapestry Upgrade problem

2008-12-23 Thread Mike Wasserman
have which leads me to believe that I have specified a shell component. I have tracked the problem into the PageLoader class, but since the problem is random it is very difficult to debug. Is it possible that this is a threading problem? Can anyone help? Mike

RE: Tapestry Upgrade problem

2008-12-23 Thread Mike Wasserman
: Tapestry users Subject: Re: Tapestry Upgrade problem What JDK are you running on? On Tue, Dec 23, 2008 at 10:50 AM, Mike Wasserman wrote: > I am upgrading from Tapestry 4.1.2 to Tapestry 4.1.6. > When I run my integration tests (using Selenium) I am get a error randoml

RE: Tapestry Upgrade problem

2008-12-24 Thread Mike Wasserman
al Message- From: Howard Lewis Ship [mailto:hls...@gmail.com] Sent: Tuesday, December 23, 2008 2:00 PM To: Tapestry users Subject: Re: Tapestry Upgrade problem What JDK are you running on? On Tue, Dec 23, 2008 at 10:50 AM, Mike Wasserman wrote: > I am upgrading from Tapestry 4.1.2 to Tapes

RE: Tapestry Upgrade problem

2008-12-25 Thread Mike Wasserman
sed on some old reports I remember reading here): - Start your app and before running the tests, try to visit all the affected pages by hand (making sure they load fine) and only then fire the tests. Do you see problems after that? On Wed, Dec 24, 2008 at 8:16 PM, Mike Wasserman wrote: > I'v

RE: Tapestry Upgrade problem

2009-01-06 Thread Mike Wasserman
it's some sort of threading problem within Tapestry. Anyone have any ideas on how to fix this problem? Thanks Mike From: Mike Wasserman [mailto:mike.wasser...@intelliware.ca] Sent: Thu 12/25/2008 1:07 PM To: Tapestry users Subject: RE: Tapestry Upgrade p

RE: Tapestry Upgrade problem

2009-01-07 Thread Mike Wasserman
s after 20 tests, sometimes after 50 tests). So it appears that the _components HashMap is never populated under some circumstances. Anyone have any clue why this is happening, or how it is possible for this to happen in Tapestry? Thanks Mike ____ From: Mike

RE: Tapestry Upgrade problem

2009-01-07 Thread Mike Wasserman
stractComponent class we found that the _components Map was null, and _active was false. Thanks Mike From: Howard Lewis Ship [mailto:hls...@gmail.com] Sent: Wed 1/7/2009 2:33 PM To: Tapestry users Subject: Re: Tapestry Upgrade problem The _components field shou

RE: Tapestry Upgrade problem

2009-01-07 Thread Mike Wasserman
Actually I was wrong in what I wrote in my last email. addComponent() is NOT being called before getComponent() when the problem arises. Mike From: Mike Wasserman [mailto:mike.wasser...@intelliware.ca] Sent: Wed 1/7/2009 2:47 PM To: Tapestry users Subject: RE

RE: Tapestry Upgrade problem

2009-01-08 Thread Mike Wasserman
creation happens is controlled by the number of componentIds found. Now to figure out why there are no ids. Mike From: Mike Wasserman [mailto:mike.wasser...@intelliware.ca] Sent: Wed 1/7/2009 3:32 PM To: Tapestry users Subject: RE: Tapestry Upgrade problem

RE: Tapestry Upgrade problem

2009-01-08 Thread Mike Wasserman
From: Mike Wasserman [mailto:mike.wasser...@intelliware.ca] Sent: Thu 1/8/2009 10:15 AM To: Tapestry users Subject: RE: Tapestry Upgrade problem It now makes sense to me why the _components map is empty when getComponent() is called. The map is never populated because no componentIds are found

RE: Tapestry Upgrade problem

2009-01-09 Thread Mike Wasserman
to be in a similar area of the code it isn't the same stack trace that we're getting. Mike From: andre...@gmail.com on behalf of Andreas Andreou Sent: Thu 1/8/2009 2:03 PM To: Tapestry users Subject: Re: Tapestry Upgrade problem I want to take

RE: Tapestry Upgrade problem

2009-01-09 Thread Mike Wasserman
Done. If you need any more information please don't hesitate to ask. Thanks Mike From: andre...@gmail.com on behalf of Andreas Andreou Sent: Thu 1/8/2009 2:23 PM To: Tapestry users Subject: Re: Tapestry Upgrade problem Also, add an issue at

RE: Tapestry Upgrade problem

2009-01-12 Thread Mike Wasserman
onent found" problem we've been having. We intend to dig deeper and hopefully come up with a good explaination, (or theory at least) as to what caused the problem. Thanks Mike ____ From: Mike Wasserman [mailto:mike.wasser...@intelliware.ca] Sent: Fri 1/

RE: Tapestry Upgrade problem

2009-01-13 Thread Mike Wasserman
this issue. We did discover that the synchronized call must be placed around the call to PageSpecificationResolver.resolve(...), trying to synchronize the method itself didn't work. Thanks for all your help Mike ____ From: Mike Wasserman [mailto:m

HtmlUnit testing with Contrib Palette

2007-01-11 Thread Mike Leonardo
Hey, I'm using the Palette contrib component... it works great when I user test it, but I get a strange error when I try to test it using HtmlUnit testing. I enabled the javascript, and built utility function to select and click the right links, but the javascript breaks in the test. Anyone have a

HtmlUnit testing with Contrib Palette 2

2007-01-11 Thread Mike Leonardo
Sorry, I actually hit send too soon... Here's the error. Thanks! Cheers, Mike Leonardo === EXCEPTION START EcmaError: lineNumber=[145] column=[0] lineSource=[null] name=[TypeError] sourceName=[http://localhost:9001/app?digest=db3d317f3d6334ce6ec25039e12b6d52&path=%2Forg

encrypt query string

2007-01-23 Thread Mike Oestereter
/AJHKSGFDLJHAGSDFLHJSDLFAGSDFGLRMWNEBRMWNBEFSDFKJSHDFN WLKDJSLKDJFLSKJDFL I don't want to spend too much time on this so I was wondering if anybody has done this before or have a quick answer? Thanks Cheers Mike - To unsubscribe, e-mail: [

Re: encrypt query string

2007-01-24 Thread Mike Oestereter
thats also the way we do it -Ursprüngliche Nachricht- Von: Mike Oestereter [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 23. Januar 2007 21:06 An: Tapestry users Betreff: encrypt query string Hi I want to encrypt (most of) the query string part of a tapestry webapp. So instead of having

Tapestry 3 DirectLink and stateful

2007-05-02 Thread Mike Davis
s it correct to say that once a DirectLink is clicked with the stateful flag set to false, any session data associated with that user's session is invalidated? Thanks Mike Davis - To unsubscribe, e-mail: [EMAIL PROTE

Re: Tapestry 3 DirectLink and stateful

2007-05-02 Thread Mike Davis
Visit() from *any other page* also return null, again regardless of whether a visit object was previously accessible. Thanks Mike Davis On Thu, 3 May 2007 04:50:29 +0300 "Andreas Andreou" <[EMAIL PROTECTED]> wrote: > not, that's not correct... session is not invalidated wh

Re: Tapestry 3 DirectLink and stateful

2007-05-03 Thread Mike Davis
ks, but obviously I'm hoping that it's possible just using a config file. Thanks Mike Davis On Thu, 3 May 2007 08:47:10 +0200 Mike Davis <[EMAIL PROTECTED]> wrote: > Hi, > > The problem is that I have a page that I'd like users to be able to > access with or without a

Re: Tapestry 3 DirectLink and stateful (Thanks a lot!)

2007-05-03 Thread Mike Davis
Hi, Thanks for that - it solved my problem neatly ... I'd also like to say thanks to the list - great to see a big community that helps out so quickly and politely! Thnks Mike On Thu, 03 May 2007 15:46:18 +0100 Richard Kirby <[EMAIL PROTECTED]> wrote: > Hi Mike, > > I

Access the Tapestry IoC from another servlet

2009-12-06 Thread Mike Leonardo
Hello! I'm writing an application that has both a T5 web app and also a Restlet servlet in the same project. So T5 is the servlet-filter and the Restlet is an actual servlet. To allow both to co-exist I've configured the T5 AppModule to ignore anything with /rest/ at the beginning of the reques

Re: T 5.2 & App Engine 1.3 SDK

2010-01-10 Thread Mike Leonardo
Hey Alex (or Dmitry), I'm trying to get a T5.2 + 1.3GAE project working too. How did you perform the fix in Dmitry's solution? (http://dmitrygusev.blogspot.com/2009/10/develope-java-applications-with-gae-sdk.html) You mention replacing the agent in the jar file - but I thought Dmitry's fix was

Re: T 5.2 & App Engine 1.3 SDK

2010-01-10 Thread Mike Leonardo
actory Software Engineer - Original Message ----- From: "Mike Leonardo" To: "Tapestry users" Sent: Monday, January 11, 2010 1:22:26 AM GMT -05:00 US/Canada Eastern Subject: Re: T 5.2 & App Engine 1.3 SDK Hey Alex (or Dmitry), I'm trying to get a T5.2 + 1.3GAE proje

Re: T 5.2 & App Engine 1.3 SDK

2010-01-11 Thread Mike Leonardo
5:16:29 AM GMT -05:00 US/Canada Eastern Subject: Re: T 5.2 & App Engine 1.3 SDK Hi, > I keep getting the same issue with the LocalVariableTable I believe this is due to javaassist 3.11, try to revert this jar to version 3.9 On Mon, Jan 11, 2010 at 10:00, Mike Leonardo wrote: > Ah,

PCI/Nessus scan of Tapestry application

2010-03-16 Thread Mike Oestereter
n the ExceptionReport page and then do some custom 404 thing, but it would be much nicer to prevent these exceptions form happening in the first place. Any ideas? Thanks Mike - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org

Re: PCI/Nessus scan of Tapestry application

2010-03-16 Thread Mike Oestereter
finitely a bug - I'll try and get the code for org.apache.tapestry5.internal.services.URLEncoderImpl and make it work better Anyway, all the best On Tue, Mar 16, 2010 at 3:58 PM, Thiago H. de Paula Figueiredo wrote: > On Tue, 16 Mar 2010 10:09:18 -0300, Mike Oestereter > wrote: > &g

Re: PCI/Nessus scan of Tapestry application

2010-03-16 Thread Mike Oestereter
Thanks man On Tue, Mar 16, 2010 at 6:21 PM, Thiago H. de Paula Figueiredo wrote: > On Tue, 16 Mar 2010 12:22:13 -0300, Mike Oestereter > wrote: > >> I dont know how but I think 1) could be addressed by making tapestry >> to "encode" action differently to say login

404 from onActivate

2010-03-19 Thread Mike Oestereter
Hello I've got a page that takes the context as parameter to produce a result from db, e.g.: http:/hostname/app/page/123 If the db result for 123 does not exist I would like to throw a 404. Currently I'm using... Object onActivate(EventContext context) { //db lookup code to prepare page } I

Re: 404 from onActivate

2010-03-19 Thread Mike Oestereter
e and redirect to it in case your > onActivate doesn't find a corresponding entity. > > Am 19.03.2010 um 15:04 schrieb Mike Oestereter: > >> Hello >> >> I've got a page that takes the context as parameter to produce a >> result from db, e.g.:  http:/

HttpOnly Cookie

2010-04-14 Thread Mike Oestereter
Hi I would like to make tapestry append '; HttpOnly' to the end of whatever value tapestry decides to write for the "SET-COOKIE" header when applicable. Thanks Mike - To unsubscribe, e-

Send Email Upon Form Submit

2010-07-06 Thread Mike Shoemaker
I am writing an app that contains a feedback form that I want to send to management. I don't really care if I defer this to a cgi that I call from tapestry form or code the sending the email from tapestry. Any input would be appreciated. Mike Sent from my i

Re: Send Email Upon Form Submit

2010-07-06 Thread Mike Shoemaker
Thanks all. I asked in case there was an elegant way to dynamically loop through form values and style the content. I.e. Built into tapestry or a component available to leverage. Javamail certainly works(actually what I have coded now), thanks again for your input. Mike Sent from my iPhone On

change session id after login

2010-10-18 Thread Mike Oestereter
Hi How can I change the value of the JSESSIONID cookie after succcessfull login - failure to do this will result in a session hijacking vulnerability. I'm not using Spring or AECGI (sp?) and am not interested in it at the moment. In tapestry 5.0 the value of the cookie (somewhat magically and un

Re: change session id after login

2010-10-19 Thread Mike Oestereter
On Mon, Oct 18, 2010 at 1:45 PM, Thiago H. de Paula Figueiredo > Are you sure? This doesn't make a lot of sense. As you can have more than > one session state object, changing the session id would be the same as > invalidating the session. This would be a serious bug. > I'm pretty sure - will try

Re: change session id after login

2010-10-19 Thread Mike Oestereter
The problem is that I don't want to invalidate the session from an application point of view. After successful login I want to store details about the authenticated user in the user session. I just want to kill the existing cookie and associate a new (and different cookie) with the current sessio

Re: change session id after login

2010-10-25 Thread Mike Oestereter
gt; > > On Tue, Oct 19, 2010 at 2:40 PM, Mike Oestereter > wrote: >> The problem is that I don't want to invalidate the session from an >> application point of view. >> >> After successful login I want to store details about the authenticated >> user in

Dynamically contributing a ServletContextListener

2012-01-26 Thread Mike Leonardo
since my project is also used as a library for other projects with their own web.xml files overriding this one. Is it possible to contribute a ServletContextListener through AppModule in some way? Thanks, Mike Michael Leonardo Senior Software Engineer iFactory, A Division of RD

Need Help With Event URL Rewriting

2012-04-09 Thread Mike Dunbar
can route it to my event handler method (not yet working). Thanks, Mike

RE: Need Help With Event URL Rewriting

2012-04-09 Thread Mike Dunbar
Hi Thiago, Thanks for your response. My replies inline below. -Mike > Why aren't the Tapestry URLs RESTful enough for your scenario? Using PUT, > DELETE, etc? Just curious. :) I may be using the term 'RESTful' incorrectly. What I meant is suppose I have a page that displ

RE: Need Help With Event URL Rewriting

2012-04-25 Thread Mike Dunbar
ly so far. Thanks for all the other tips! Mike From: Mike Dunbar Sent: Monday, April 09, 2012 11:51 AM To: 'users@tapestry.apache.org' Subject: Need Help With Event URL Rewriting Hi, We are trying to build an application with RESTful URLs, rather than the out-of-box Tapestry URLs. We&

Overriding ValidationDecorator

2012-09-07 Thread Mike Leonardo
ValidationDecorator directly in my AppModule but it looks like my decoration isn't getting picked up at all. Am I missing something? How do people override ValidationDecorator for something like this in T5.3? Thanks, - Mike Michael Leonardo Senior Software Engineer iFacto

Shared (but limited) properties

2006-05-08 Thread Mike Snare
like this around? -Mike - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Mike's DynamicBlock in Tap4

2006-05-08 Thread Mike Henderson
RenderBlock, except it uses the componentName parameter to create a page name, looks up the page, which is created on the fly the first time it is accessed and then looks up the block component inside the page. Mike - To unsubscribe

Re: TableView add remove column at runtime?

2006-05-09 Thread Mike Snare
format as always. I generally use this in conjuction with a Palette or some other way to let the user decide what columns to render. -Mike On 5/9/06, John Menke <[EMAIL PROTECTED]> wrote: How can you add or remove a column at runtime with the tableView component

  1   2   >