[Tapestry-developer] Pop up window!

2002-11-28 Thread kris khan
Hi, I would like to know how to create a button component where i can specify a pop up window along. The page that gets displayed on the window needs to have certain values to be set before been loaded. Can someone show how this can be done Thanks Yahoo! Hint Dropper - Avoid getting hideous gifts t

[Tapestry-developer] Page or component with dynamic attributes

2002-11-28 Thread David Solis
Is it possible to have a page or component with dynamic properties? In our applications, almost 50% (maybe more) of code is in getters and setters. I’m wondering about the possibility to integrate Jakarta DynaBeans to Tapestry in order to eliminate these getters and setters. Does it make

RE: [Tapestry-developer] getRequestCycle null after session serializes

2002-11-28 Thread Luke Galea
Sorry.. Basically I am trying to use my page to provide a data source to the table component I am including. I am setting up the tableModel, etc in the finishLoad method but I am (as you suspected) keeping a reference to the page.. I can’t really find any good way around this, because if I

[Tapestry-developer] [ tapestry-Feature Requests-613009 ] Depreciate Conditional invert parameter

2002-11-28 Thread noreply
Feature Requests item #613009, was opened at 2002-09-22 21:11 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=354754&aid=613009&group_id=4754 Category: framework Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Malcolm Edgar (malcolm_edgar) >

[Tapestry-developer] [ tapestry-Feature Requests-609726 ] Define JavaScript validation trigger

2002-11-28 Thread noreply
Feature Requests item #609726, was opened at 2002-09-15 20:30 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=354754&aid=609726&group_id=4754 Category: framework Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Malcolm Edgar (malcolm_edgar) >

[Tapestry-developer] [ tapestry-Feature Requests-637048 ] add PopLink

2002-11-28 Thread noreply
Feature Requests item #637048, was opened at 2002-11-12 05:11 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=354754&aid=637048&group_id=4754 Category: None Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: joe panico (jpanico) >Assigned to: M

[Tapestry-developer] [ tapestry-Feature Requests-643239 ] Add EmailValidator

2002-11-28 Thread noreply
Feature Requests item #643239, was opened at 2002-11-24 16:17 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=354754&aid=643239&group_id=4754 Category: framework Group: None >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Malcolm Edgar (malcolm_edgar) >

Re: [Tapestry-developer] getRequestCycle null after session serializes

2002-11-28 Thread Howard M. Lewis Ship
I'd need to see a little more code to figure out what you are doing.  My guess is that you are expecting the same page instance to process your subsequent requests and that doesn't happen, especially with paging.   For something to survive from one request cycle to another, it must be stored

[Tapestry-developer] [ tapestry-Feature Requests-622775 ] improve source JAR packaging

2002-11-28 Thread noreply
Feature Requests item #622775, was opened at 2002-10-13 19:47 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=354754&aid=622775&group_id=4754 Category: None Group: None >Status: Closed >Resolution: Rejected Priority: 5 Submitted By: Viktor Szathmary (phraktle) Assig

[Tapestry-developer] [ tapestry-Bugs-630817 ] ExternalPage triggers deprecated warn

2002-11-28 Thread noreply
Bugs item #630817, was opened at 2002-10-29 19:51 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=630817&group_id=4754 Category: Tapestry Group: bug >Status: Closed >Resolution: Invalid Priority: 5 Submitted By: joe panico (jpanico) Assigned to: Howard Le

[Tapestry-developer] [ tapestry-Bugs-608768 ] Changes saved AFTER IPage.detach()

2002-11-28 Thread noreply
Bugs item #608768, was opened at 2002-09-13 02:09 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=608768&group_id=4754 Category: Tapestry Group: bug Status: Open Resolution: None Priority: 5 Submitted By: jason owens (jlowenz) Assigned to: Nobody/Anonymou

[Tapestry-developer] [ tapestry-Bugs-631764 ] AbstractComponent API

2002-11-28 Thread noreply
Bugs item #631764, was opened at 2002-10-31 16:26 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=631764&group_id=4754 Category: Tapestry Group: suggestion >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Dorothy Gantenbein (dgantenbein) Assig

[Tapestry-developer] [ tapestry-Bugs-631764 ] AbstractComponent API

2002-11-28 Thread noreply
Bugs item #631764, was opened at 2002-10-31 16:26 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=104754&aid=631764&group_id=4754 Category: Tapestry Group: suggestion Status: Open Resolution: None Priority: 5 Submitted By: Dorothy Gantenbein (dgantenbein) Assigned t

Re: [Tapestry-developer] question about the shell component

2002-11-28 Thread Howard M. Lewis Ship
Currently,  you can only specify a single stylesheet.  There is a feature request to extend this.   With a litle work, you can use the delegate parameter of Shell and provide a class that renders the necessary tags. - Original Message - From: proton99 To: tapestry-develop

[Tapestry-developer] getRequestCycle null after session serializes

2002-11-28 Thread Luke Galea
Hello,     I have a strange problem (well.. at least I think it’s strange). I have extended BasePage for pages that need validation and access to the database. In my page I have a method: “getSession” that pulls the db connection data from the request cycle ( or checks if it is alr

[Tapestry-developer] question about the shell component

2002-11-28 Thread proton99
Hi,   How to create multi stylesheet using Shell component?   Regards,