T3: IUploadFile

2007-12-16 Thread Nazmul Bhuiyan
Hi, I'm uploading a file and want to rename the file name after loaded. I couldn't find any method to do that. Can some one please let me know how to rename/delete a file in a file system? I can write this loaded file to a new file (dest) but couldn't delete the original file (src) F

T3: PropertySelection

2007-12-06 Thread Nazmul Bhuiyan
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 infType=PAK then t

T3: Spindle Tomcat

2007-11-08 Thread Nazmul Bhuiyan
Hi, I'm using WTP to deploy my web application from eclipse. I've setup the WTP according to the document http://wiki.apache.org/tapestry/HowToSetupEclipseWtp. It works perfect but can't add any other project other then Dynamic Web project. Now I've created a Tapestry Web project by spindle bu

Re: T3: enable/disable one column according to the other columns result

2007-10-22 Thread Nazmul Bhuiyan
; Thanks >> >> Naz >> >> >> Nick Westgate wrote: >>> It's not clear what you mean by enable/disable. >>> You can use @If when you want to include/exclude content. >>> >>> Cheers, >>> Nick. >>> >>> >>> Naz

Re: T3: enable/disable one column according to the other columns result

2007-10-16 Thread Nazmul Bhuiyan
hen I want to leave enable the field. I don't know how to do this in HTML Thanks Naz Nick Westgate wrote: > > It's not clear what you mean by enable/disable. > You can use @If when you want to include/exclude content. > > Cheers, > Nick. > > > Nazmul Bhuiy

Re: T3: enable/disable one column according to the other columns result

2007-10-16 Thread Nazmul Bhuiyan
" title="Unsigned" /a> Thanks Paul Stanton-2 wrote: > > T5 or T4? > > T4 you can do: > Passed > > Nazmul Bhuiyan wrote: >> Hi, >> >> I'm displaying a list of data in

T3: enable/disable one column according to the other columns result

2007-10-16 Thread Nazmul Bhuiyan
Hi, I'm displaying a list of data in a table. e.g. IdStatus DirectLink 1 Passed Passed - Failed 2 FailedPassed - Failed I want to enable/disable 3rd column 'DirectLink' column according to the 2nd column 'Status'. Is there any one know how to do this? Thanks Naz

Re: T3: Upload

2007-10-02 Thread Nazmul Bhuiyan
The example code working now after removing the following line of code: public static final Format SIZE_FORMAT = NumberFormat.getNumberInstance(); I'm not exactly sure what's wrong with this line of code. Thanks a lot. Naz Nazmul Bhuiyan wrote: > > I've removed that d

Re: T3: Upload

2007-10-01 Thread Nazmul Bhuiyan
gt; It must be a configuration issue. Are you running this example page > in isolation, or is it part of a larger project? Are you running > from inside Eclipse? If not, how is Tomcat started? > > Cheers, > Nick. > > > Nazmul Bhuiyan wrote: >> .page: >> >&g

Re: T3: Upload

2007-09-30 Thread Nazmul Bhuiyan
ge But com.fujitsu.efi.web.pages.test.UploadPage class exists in WEB-INF/classes directory. Thanks Naz Nick Westgate wrote: > > What about your .page file? > > Cheers, > Nick. > > > Nazmul Bhuiyan wrote: >> If you click on the link I've provided you will see the

Re: T3: Upload

2007-09-27 Thread Nazmul Bhuiyan
if (fos != null) { try { fos.close(); } catch (IOException ioe) {} } } } Nick Westgate wrote: > > Ok. Is this in a page or a component? > And your Java code? Do you have a formSubmit listener? > > Cheers, > Nick. > > > Nazmu

Re: T3: Upload

2007-09-27 Thread Nazmul Bhuiyan
t; Cheers, > Nick. > > > Nazmul Bhuiyan wrote: >> I'm getting an error when trying the Upload component example in >> http://tapestry.apache.org/tapestry3/doc/ComponentReference/Upload.html. >> >> Unable to resolve expression 'listeners.formSubmit'

T3: Upload

2007-09-27 Thread Nazmul Bhuiyan
I'm getting an error when trying the Upload component example in http://tapestry.apache.org/tapestry3/doc/ComponentReference/Upload.html. Unable to resolve expression 'listeners.formSubmit' for [EMAIL PROTECTED] binding: ExpressionBinding[UploadPage listeners.formSubmit cachedValue=null] I've

Re: T3: DateTimePicker

2007-09-13 Thread Nazmul Bhuiyan
gt; .java > public abstract Date getOffnHearDate(); > public abstract void setOffnHearDate(Date offnHearDate); > > Cheers, > Nick. > > > Nazmul Bhuiyan wrote: >> Please help me finding what I'm missing here? >> >> I'm getting the followin

Re: T3: DateTimePicker

2007-09-12 Thread Nazmul Bhuiyan
; > Please define "didn't work". > > Cheers, > Nick. > > > Nazmul Bhuiyan wrote: >> I've downloaded the myworkspace-0.2.jar from >> http://myworkspace.sourceforge.net/component-library.html. >> I've tried to use this component as Dat

