[appfuse-user] AutoComplete in Jsp

2008-06-16 Thread jithesh
Hi guys, I am developing a web app which is for IE7 as default browser. Recently I have enabled the 'AutoComplete' feature of IE. It saves the 'user name' and 'password' of the loged in users.. eg Admin/admin and tomcat/tomcat . In my app I want to do a check whether the logg

[appfuse-user] Changing Affuse default .html Extension

2008-06-16 Thread StrutsUser
Hi, I am new to Affuse and need to use Dojo tags with Struts2. I am getting the following error when I launch the JSP page There is no Action mapped for namespace /struts/dojo/src/widget/templates and action name DatePicker I searched in this forum and tried using the StaticFilter to solve this is

[appfuse-user] validation problem

2008-06-16 Thread Anshu Dhamija
Hi I want to apply validation on one of my screen which is accessed before login(forgot password) but I am not able to do so.I have placed validation.xml at the right path also it is directly below the action class in my war Can anybody please help me ? Are there any changes required in sec

Re: [appfuse-user] Problem with Menu Expandable

2008-06-16 Thread StrutsUser
Hi Sanath, The issue is present in menuexpandable.js. When you click a menu the page is loaded again and the 'id' for the menu tags generated gets changed. But menuexpandable.js tries to open a menu whose id is the old one. So it is unable to open the menu. So you have make sure that the menu is e

Re: [appfuse-user] Need help in hibernate one-to-many

2008-06-16 Thread StrutsUser
Hi, Please post your issue separately. Because since you have posted your doubts in my message , I get replies for your doubts also. Thanks Stephanus Astorizkhy wrote: > > Hi all, im newbie, > i want to make a cat and cart in 1-to-* relational database. > I sent attachment for Cart.java and Cat

Re: [appfuse-user] mvn Appfuse:full-source

2008-06-16 Thread Michael Horwitz
The solutions posted here may help: http://issues.appfuse.org/browse/APF-937 Mike 2008/6/16 suresh indukuri <[EMAIL PROTECTED]>: > I am getttin the following error when i run > mvn appfuse:fullsource > > INFO] [AppFuse] Adding dependencies from root module... > ava.lang.IllegalArgumentException

Re: [appfuse-user] Need help in hibernate one-to-many

2008-06-16 Thread Vincent Ramdhanie
I notice that you are using @OneToMany annotations on fields that are Long, Integer and String You do not have to. The problem is that Hibernate is now looking for another Entity class called Integer or Long or String. You only use these association annotations on your own Entity classes. Lets

Re: [appfuse-user] disable displaytag msg

2008-06-16 Thread Vincent Ramdhanie
This message has to do with the paging banner. You can remove the pagesize attribute from the element if you do not want paging and the paging banner will not show. However, if you simply want to configure the message that is displayed you can set a number of properties in the table using the ta

[appfuse-user] disable displaytag msg

2008-06-16 Thread Ding, Qin
Appfuse 1.9.4/SpringMVC DisplayTag display's a msg "4 found. Displaying all " on top of the table. How can I disable this msg? Thanks. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-m

Re: [appfuse-user] Appfuse2.0.2 with eclipse

2008-06-16 Thread Abel Muiño
I'm the author of candy4appfuse plug-in and I can confirm that it is not being maintained :-(. You can try q4e (http://code.google.com/p/q4e/) which provides generic maven support in eclipse (including creating projects from archetypes). Q4e is being provisioned at the eclipse foundation with the

[appfuse-user] Need help in hibernate one-to-many

2008-06-16 Thread Stephanus Astorizkhy
Hi all, im newbie, i want to make a cat and cart in 1-to-* relational database. I sent attachment for Cart.java and Cat.java once i use appgen, i have the following result.. C:\appf\eCat>mvn appfuse:gen -Dentity=Cart [INFO] Scanning for projects... [INFO] Searching repository for plugin with pref

[appfuse-user] mvn Appfuse:full-source

2008-06-16 Thread suresh indukuri
I am getttin the following error when i run mvn appfuse:fullsource INFO] [AppFuse] Adding dependencies from root module... ava.lang.IllegalArgumentException: When not aligning with a user install you mu t specify a local repository location using the setLocalRepositoryDirectory( Fi e ) method.

[appfuse-user] AppFuse Struts2 Ajax tags Integration

2008-06-16 Thread StrutsUser
I am using maven 2.0.8 with struts2. I need to use Ajax (DOJO) tags in my application. In my JSP I have specified as. and am using datepicker tag in it. My web.xml contains - sitemesh /* REQUEST staticFilter /*