Re: MultiplePropertySelection

2006-02-04 Thread Adam Zimowski
Well, I got it figured out. Interestingly enough, setSelectedList gets called just fine, and list is indeed populated with options I selected. Yet checkboxes still would come "unchecked". So I checked source of MultiplePropertySelection to see what condition it is using from selec

Re: MultiplePropertySelection

2006-02-03 Thread Geoff Longman
ist to > > > null in initialize. > > > So during form rewind its actually gettting reset. > > > > > > On 2/3/06, Adam Zimowski <[EMAIL PROTECTED]> wrote: > > > > Hi. I'm a tapestry newbie... I'm trying to implement a group of > > >

Re: MultiplePropertySelection

2006-02-03 Thread Chris Chiappone
t; > Hi. I'm a tapestry newbie... I'm trying to implement a group of > > checkboxes > > > where at least one option is required. I'm thinking of using > > > MultiplePropertySelection from contib library, but I can't find a good > > &g

Re: MultiplePropertySelection

2006-02-03 Thread Adam Zimowski
'm trying to implement a group of > checkboxes > > where at least one option is required. I'm thinking of using > > MultiplePropertySelection from contib library, but I can't find a good > > example of it working. I tried based on the basic documentation, and > wh

Re: MultiplePropertySelection

2006-02-03 Thread Chris Chiappone
gt; where at least one option is required. I'm thinking of using > MultiplePropertySelection from contib library, but I can't find a good > example of it working. I tried based on the basic documentation, and while I > got the group of checkboxes to render based on my IPropertySe

MultiplePropertySelection

2006-02-03 Thread Adam Zimowski
Hi. I'm a tapestry newbie... I'm trying to implement a group of checkboxes where at least one option is required. I'm thinking of using MultiplePropertySelection from contib library, but I can't find a good example of it working. I tried based on the basic documentation, and w

Re: MultiplePropertySelection generates empty names

2005-08-09 Thread Marcus Brito
It's a bug, reported here: http://issues.apache.org/jira/browse/TAPESTRY-531 The bug report has an attached patch to fix the problem. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: MultiplePropertySelection generates empty names

2005-08-08 Thread Nick Westgate
Hi Paul. This seems to be a bug in MultiplePropertySelection. The reason it's not working for you is because the component is not named. You can fix this by changing I'm attempting to use MultiplePropertySelection like this: Categories: model="ognl:

MultiplePropertySelection generates empty names

2005-08-08 Thread Paul Cantrell
I'm attempting to use MultiplePropertySelection like this: Categories: model="ognl:categoryOptions" selectedList="ognl:categories"> This generates the following HTML: name="$Form"> Cat

Re: Component 'MultiplePropertySelection' not found in application namespace.

2005-07-24 Thread Nick Westgate
Hi Muhariz. This component is in the contrib library, so you need to add: to your .application file. In your .page file, use: hey guys, im trying to figure out why im getting this error? i found this "MultiplePropertySelection" component on the Tap 3.0 API and tried to use

Component 'MultiplePropertySelection' not found in application namespace.

2005-07-24 Thread Muhariz Jabeer
hey guys, im trying to figure out why im getting this error? i found this "MultiplePropertySelection" component on the Tap 3.0 API and tried to use it in my app. but when it tries to render the page with that component, it says: org.apache.tapestry.ApplicationRuntimeException

RE: How to pass informal parameters using the MultiplePropertySelection renderer

2005-04-13 Thread Karthik Abram
: How to pass informal parameters using the MultiplePropertySelection renderer This seems like a mistake. I can't think of a good reason not to allow informal parameters on this component. Jamie Shing Hing Man wrote: >The javadoc says that informal parameters are not >allowed. S

Re: How to pass informal parameters using the MultiplePropertySelection renderer

2005-04-13 Thread Jamie
ntrib/form/MultiplePropertySelection.html --- Karthik Abram <[EMAIL PROTECTED]> wrote: There doesn't seem to be any way for the renderer for MultiplePropertySelection to pass through informal parameters??? Anyone have any ideas? --

Re: How to pass informal parameters using the MultiplePropertySelection renderer

2005-04-13 Thread Shing Hing Man
for the renderer > for > MultiplePropertySelection to pass through informal > parameters??? Anyone have > any ideas? > > > - > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e

How to pass informal parameters using the MultiplePropertySelection renderer

2005-04-13 Thread Karthik Abram
There doesn't seem to be any way for the renderer for MultiplePropertySelection to pass through informal parameters??? Anyone have any ideas? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [