Re: message that i do not understand

2009-04-16 Thread leechj
Jorge, We ran into this exact same problem. For us, we would get this error at random upon deployment. Sometimes when we would deploy, this error would occur. On other times we wouldn't experience this error at all. Today we realized that we weren't actually using anything from Equanda and took i

Re: T5 Chenillekit: @OnEvent problem with JSONObject/JSONArray

2009-04-15 Thread leechj
This will be my last post on this as I was able to find a solution!! My problem was related to this: https://issues.apache.org/jira/browse/TAP5-469 A workaround in that link is given that fixes the issue. Hopefully this will help anyone else out experiencing the same thing I was. leechj

Re: T5 Chenillekit: @OnEvent problem with JSONObject/JSONArray

2009-04-15 Thread leechj
Okay I found out that it's not the amount of elements in the Array, but how big the entire object is total. Is there something in the request or response I need to look into to change the allowable size of what gets returned from an ajax call when using this mixin? leechj wrote: > >

T5 Chenillekit: @OnEvent problem with JSONObject/JSONArray

2009-04-14 Thread leechj
Hi All, I'm trying to utilize the OnEvent Mixin to dynamically change the data in a SelectBox when a user clicks a RadioButton. In the function that is annotated by OnEvent, I return a JSONArray with values and descriptions to populate my SelectBox. My problem is that if the JSONArray is larger

Re: Maxlength Client Validation Error

2009-04-13 Thread leechj
Sorry to bring this up againbut I wasn't able to find any other topics on this. I just want to make sure that it's not just me. Am I doing something wrong or is it really a requirement to mark a field as "required" to make "maxlength" client side validation work corr

Maxlength Client Validation Error

2009-04-10 Thread leechj
Hi All, I'm running into an error on my forms when I have textfield elements that specify a "maxlength" validator but not a "required" validator. I get a javascript error of: "this.requiredCheck is undefined" Luckily, the server side validation catches it if it's too large of a value, but it would

T5: tapestry-upload, allowing user to remove filename from textfield

2009-03-19 Thread leechj
I feel foolish for not being able to figure this out, but I'm trying to make it so the user can remove the file name from the field in case they decide they don't actually want to upload a file as a part of their form. But when I click on the field, it just brings up a browsing box and I can't act

Re: Tabindex and accesskey in BeanEditForm?

2009-03-09 Thread leechj
Thanks Luther, But I'm still a bit new to this and can't quite figure out what to do based on the example provided in the link you gave. I've implemented DataTypeAnalyzer but I don't know what to do in the identifyDataType method. It seems like all this does is give back a type. How do I create m

Tabindex and accesskey in BeanEditForm?

2009-03-06 Thread leechj
Hello, I was wondering if there was an easy way to add properties to fields in a BeanEditForm. Our application needs "tabindex" and "accesskey" in all fields in order to comply with federal rules dealing with accessibility. Is there a way to add these 2 properties to the fields in the form or shou

Re: Archetype Error

2009-02-27 Thread leechj
I am also getting this error, but I didn't have it a few days ago. My co-worker is also having this same problem. We are both new to maven and tapestry and don't know how to fix it. Is there a problem with something on the server we are downloading from when we type in the command? Shuaib Cader-