Re: T3: CheckBox

2007-09-05 Thread Nazmul Bhuiyan
://www.nabble.com/Multiple-Select-tf144431.html#a400648 > > Since you are using a list it's easiest to use Robert's > ListPropertySelectionModel. > http://www.tapestrycomponents.org/Tassel/app?service=external/ViewComponent&sp=SListPropertySelectionModel > > Cheers, >

Re: T3: CheckBox

2007-09-04 Thread Nazmul Bhuiyan
gt; It depends how T3's method matching works, but you might need: >> public void formSubmit(IRequestCycle cycle) >> >> Note the I in IRequestCycle. >> >> Cheers, >> Nick. >> >> >> Nazmul Bhuiyan wrote: >>> Hello, &g

T3: CheckBox

2007-09-02 Thread Nazmul Bhuiyan
Hello, I’ve a list of objects displayed in a page. I want to collect ids of selected object by adding a check box for each of these objects. Then I’ll use another action event to do something with this collection of ids. But I’m getting the following error message: Unable to resolve expression

T3: DateTimePicker

2007-08-28 Thread Nazmul Bhuiyan
I've downloaded the myworkspace-0.2.jar from http://myworkspace.sourceforge.net/component-library.html. I've tried to use this component as DatePicker but didn't work. I must have missed something basic. Can some one please some example how to use this component? For example: in the html templet,

Re: T3: Disable TextField

2007-08-19 Thread Nazmul Bhuiyan
Thanks a lot. Allen Guo wrote: > > there are one more inputUserLogin in .html file. It's not be allowed > For this case, you have to define two components with different name in > .page file. > > 2007/8/20, Nazmul Bhuiyan < [EMAIL PROTECTED]>: >> >>

Re: T3: Disable TextField

2007-08-19 Thread Nazmul Bhuiyan
Disable works but it is failing when I put the condition. span jwcid="@Conditional" condition="ognl:newUser"> disabled="ognl:false" span jwcid="@Conditional" condition="ognl:newUser"> disabled="ognl:true" Nazmul Bhui

T3: Disable TextField

2007-08-19 Thread Nazmul Bhuiyan
Hi, I’m trying to disable one field according to the condition (new or update). But I’m getting the following error. Can any one please check and tell me what I’m doing wrong? I’ve been following the component reference in http://tapestry.apache.org/tapestry3/doc/ComponentReference/TextField.html

Re: T3: PropertySelecton

2007-08-13 Thread Nazmul Bhuiyan
lists where the second list depends on > what is selected in the first? > > I use this ~all~ the time in combination with @EventListener to update > the second list when something changes via "onchange" in the first. > > On 8/13/07, Nazmul Bhuiyan <[EMAIL PROTECTED

T3: PropertySelecton

2007-08-13 Thread Nazmul Bhuiyan
Hello, I want the user to choose Code and Description. But I can only let the user choose Code or the Description by the PropertySelection. Is there any component similar to PropertySelection that I can use for this purpose, so that user can see Code and Description? Some code example would be gr

Re: T3: How to capture time

2007-08-12 Thread Nazmul Bhuiyan
, I believe: > http://myworkspace.sourceforge.net/component-library.html > > Cheers, > Nick. > > > Nazmul Bhuiyan wrote: >> Hello, >> >> I'm using DatePicker to capture dates. Is there any component to capture >> time? >> >> Thanks >> >> naz &g

T3: How to capture time

2007-08-09 Thread Nazmul Bhuiyan
Hello, I'm using DatePicker to capture dates. Is there any component to capture time? Thanks naz -- View this message in context: http://www.nabble.com/T3%3A-How-to-capture-time-tf4246404.html#a12084619 Sent from the Tapestry - User mailing list archive at Nabble.com. -

Re: T3: loosing the User object as soon as the edit action is invoked?

2007-07-25 Thread Nazmul Bhuiyan
; How is the User object persisted? > (What relates to it in your UserEdit.page file?) > > Cheers, > Nick. > > > Nazmul Bhuiyan wrote: >> I’m loosing the User object as soon as the edit action is invoked? >> >> I’m setting an object (e.g. User) i

T3: loosing the User object as soon as the edit action is invoked?

2007-07-23 Thread Nazmul Bhuiyan
I’m loosing the User object as soon as the edit action is invoked? I’m setting an object (e.g. User) in page UserMaint.java to the page UserEdit.java. UserMaint.java public void userEditAction(IRequestCycle cycle) { UserEdit nextPage = (UserEdit) cycle.getPage("UserEdit"); Object[] para

T5 Tutorial

2007-07-09 Thread Nazmul Bhuiyan
Hello, I'm following the T5 tutorial and getting the following error. I've ran this at my work pc. Is there any proxy issue here or some thing else? C:\tmp>mvn archetype:create -DarchetypeGroupId=org.apache.tapestry -DarchetypeArtifactId=quickstart -DarchetypeVersion=5.0.5 -DgroupId=org.apache.t