Re: Validate regexp error

2007-10-15 Thread mogulwraith
e UI element for the beaneditform as you have listed or is there something I have to do to get the Validate annotation to work for regular expressions? Josh Canfield-2 wrote: > > Can you provide us some code and error message? > > It should look something like this... > > > >

Re: Validate regexp error

2007-10-12 Thread mogulwraith
provide us some code and error message? > > It should look something like this... > > > > Josh > > On 10/12/07, mogulwraith <[EMAIL PROTECTED]> wrote: >> >> >> The documentation shows a validation of a zip code but an Unknown >> Validator

Validate regexp error

2007-10-12 Thread mogulwraith
The documentation shows a validation of a zip code but an Unknown Validator error is produced. What do I need to do differently than what is written in the documentation? -- View this message in context: http://www.nabble.com/Validate-regexp-error-tf4616208.html#a13183605 Sent from the Tapestry

Request Parameters

2007-09-21 Thread mogulwraith
>From Javascript I try to build a link something like: var link = "${requestlink}" + "?firstparam=" + paramA + "&secondparam=" + paramB; But when this gets back to the server the only parameter available with request.getParameter is the first one. How can I accomplish this? -- View this messag

Re: T5 confused about Services and XmlHttpResponse

2007-07-27 Thread mogulwraith
I do mean XmlHttpRequest of course... -- View this message in context: http://www.nabble.com/T5-confused-about-Services-and-XmlHttpResponse-tf4160459.html#a11837658 Sent from the Tapestry - User mailing list archive at Nabble.com. ---

T5 confused about Services and XmlHttpResponse

2007-07-27 Thread mogulwraith
Im really new to Tapestry so bear with... I have a service injected into a component. The service returns some text. I have a simple html form with a button and textbox. Javascript in the onclick event of the button gets a link to the service and passes it to an XmlHttpResponse object which I nee

T5 and IE Conditional Comments

2007-07-17 Thread mogulwraith
I tried using the IE downlevel-hidden conditional comment to suggest an IE compatible version of my stylesheet but it seems Tapestry might be interfering with that. Is that what is happening here? If so is there a way to change the stylesheet based on browser? -- View this message in context: ht