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
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
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
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
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
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
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
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
--
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
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
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
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
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
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,
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.
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
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
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
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
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
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
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
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
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
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")) {
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
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
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
28 matches
Mail list logo