Re: [T5] SelectObject component added to the Wiki

2007-09-05 Thread Marcelo lotif
2007/9/5, Davor Hrg <[EMAIL PROTECTED]>: > > I've created a simpler version, this is as simple as I could make it > without requiring changes to select component. http://wiki.apache.org/tapestry/Tapestry5HowtoSelectWithObjects a saw and found it interesting, good solution I belive that having

Re: [T5] SelectObject component added to the Wiki

2007-09-05 Thread Davor Hrg
oh, I see you've already changed wiki and linked the pages, we could discuss this issue further... and write up an enhancement request ticket. Davor Hrg On 9/5/07, Davor Hrg <[EMAIL PROTECTED]> wrote: > > I've created a simpler version, this is as simple as I could make it > without requiring ch

Re: [T5] SelectObject component added to the Wiki

2007-09-05 Thread Davor Hrg
I've created a simpler version, this is as simple as I could make it without requiring changes to select component. http://wiki.apache.org/tapestry/Tapestry5HowtoSelectWithObjects I belive that having objects in the list is a common case enough so simplifying a task like this should be a goal lat

Re: [T5] SelectObject component added to the Wiki

2007-09-05 Thread Marcelo lotif
ok! thanks! works fine, i will update the wiki 2007/8/31, Davor Hrg <[EMAIL PROTECTED]>: > > If you like digging into tapestry I suggest you start > by removing beanutils dependancy and adding: > @Inject > private PropertyAccess propertyAccess; > > into SelectObject.java > after that use p

Re: [T5] SelectObject component added to the Wiki

2007-08-31 Thread 小司
I got it. Thanks Davor Hrg,I will try your advice .I will keep in touch with tapestry5, 2007/9/1, Davor Hrg <[EMAIL PROTECTED]>: > > If you like digging into tapestry I suggest you start > by removing beanutils dependancy and adding: > @Inject > private PropertyAccess propertyAccess; > > i

Re: [T5] SelectObject component added to the Wiki

2007-08-31 Thread Davor Hrg
If you like digging into tapestry I suggest you start by removing beanutils dependancy and adding: @Inject private PropertyAccess propertyAccess; into SelectObject.java after that use propertyAccess instead of beanutils... I'm currently building a version that doesn't need SelectObje

Re: [T5] SelectObject component added to the Wiki

2007-08-30 Thread Robin Helgelin
On 8/30/07, 小司 <[EMAIL PROTECTED]> wrote: > I user it it works well > > > select component's html source is > Index > > no > > how to rectify it?? > > if i want to get this style ,how to modify the source > >IT department > > the value and display value is defferent. > Search the archives,

Re: [T5] SelectObject component added to the Wiki

2007-08-29 Thread 小司
I user it it works well select component's html source is Index no how to rectify it?? if i want to get this style ,how to modify the source IT department the value and display value is defferent. 2007/8/29, Marcelo lotif <[EMAIL PROTECTED]>: > or update the wiki, whatever... use a bui

Re: [T5] SelectObject component added to the Wiki

2007-08-29 Thread Marcelo lotif
or update the wiki, whatever... use a built in service looks more appropriate :] 2007/8/29, Marcelo lotif <[EMAIL PROTECTED]>: > > Hi Davor, > Can you send it to me? > > 2007/8/29, Davor Hrg <[EMAIL PROTECTED]>: > > > > thnx, > > very nice example, > > > > I've liked it and modified it to use Tape

Re: [T5] SelectObject component added to the Wiki

2007-08-29 Thread Marcelo lotif
Hi Davor, Can you send it to me? 2007/8/29, Davor Hrg <[EMAIL PROTECTED]>: > > thnx, > very nice example, > > I've liked it and modified it to use Tapestry builtin service: > PropertyAccess > instead of beanutils. If you like I can update the wiki.. > > Davor Hrg > > On 8/28/07, Marcelo lotif <[EM

Re: [T5] SelectObject component added to the Wiki

2007-08-29 Thread Davor Hrg
thnx, very nice example, I've liked it and modified it to use Tapestry builtin service: PropertyAccess instead of beanutils. If you like I can update the wiki.. Davor Hrg On 8/28/07, Marcelo lotif <[EMAIL PROTECTED]> wrote: > > http://wiki.apache.org/tapestry/Tapestry5SelectObject > > -- > Atenc