Re: [appfuse-user] ApplicationResources.properties

2008-08-14 Thread Mohammad Irfan
Thanks Matt, btw on my properties I have to write: reportpath.JRXML_PATH=C:\\report\\jrxml Is the double slash is necessary or do I have to write C:/report/jrxml ? On 8/15/08, Matt Raible <[EMAIL PROTECTED]> wrote: > If you're subclassing BasePage, you should be able to use getText("keyname"). >

Re: [appfuse-user] ApplicationResources.properties

2008-08-14 Thread Matt Raible
If you're subclassing BasePage, you should be able to use getText("keyname"). Matt On Thu, Aug 14, 2008 at 9:49 PM, Mohammad Irfan <[EMAIL PROTECTED]> wrote: > Hi, I have placed an upload path property on > ApplicationResource.properties, I wan't to override the upload file > sample. How can I ac

[appfuse-user] ApplicationResources.properties

2008-08-14 Thread Mohammad Irfan
Hi, I have placed an upload path property on ApplicationResource.properties, I wan't to override the upload file sample. How can I access this property from the web module and the core module? Btw, I'm using tapestry modular. Thanks

Re: [appfuse-user] Display String Array

2008-08-14 Thread Matt Raible
You might try casting your String array to an Object array. Matt On Thu, Aug 14, 2008 at 8:25 PM, Mohammad Irfan <[EMAIL PROTECTED]> wrote: > the html source just display: > >  > > > On tapestry, it is a convenient if the list is a List of Object. I can > use 'object.itsproperty'

Re: [appfuse-user] Display String Array

2008-08-14 Thread Mohammad Irfan
the html source just display:   On tapestry, it is a convenient if the list is a List of Object. I can use 'object.itsproperty'. How to do it with just a string array? On 8/14/08, Matt Raible <[EMAIL PROTECTED]> wrote: > If you view-source, does it show anything? > > Matt > >

Re: [appfuse-user] Running Test in eclipse

2008-08-14 Thread halfstep
Yes, I did use that tutorial to install the project in eclipse. I'm using a newer version of eclipse than they list there, but I don't see that using the newest version of eclipse would cause those problems. Also, I have not yet run mvn dbunit:operation, I don't think it should impact things, bu

Re: [appfuse-user] Running Test in eclipse

2008-08-14 Thread Matt Raible
Did you use the following instructions to setup Eclipse? http://appfuse.org/display/APF/Eclipse Matt On Wed, Aug 13, 2008 at 6:12 PM, halfstep <[EMAIL PROTECTED]> wrote: > > Hi, I'm a new user for appfuse. I'm using spring + webflow and trying to run > through the tutorials. I have my project

Re: [appfuse-user] Customizing Code Generation Templates

2008-08-14 Thread Matt Raible
Since version 2.0.2, you can copy the code generation templates into your project using the following command: appfuse:copy-templates They'll be copied to src/test/resources/appfuse and you can modify them to your hearts content. You can also delete the ones you don't want to modify and the defau

Re: [appfuse-user] Display String Array

2008-08-14 Thread Matt Raible
If you view-source, does it show anything? Matt On Thu, Aug 14, 2008 at 5:50 AM, Mohammad Irfan <[EMAIL PROTECTED]> wrote: > Hi, I'd like to display an array of string on tapestry. > > on the java class (JobList.java) i have this get method: > > >public abstract void setKonter(int kont);

[appfuse-user] Display String Array

2008-08-14 Thread Mohammad Irfan
Hi, I'd like to display an array of string on tapestry. on the java class (JobList.java) i have this get method: public abstract void setKonter(int kont); public abstract int getKonter(); public String[] getJobGroups() { try { th

[appfuse-user] Customizing Code Generation Templates

2008-08-14 Thread alibehzadian
Hi, I want to change code generation templates. What should I do? I am using Struts2 Basic + Hibernate in full source mode. Ali Behzadian Nejad. -- View this message in context: http://www.nabble.com/Customizing-Code-Generation-Templates-tp18978100s2369p18978100.html Sent from the AppFuse -

Re: [appfuse-user] OneToMany Relation Problem

2008-08-14 Thread alibehzadian
Thank you Martin, lazyLoadingFilter is by default disable and I don't know why. I will uncomment it and change EAGER fetch types to LAZY and then test application again. Does enabling this filter needs extra changes in code or not? Ali Behzadian Nejad. -- View this message in context: http:/