Hello,
I am using Tapestry 4 and am having a problem to update a select box
(PropertySelection).
In fact, I chose from a first selectbox (eg car brand) an element. Then I
launch an asynchronous request to a service to retrieve a list (eg the
models of this brand).
There is an autorefresh method
tch an onchange Event for the PropertySelection
> component?
>
> I don't want the form te be submitted, but want to update a section in my
> page.
>
> I use tapestry 4.0.2 with Java 1.4
>
> Leon
>
> --
Hello
Is it possible to catch an onchange Event for the PropertySelection
component?
I don't want the form te be submitted, but want to update a section in
my page.
I use tapestry 4.0.2 with Java 1.4
Leon
---
don't know if there are that many
users out there using T4, dojo and prototype.
Kalle
On Thu, Apr 24, 2008 at 4:18 PM, Kalle Korhonen <[EMAIL PROTECTED]>
wrote:
> I just run into the same exact thing, using Tap 4.1.5, dojo that comes with
> it, propertyselection and an eventlistener
I just run into the same exact thing, using Tap 4.1.5, dojo that comes with
it, propertyselection and an eventlistener as well as prototype. Anybody
know if this is fixed in a newer snapshot, if there is a bug open on this or
any (better) workaround?
Kalle
On Sat, Oct 27, 2007 at 9:41 AM, lt
happening so.For Dropdown i am using
@propertySelection component. The dropdown is displayed and it suppresses
the menu.
This problem occurs only in IE 6. It works fine in IE7 and FireFox. Does
anyone have a clue about this?
Thanks in advance,
sasidhar
Hi,
In a web page,when a menu is displayed over a dropdown, the menu should
overlap the dropdown. But it is not happening so.For Dropdown i am using
@propertySelection component. The dropdown is displayed and it suppresses
the menu.
This problem occurs only in IE 6. It works fine in IE7 and
duction issue.
>
> In one of the pages, we have the PropertySelection and when diff. value is
> selected, it will update the form with the values corresponding to the newly
> selected value. But It hangs randomly. We put in logs, but the App-server
> just hangs. No more connec
Hello Everyone,
We went live with Tapestry 4.0.1 and Jetty 6.1.4 last week. We have an
urgent production issue.
In one of the pages, we have the PropertySelection and when diff. value is
selected, it will update the form with the values corresponding to the newly
selected value. But It hangs
Hello Everyone,
We went live with Tapestry 4.0.1 and Jetty 6.1.4 last week. We have an
urgent production issue.
In one of the pages, we have the PropertySelection and when diff. value is
selected, it will update the form with the values corresponding to the newly
selected value. But It hangs
This turned out to be the issue...
https://issues.apache.org/jira/browse/TAPESTRY-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561377#action_12561377Best
regards Ken in nashua
From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: PropertySelec
This turned out to be the issue for this thread...
https://issues.apache.org/jira/browse/TAPESTRY-2072?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12561377#action_12561377Best
regards Ken in nashua
From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: para
ut useful feature suggestion for the default PropertySelection:
>
> optional="true/false"
>
> Which would automatically add an empty item ad the beginning, for the
> case it is an optional PropertySelection.
>
> Thanks!
>
> Tobias
>
> --
A quick but useful feature suggestion for the default PropertySelection:
optional="true/false"
Which would automatically add an empty item ad the beginning, for the
case it is an optional PropertySelection.
Thank
Hello,
I'm having issue with PropertySelection in a Form.
I'm using one page to add and update. Data entry fields of the form gets
changed according to the property selection during add. For example if
infType=DOG selected then the form displays only dog specific fields and if
infTyp
ECTED]: [EMAIL PROTECTED]: RE: PropertySelection binding bug
T-4.1.3 ?Date: Thu, 29 Nov 2007 15:39:12 -0500
Well so much for possible bug/jira issue... Is there a working sample that
exercises PropertySelection bindings as documented in T-4.1.3 that I can
operate. I mean a sample that you have conf
try4/trunk/tapestry-examples/Workbench/
)
I can assure you that PropertySelection works just fine.
On Nov 29, 2007 3:39 PM, Ken in nashua <[EMAIL PROTECTED]> wrote:
>
> Well so much for possible bug/jira issue...
>
> Is there a working sample that exercises PropertySelection bi
Well so much for possible bug/jira issue...
Is there a working sample that exercises PropertySelection bindings as
documented in T-4.1.3 that I can operate. I mean a sample that you have
confirmed is currently operating the way it should.
Likewise I will produce a sample to try and present
I have no ideaSounds like you need to isolate your problem. Put
your gallery widget in a very basic page somewhere with as little
extra stuff as possible and play around with your parameters / values.
Either way you ~must~ specify a value parameter for your
PropertySelection component if
etValue method in my java file? I always
thought I could leverage the inherited binding automatically.
Any further thoughts?
Best regards
Ken in nashua
From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: PropertySelection binding bug
T-4.1.3 ?Date: Thu, 29 Nov 2007 14:40:25 -0500
If you want I
Ken in nashua
>
>
> From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: PropertySelection binding bug
> T-4.1.3 ?Date: Thu, 29 Nov 2007 13:49:39 -0500
>
>
> Ok, I followed your lead and tried both 1. repaired spelling of integer.
> Still failed 2. Tried Jesse's versi
If you want I can zip up the whole trails project and get that to you.
I would think at this point it would be helpful to have a running trails
runtime for these special instances, for fun and probably for that nasty bug
that comes along. Trails would provide you that extra special real world
Jesse, that binding was specified in the html. No need to duplicate that
right?Best regards Ken in nashua
From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: PropertySelection binding bug
T-4.1.3 ?Date: Thu, 29 Nov 2007 13:49:39 -0500
Ok, I followed your lead and tried both 1. repaired
Ummm..
In the files you attached you don't have your PropertySelect
components "value" parameters bound ...
On Nov 29, 2007 1:49 PM, Ken in nashua <[EMAIL PROTECTED]> wrote:
>
> Ok, I followed your lead and tried both
>
> 1. repaired spelling of integer. Still failed
>
> 2. Tried Jesse's
= null;
private Collection collection = null;
/**
* E-Frastructure and Services
*/
@InjectObject("spring:persistenceService")
public abstract HibernatePersistenceService getHibernatePersistenceService();
@InjectObject("spring:descriptorService")
public abstract D
Yes, .or to be safe:
@Persist/* session is default persist strategy */
@InitialValue("ognl:2")
public abstract int getTableSize();
On Nov 29, 2007 1:03 PM, Josh Canfield <[EMAIL PROTECTED]> wrote:
> Hi Ken,
>
>
> > @InitialValue("ognl:new java.lang.Ingeter('2').intValue()")
>
>
> A couple of
Hi Ken,
> @InitialValue("ognl:new java.lang.Ingeter('2').intValue()")
A couple of things jump out at me. You misspelled Integer, there is no
constructor for Integer that takes a character, and why are you passing a
char/String to the Integer constructor when you can just pass the int?
Actually
Ok, I changed my property method signatures to int
Everything else shold pan into this as it is all configured in the java as
opposed to jwc file.
@Persist("session")
@InitialValue("ognl:new java.lang.Ingeter('2').intValue()")
public abstract int getTableSize();
public abstract void setTable
static.
Ok, I will take a closer look and yeild results.
Thanks for your patience.
Best regards
Ken in nashua
From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: PropertySelection binding bug
T-4.1.3 ?Date: Wed, 28 Nov 2007 17:46:43 -0500
Jesse, I regard the repsonse. But I need to update the bi
he samples that operate these components been checked recently?
>
> I am hoping to see this thru.Best regards
>
> Ken in nashuaFrom: [EMAIL PROTECTED]: [EMAIL
> PROTECTED]: RE: PropertySelection binding bug T-4.1.3 ?Date:
am hoping to see this thru.Best regards
Ken in nashua____From: [EMAIL PROTECTED]: [EMAIL
PROTECTED]: RE: PropertySelection binding bug T-4.1.3 ?Date: Wed, 28 Nov 2007
15:10:19 -0500The questions is why does the code believe it has no bindings?I
have thrown property
going to create extra code to put the parameter inside my home.page
>
> I shouldn't have to do this.
>
> Can someone confirm this as a bug?Best regards Ken in nashua
>
>
> From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: PropertySelection binding bug
>
The questions is why does the code believe it has no bindings?
I have thrown property bindings, page bindings and parameter bindings at this.
Nothing sticks?
_
You keep typing, we keep giving. Download Messenger and join the i’m Init
Man, you must try and ask clear and accurate questions - with all
those emails you keep
sending you've managed to make everyone stop paying attention...
So, for instance, in this email, you start with PropertySelection then
move to Script
then you mention TAPESTRY-1820 which describes a m
Tapestry bug team,
Is it possible to get to this bug?
http://issues.apache.org/jira/browse/TAPESTRY-1820
Nothing works. Bindings are fruitless for PropertySelection.
Is anything being done to staff the team to resolve these?
The framework has been around for so many years.
I have
follow:
Now I wanted to add a default message for this combo box that would
look like this:
Choose...
But I can not nest that blank option tag inside a PropertySelection
component. Does anyone has a solution for this?
Thanks in advance
I wanted to add a default message for this combo box that would
> look like this:
>
> Choose...
>
>
> But I can not nest that blank option tag inside a PropertySelection
> component. Does anyone has a solution for this?
>
>
> Thanks in advance,
&
Dear all,
I have a combo box defined as follow:
Now I wanted to add a default message for this combo box that would
look like this:
Choose...
But I can not nest that blank option tag inside a PropertySelection
component. Does anyone has a solution for this?
Thanks in advance,
--
What
Well after spending a day and trying all combinations/permutations of trying to
establish a binding... everything idicates that bindings do not work for
component or session property.
So I tried a regular parameter annotation
@Parameter(required = false, cache = true)
public abstract String ge
Adding a setter does not help.
public abstract void setTableSize(String tableSize);
_
Connect and share in new ways with Windows Live.
http://www.windowslive.com/connect.html?ocid=TXT_TAGLM_Wave2_newways_112007
Here is the actual usage of the widget.
Home.html
Best regards Ken in nashua
_
You keep typing, we keep giving. Download Messenger and join the i’m Initiative
now.
http://im.live.com/messenger/im/home/?source=TAGLM
Folks,
I have a PropertySelection component rigged up and initialized with defaults.
But I am not sure if my binding to the user interface is broken or if this is a
valid BUG.
Here is the binding
Gallery.jwc
Gallery.JAVA (some code omitted)
private static final String
JIRA issue report.
>
> Uli
>
> On So, 4.11.2007, 20:48, spot_ sagte:
> >
> > Hi
> >
> > after upgrading my webapp from Tapestry 4.1.2 to 4.1.3 form components
> > with
> > clientValidationEnabled attribute set to true, that contain
> > PropertySelectio
m components
> with
> clientValidationEnabled attribute set to true, that contain
> PropertySelection input fields (StringPropertySelectionModel (first array
> entry is an emtpy String: "")) with validators set to 'required' do not
> work
> any more. After pressi
Hi
after upgrading my webapp from Tapestry 4.1.2 to 4.1.3 form components with
clientValidationEnabled attribute set to true, that contain
PropertySelection input fields (StringPropertySelectionModel (first array
entry is an emtpy String: "")) with validators set to 'required
-0.4.3/src/dom.js and everything is working nicely. Is there any
reason why I shouldn't do this?
Regards,
LT
lt wrote:
>
> Hello,
>
> Im having some trouble with the EventListener annotation and
> PropertySelection component. I am using Tap 4.1.3. Here is the mappings.
&
Hello,
Im having some trouble with the EventListener annotation and
PropertySelection component. I am using Tap 4.1.3. Here is the mappings.
@Component(id="reportTypeSelect", type="PropertySelection", bindings={
"displa
Do you guys think you could bring this off list? This thread needs
to be put out of its misery...
On 10/12/07, Ken nashua <[EMAIL PROTECTED]> wrote:
>
> Thanks josh... couple more ques...
>
> Since I already have tapestry imported to my workspace... I am questioning
> the need to tell my projec
configure a jar (from where, repo or svn folder)? or just point it to some
folder?
Thanks
Best regards
Ken in nashua
From: [EMAIL PROTECTED]
To: users@tapestry.apache.org
Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION
Date: Thu, 11 Oct 2007 19:07:35 -0400
Josh,
I checked
x27;s dialogue for my JRE but the above
configuration will hit all projects and not sure if that's valid.
Thanks
Best regards
Ken in nashua
From: [EMAIL PROTECTED]
To: users@tapestry.apache.org
Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION
Date: Thu, 11 Oct 2007 19:0
I'm just giving the standard response for this problem, though I don't
know if T4 has changed such that a different solution is possible.
http://thread.gmane.org/gmane.comp.java.tapestry.user/23236/focus=23293
For instance, maybe you need to use "ognl:tableSource" in your template
depending on th
gt; persistent properties, parameters... not fun stuff.
>
> I can go it alone in the debugger and provide feedback on this release.
>
> Thanks for any tips... BTW: irc is banned where I work
>
> Best regards
> Ken in nashua
>
> From: [EMAIL PROTECTED]
> To: users@tap
go it alone in the debugger and provide feedback on this release.
Thanks for any tips... BTW: irc is banned where I work
Best regards
Ken in nashua
From: [EMAIL PROTECTED]
To: users@tapestry.apache.org
Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION
Date: Thu, 11 Oct 2007
component on the same page. I could
then force this thing to behave correctly.
Best regards
Ken in nashua
From: [EMAIL PROTECTED]
To: users@tapestry.apache.org
Subject: propertyselection not cached
Date: Tue, 9 Oct 2007 15:48:22 -0400
Folks,
I have a propertyselection component rigged
Attempts to model the solution below using @Persist in the JAVA defaulting to
session never worked.
Best regards
Ken in nashua
From: [EMAIL PROTECTED]
To: users@tapestry.apache.org
Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION
Date: Thu, 11 Oct 2007 12:40:18 -0400
Hi Ken,
Please hear this in a gentle guiding tone, but I have to agree with Nick
here. You posting every 10-20 minutes is going beyond annoying and starting
to feel like abuse. This list is not populated by a hoard of support staff
that are standing by waiting for your next communication. I assume
a
From: [EMAIL PROTECTED]
To: users@tapestry.apache.org
Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION
Date: Thu, 11 Oct 2007 12:59:45 -0400
Here is more alarming feedback and it would be nice for some team mate to step
up and offer some support.
One of the reasons why myu p
7;s on the following explicitly...
Best regards
Ken in nashua
From: [EMAIL PROTECTED]
To: users@tapestry.apache.org
Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION
Date: Thu, 11 Oct 2007 12:15:11 -0400
An exception has occurred.
You may continue by
ad.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)
Best regards
Ken in nashua
From: [EMAIL PROTECTED]
To: users@tapestry.apache.org
Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION
Date: Thu,
mpiler.java:153)
ognl.OgnlRuntime.compileExpression(OgnlRuntime.java:523)
ognl.Ognl.compileExpression(Ognl.java:141)
Best regards
Ken in nashua
From: [EMAIL PROTECTED]
To: users@tapestry.apache.org
Subject: RE: parameter binding broken in T-4.1.* - PRO
From: [EMAIL PROTECTED]
To: users@tapestry.apache.org
Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION
Date: Thu, 11 Oct 2007 09:49:01 -0400
Hi Nick,
Attached is my Home.html... Home.java
The other modules are original as posted yesterday the same. I basically
specified the paramet
tried specifying the parameter as a property within the JWC file and
that failed as well.
Any ideas?
Best regards
Ken in nashua
From: [EMAIL PROTECTED]
To: users@tapestry.apache.org
Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION
Date: Thu, 11 Oct 2007 09:35:54 -0400
Nick
ry.apache.org
Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION
Date: Wed, 10 Oct 2007 14:32:08 -0400
I decided to model T-4 examples and it still produces exception
private static final String[] tableSizeOptions = new String[] { '1', '2',
@Persist for such attribute in Home.JAVA ? I would hate to think that... but
will do what I need to do in order to get it to work.
Best regards
Ken in nashua
From: [EMAIL PROTECTED]
To: users@tapestry.apache.org
Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION
Date: Wed, 10 Oct 2007
I have been thinking about how to go about implementing a 100%
database-driven solution for localized property selection items.
The only solution that comes to my mind is to use the locale files
and to select "constants" that are mapped to them.
Has anyone ever had the same idea to use a pure dat
Hi Ken.
I haven't really used T4, but I suspect you may need to bind
the parameter to a persistent property in your Home page:
Now, you may have noticed that no-one else has replied to you,
and in the interests of improving the signal-to-noise ratio of
the list I'd like to make a polite su
with PropertySelection across SUBMIT
3. Persist fails to work either
4. Also unable to get both renderBlocks to act on same instance...
tableSize refuses to act persistent. I select from the select and it keeps
getting reset back on submit.
The docs need to be updated too.
Thanks
Best regards
rs@tapestry.apache.org
Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION
Date: Wed, 10 Oct 2007 15:15:20 -0400
An exception has occurred.
You may continue by restarting the session.
[ +/- ] Exception:
Unable to update OGNL expression '' of
[EMAIL
he.org
Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION
Date: Wed, 10 Oct 2007 15:10:00 -0400
An exception has occurred.
You may continue by restarting the session.
[ +/- ] Exception:
Unable to parse
dExpression(ExpressionCacheImpl.java:115)
$ExpressionCache_1158b51ac28.getCompiledExpression($ExpressionCache_1158b51ac28.java)
Best regards
Ken in nashua
From: [EMAIL PROTECTED]
To: users@tapestry.apache.org
Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION
Date: Wed, 10 Oct 2007 14:43:49
?
Best regards
Ken in nashua
From: [EMAIL PROTECTED]
To: users@tapestry.apache.org
Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION
Date: Wed, 10 Oct 2007 14:32:08 -0400
I decided to model T-4 examples and it still produces exception
private static final String
I decided to model T-4 examples and it still produces exception
private static final String[] tableSizeOptions = new String[] { "1", "2",
"3", "4", "5", "10", "25", "50", "100",
"500", "1000", "2500", "5000", "1", "25000", "5" };
private static final String[] paging
.
Best regards
Ken in nashua
From: [EMAIL PROTECTED]
To: users@tapestry.apache.org
Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION
Date: Wed, 10 Oct 2007 11:52:32 -0400
This guy has the same issue days ago...
http://article.gmane.org/gmane.comp.java.tapestry.user/53716
This guy has the same issue days ago...
http://article.gmane.org/gmane.comp.java.tapestry.user/53716
Best regards
Ken in nashua
> From: [EMAIL PROTECTED]
> To: users@tapestry.apache.org
> Subject: RE: parameter binding broken in T-4.1.* - PROPERTYSELECTION
> Date: Wed, 10 Oct 2
An exception has occurred.
You may continue by restarting the session.
[ +/- ] Exception:
Unable to update OGNL expression '' of
[EMAIL PROTECTED]/galleryWidget] to 2: Binding with value 1
(StaticBinding[1]) may not be updated.
org.apache.t
Folks,
I have been chasing my tail trying to get a simple parameter to work. I am 2
years tapestry and developed parameters for quite sometime.
Can someone confirm this as bug or present a solution?
This is what I have...
Gallery.JAVA
public abstract class Gallery extends BaseComponent
{
gt; >
> > put this on outside your form
> >
> >
> > then on the @PropertySelection, do like this
> > >model="ognl:@[EMAIL PROTECTED]"
> >value="ognl:foo"
> > onchange="javascript:this.form.events.ref
PROTECTED]
> Sent: Tuesday, October 09, 2007 3:48 PM
> To: users@tapestry.apache.org
> Subject: propertyselection not cached
>
>
> Folks,
>
> I have a propertyselection component rigged with 1,2,3,4,5...
>
> Everytime I select from my propertyselection... the this.
Folks,
I have a propertyselection component rigged with 1,2,3,4,5...
Everytime I select from my propertyselection... the this.form.submit() listener
gets called... but my property gets reset. Nothing sticks...
Gallery.JAVA
public IPage onFormSubmit (IRequestCycle cycle) {
IPage
Ken,
i was using the @InvokeListener component + onChange to do this
put this on outside your form
then on the @PropertySelection, do like this
it is working fine for me.
:)
2007/10/9, Igor Drobiazko <[EMAIL PROTECTED]>:
Try this.form.submit();
On 10/9/07, Ken nashua <[EMAI
I also do it using onChange.
"onchange = 'this.form.submit();'"
On 10/9/07, Igor Drobiazko <[EMAIL PROTECTED]> wrote:
> Try this.form.submit();
>
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAI
Hi Ken,
i was using the @InvokeListener component + onChange to do this
put this on outside your form
then on the @PropertySelection, do like this
it is working fine for me.
:)
2007/10/9, Igor Drobiazko <[EMAIL PROTECTED]>:
>
> Try this.form.submit();
>
> On 10/9/07,
Try this.form.submit();
On 10/9/07, Ken nashua <[EMAIL PROTECTED]> wrote:
>
>
> Folks,
>
> Is there a way to get a PropertySelection component to automatically
> submit on selection event (I think it's onChange).
>
> My jav
Folks,
Is there a way to get a PropertySelection component to automatically submit on
selection event (I think it's onChange).
My javascript has no effect...
onChange="javascript:document.GalleryForm.submit()">
Best reg
t; Subject: Re: No OPTION Tags rendered for PropertySelection
> after updateComponents
>
>
> I see two things off the top:
> - DirectLink won't rewind the form. You should really be using
> LinkSubmit if you want to capture the selected value.
> - The updateComponents prop
stArray(new String[]{"1","2","3","4"});
}
}
The test consists of a DirectLink Component and a PropertySelection.
The PropertySelection is initialized with a StringPropertySelectionModel
and should change its options when the DirectLink is clicked.
uot;1","2","3","4"});
}
}
The test consists of a DirectLink Component and a PropertySelection.
The PropertySelection is initialized with a StringPropertySelectionModel
and should change its options when the DirectLink is clicked.
The first call of the P
Model(getTestArray());
}
public void onChange() {
setTestArray(new String[]{"1","2","3","4"});
}
}
The test consists of a DirectLink Component and a PropertySelection.
The PropertySelection is initialized with a Strin
That depends on which version of tapestry you are using.
There is a new "optionRenderer" parameter to PropertySelection in Tapestry
4.1.2 (which I seem to have forgotten to document, fixing that tonight now
that I've noticed) which allows you to pass in a custom
Hi,
I am using PropertySelection component to create a drop down list in
tapestry. The 'model' attribute equals a List of values which is getting
pulled form the database. Now I want to add separate title
attributes(displaying tooltip text) to my each and every option of the drop
down.
Hi,
I am using PropertySelection component to create a drop down list in
tapestry. The 'model' attribute equals a List of values which is
getting pulled form the database. Now I want to add separate title
attributes(displaying tooltip text) to my each and every option of the drop
down.
ing PropertySelections in my page.
>
> In Firefox everything works like expected.
>
> As soon as I select a species in PropertySelection 'speciesSelect' the
> corresponding 'breedSelect' gets updated.
>
> In Internet Explorer 6/7 I have to update the whole for
tSchreiber <[EMAIL PROTECTED]> wrote:
>
>
> Dear Tapestry specialists,
>
> I have 2 corresponding PropertySelections in my page.
>
> In Firefox everything works like expected.
>
> As soon as I select a species in PropertySelection 'speciesSelect' the
> corres
pected.
As soon as I select a species in PropertySelection 'speciesSelect' the
corresponding 'breedSelect' gets updated.
In Internet Explorer 6/7 I have to update the whole form 'animalEditForm'
but then the form gets validated and fails because other
input fields hav
ies in PropertySelection 'speciesSelect' the
corresponding 'breedSelect' gets updated.
In Internet Explorer 6/7 I have to update the whole form 'animalEditForm'
but then the form gets validated and fails because other
input fields have not yet been filled in.
Any idea
Dear Tapestry specialists,
I have 2 corresponding PropertySelections in my page.
In Firefox everything works like expected.
As soon as I select a species in PropertySelection 'speciesSelect' the
corresponding 'breedSelect' gets updated.
In Internet Explorer 6/7 I have to u
Hello there,
I just tried tapestry 4.1's EventListener and ResponseBuilder to implement a
cascading dropdown list in an ajax way. Here's what I've encountered.
Two selects A and B, implemented with PropertySelection. When a value of A
is selected, B's contents are fetch
nputStream in) throws
IOException, ClassNotFoundException {
rubricList = (List)in.readObject();
}
}
--
View this message in context:
http://www.nabble.com/%22Could-not-find-a-strategy-instance-for-class-RubricSelectionModel%22-when-working-with-PropertySelection-component
Callender
On 12/02/2007, at 1:41 PM, Davide Bruzzone wrote:
> Greetings all...
>
> I've been trying to set up a table where each row contains several
> columns
> whose values can be selected from a PropertySelection component.
> I'm able to
> get the table to render
row contains several
columns
whose values can be selected from a PropertySelection component.
I'm able to
get the table to render when the page is first loaded but haven't
figured
out how to track the selected item in each dropdown cell when the
page is
reloaded.
I used the examp
1 - 100 of 146 matches
Mail list logo