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...
>
>
>
>
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
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
>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
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.
---
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
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