Form Navigation Issue with Tapestry 4.1.5

2008-11-02 Thread andyman32
Hi, I'm hoping I'm missing something very simple here. I'm putting together a reporting app that uses an elaborate search form to mine some data and run some stats. The form fields are interdependent; selecting a value in one refreshes the page and updates the value in the next. I had this working

Re: Form Navigation Issue with Tapestry 4.1.5

2008-11-02 Thread andyman32
andyman32 wrote: > > ... I have tried changing the action, I have tried a simple sample form, > no luck. > Correction: I created a very basic implementation of a form in this same app, using the precise same pattern, and it did invoke the doPerformSearch( IRequestCycle ) met

Re: Form Navigation Issue with Tapestry 4.1.5

2008-11-02 Thread andyman32
ptions a Select object in Tapestry can handle? And, if this conceptual limit is lower than 2900, why does it not throw any kind of notice or error, but simply "gives up the ghost" and returns to Home? I am a total n00b... andyman32 wrote: > > Hi, I'm hoping I'm missin