How to implement Multiple Select component for a SortedMap model in Tapestry 4

2013-01-10 Thread nazarhussain_s
Hi, I am trying to implement multiple select in my project for an already existing single select functionality. The single select is being done using a custom component which implements IPropertySelectionModel. As it is only possible to use Select Component for multiple select I am facing cur

Re: Error on overriding file upload limit

2012-05-10 Thread nazarhussain_s
Hi, Currently In this class i have property name and I have less knowledge on how to add a property attribute here whether the property-name and property are one and same or do I have to add another attribute property here and what value do I have to assign to that attribute.If I

Re: Issues in a page having multiple forms in tapestry 4

2012-05-08 Thread nazarhussain_s
Hi Howard, Can you please advise me on how to configure tapestry to accept large sized requests . Currently im using Tapestry 4.0. In which file do I need to change the settings so as to resolve above issue. Regards Nazar -- View this message in context: http://tapestry.1045711.n5.na

Re: Issues in a page having multiple forms in tapestry 4

2012-05-01 Thread nazarhussain_s
Hi Howard, Previously we had a page wherein the data fields in one form were way too many around 100 to 1100 so while submitting the page we were getting the below exception so can you please suggest what I need to change If I am to submit that many fields in Tapestry. Currently I am ge

Issues in a page having multiple forms in tapestry 4

2012-04-30 Thread nazarhussain_s
Hi , Currently I am using Tapestry 4 and I have a EditDetails page wherein I have two forms, One having all details related to data fields and another form having an Upload Document Component. If I upload a document in the second form and click on add document button,the doc gets added and

Do multiple forms cause rewind issues - stale link errors

2012-04-11 Thread nazarhussain_s
Hi Currently I am having a html wherein i have two forms and in one form i am getting stale link error. It is coming as I am clicking on submit button present in component1 in the html after unchecking the checkbox which is present in the component2. main html ... component 1

Do multiple forms cause rewind issues - stale link errors

2012-04-11 Thread nazarhussain_s
Hi Currently I am having a html wherein i have two forms and in one form i am getting stale link error. It is coming as I am clicking on submit button present in component1 in the html after unchecking the checkbox which is present in the component2. main html ... component 1

Stale Link Error

2012-04-04 Thread nazarhussain_s
I have a Details Page wherein i have a component Activity which inturn has a continue button.In the activity html i have a viewItems component which has inturn the component itemTable. details page --- activity component --- viewItems component --

Re: T5.3: form/submit stop working (solved)

2012-04-01 Thread nazarhussain_s
Is this issue currently existing in Tapestry 4.0 Please let me know as currently In our project , we are using Tapestry 4.0 Regards Nazar -- View this message in context: http://tapestry.1045711.n5.nabble.com/T5-3-form-submit-stop-working-tp5060324p5611616.html Sent from the Tapestry - User m

Unable to decode multipart encoded request - Help required to check this exception

2012-03-30 Thread nazarhussain_s
Currently I am facing the following issues during the uploading of a File through a form in tapestry. I need to know how to handle the below exceptions.I am using Tapestry 4 , Jdk 1.5 , Weblogic 9.2. Can you please suggest what could be done for below two exceptions -> org.apache.hivemind.Applica

Re: Issue in implementing multiple select dropdown twice in a form - RESOLVED

2011-06-10 Thread nazarhussain_s
Hi, I had declared two methods selectToppings , selectBreads with Request Cycle parameter passed twice. I combined those two into one method and set the values in that after which the app is running fine.seems as the request was stateless it forgot about the previous values - values of to

Issue in implementing multiple select dropdown twice in a form

2011-06-09 Thread nazarhussain_s
Hi, If I am implementing multiple select twice in a form, I am facing an issue.I am currently following Tapestry in Action - pg 145 example for multiple select. If I am trying to implement the example in the way given below i am getting ambiguous output.Anybody help out regarding that. Home

What to use for multiple select => (MultiplePropertySelect || Select with Multiple=true)

2011-06-01 Thread nazarhussain_s
Hi, Thanks Andreou, By adding that line my application is working fine. Any body please suggest How I must implement Multiple Select and What Component do I must use if there are more than 100+ options to be shown in a drop down. Can I use MultiplePropertySelection or ordinary Select

Getting "Library 'contrib' not found in application namespace" Exception while using MultiplePropertySelection Component

2011-06-01 Thread nazarhussain_s
Hi, In my Home.html i am having a multi-select drop down. While running the Application i am getting the following Exception [ +/- ] Exception: Library 'contrib' not found in application namespace. org.apache.hivemind.ApplicationRuntimeException location: context:/WEB-INF/Home.html,

Needed a demo example for MultiplePropertySelection model

2011-06-01 Thread nazarhussain_s
Hi, Can anybody provide an example program/link of an example program demonstrating the MultiplePropertySelection Functionality. Regards Nazar -- View this message in context: http://tapestry.1045711.n5.nabble.com/Needed-a-demo-example-for-MultiplePropertySelection-model-tp813p813.

Needed a demo example for MultiplePropertySelection model

2011-06-01 Thread nazarhussain_s
Hi, Can anybody provide a demo example for a MultiplePropertySelection mode example in Tapestry 4.0? Regards Nazar -- View this message in context: http://tapestry.1045711.n5.nabble.com/Needed-a-demo-example-for-MultiplePropertySelection-model-tp809p809.html Sent from the Tapestry - U

which is better for AJAX Implementation in Tapestry 4.0

2011-05-17 Thread nazarhussain_s
Hi, Currently my project uses Tapestry 4.0 and I need to implement AJAX Functionality in it.So which is the better and easy option to use -> Tacos -> jQuery -> Dojo -> XLite I am totally new to Tapestry itself , so please provide your valuable suggestions. Regards Nazar -- View th

Re: How to integrate tacos 4.1 in Tapestry 4.0

2011-05-16 Thread nazarhussain_s
Hi, Yep, My current project is using jdk 1.5,Tapestry 4.0 . So I have to restrict to 4.0 version of Tapestry -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-integrate-tacos-4-1-in-Tapestry-4-0-tp4392926p4399734.html Sent from the Tapestry - User mailing list ar

How to integrate tacos 4.1 in Tapestry 4.0

2011-05-13 Thread nazarhussain_s
hi, I am a novice in Tapestry and using Tapestry 4.0 currently. I have to develop AJAX Functionality in Tapestry 4.0 . For that one suitable option that i found was Tacos. Can anybody provide info on how to integrate Tacos in Tapestry 4.0 .(or is there any other more optimistic solution othe

Re: Getting "page cannot be displayed" error in Tapestry 4 on submitting a form with 100+ dropdowns and text field components

2011-05-05 Thread nazarhussain_s
Hi , I have changed the property-name in the to property . Now if i try to deploy the application , I am getting the following error. add a description org.apache.tapestry.util.xml.DocumentParseException: Unable to read context:/WEB -INF/Genesis.application: A

Re: Getting "page cannot be displayed" error in Tapestry 4 on submitting a form with 100+ dropdowns and text field components

2011-05-05 Thread nazarhussain_s
Hi, I am using WebLogic and I sparsely know what to set in that. Any suggestions on how to do that . Regards Nazar -- View this message in context: http://tapestry.1045711.n5.nabble.com/Getting-page-cannot-be-displayed-error-in-Tapestry-4-on-submitting-a-form-with-100-dropdowns-and-texs-t

Getting "page cannot be displayed" error in Tapestry 4 on submitting a form with 100+ dropdowns and text field components

2011-05-05 Thread nazarhussain_s
Hi, Currently I am using Tapestry 4 and am facing an issue wherein i have a form with 100+ drop downs , text fields and checkboxes. On submitting the form , i am getting error - page cannot be displayed . For that I worked out a turn around by adding the following lines in my .application

Help required regarding IPropertySelectionModel in Tapestry 4

2011-05-04 Thread nazarhussain_s
Hi, I am having a Home.html in which i have two drop downs - Country and City . On selection of countryfrom the first drop down the corresponding cities need to be populated in the second drop down.While running the application I am getting the following error. [ +/- ] Exception: Unable

Needed help about the population of one drop down basing on onchange of one dropdown

2011-04-21 Thread nazarhussain_s
Hi I am currently working on drop downs in Tapestry. I have country drop down . on selecting any value from country the city drop down needs to be populated asynchronously. PFB the Home.html given below Home.html

How to resolve --->>>>" [ +/- ] Exception: Unable to read OGNL expression '' "<<<----

2011-04-20 Thread nazarhussain_s
Hi, Getting the following exception for the in Home.html The code in the Home.page is given below changes related to "city" in Home.java - public IPropertySelectionModel getCities(){ if (getCountry().equals("US")) {

How to implement AJAX for "Insert" jwcid in Tapestry 4.1 ?

2011-04-19 Thread nazarhussain_s
Hi, I have been trying to implement AJAX for "Insert" component but have been unable to do it.I had tried using "TextArea" type instead and it worked out. Now I need to know what was the problem with "Insert" before The Home.html page should accept a given input and on click of OK button sho

Help required in using AJAX Functionality in Tapestry 4.1

2011-04-13 Thread nazarhussain_s
Hi, I am new to tapestry and have a requirement to implement AJAX Functionality in Tapestry 4.0. I am writing a simple program wherein i enter a value in a textfield and click on the submit button and that value has to be displayed in the same page without the page being refreshed.Currently

Required a sample program in Tapestry 4.1.3 which demonstrates AJAX Functionality

2011-04-11 Thread nazarhussain_s
Hi, I am new to Tapestry Web Framework and currently working on Tapestry 4.1. I need to write a sample Hello World program which accepts any text and displays Hello "Entered" Text using AJAX functionality.Anybody out there please help me on this -- View this message in context: http://ta