Re: [appfuse-user] DropDown and Checkbox from Appfuse:gen

2008-02-17 Thread Casanova
Hello Sir, App:gen created checkbox automatically if I declare the property as bit in mysql. So, the only concern is how to generate the dropdownbox automatically using app:gen. Thanking you. Regards, Ajay Casanova wrote: > > Hello sir, > > Iam wondering if there is already a

[appfuse-user] DropDown and Checkbox from Appfuse:gen

2008-02-16 Thread Casanova
Hello sir, Iam wondering if there is already a solution for generating a dropdown box and checkbox using appfuse plugins appfuse:gen. If so, please let me know how I can generate dropdowon, checkbox using appfuse:gen. Potentialy this should be possible by creating a foreignkey relation for dropdo

Re: [appfuse-user] Strange TagAttributeException

2008-02-13 Thread Casanova
m Jetty? If so, it might be caused by a > bug in Jetty: > > http://jira.codehaus.org/browse/JETTY-470 > > Matt > > On 2/5/08, Casanova <[EMAIL PROTECTED]> wrote: >> >> Hello sir, >> >> Here is the code, I used to integrate appfuse into eclip

Re: [appfuse-user] Strange TagAttributeException

2008-02-05 Thread Casanova
valuable time. Regards, Ajay mraible wrote: > > The error you're seeing is from Jetty? If so, it might be caused by a > bug in Jetty: > > http://jira.codehaus.org/browse/JETTY-470 > > Matt > > On 2/5/08, Casanova <[EMAIL PROTECTED]> wrote: >> >

Re: [appfuse-user] Strange TagAttributeException

2008-02-05 Thread Casanova
t; > I don't understand how integrating with Eclipse affects this. Is > there something in the instructions that makes you change the > directory structure of an AppFuse application? > > Matt > > On Feb 5, 2008, at 6:49 AM, Casanova wrote: > >> >> Hello S

Re: [appfuse-user] Strange TagAttributeException

2008-02-05 Thread Casanova
use eclipse plugin, I could able to generate the CRUD screens. Thanking you. Regards, Ajay mraible wrote: > > Can you make sure you have sampleForm defined in your faces-config.xml? > > Matt > > On Feb 4, 2008, at 5:34 PM, Casanova wrote: > >> >> Yes Sir,

Re: [appfuse-user] Strange TagAttributeException

2008-02-04 Thread Casanova
: > > Can you make sure you have sampleForm defined in your faces-config.xml? > > Matt > > On Feb 4, 2008, at 5:34 PM, Casanova wrote: > >> >> Yes Sir, >> >> Since I use your plugins to genrate crud screens, by default it >> extends the >

Re: [appfuse-user] Strange TagAttributeException

2008-02-04 Thread Casanova
Feb 4, 2008, at 5:24 PM, Casanova wrote: > >> >> Hello Sir, >> >> Iam having strange problems today. Previously, I had no problems using >> appfuse plugins to generate CRUD pages. But now, when I generate UI >> pa

[appfuse-user] Strange TagAttributeException

2008-02-04 Thread Casanova
Hello Sir, Iam having strange problems today. Previously, I had no problems using appfuse plugins to generate CRUD pages. But now, when I generate UI pages using appfuse plugins, Iam having the following error. com.sun.facelets.tag.TagAttributeException: /sampleform.xhtml @7,63 /sampleform.xhtm

Re: [appfuse-user] Image in Velocitymenudisplayer

2008-02-04 Thread Casanova
i Ajay, > > Casanova wrote: >> Iam trying to include image in my velocity strutsmenu. I used this >> attribute >> image=Images/myimage.png. But its is not displaying the image in the >> menu. >> Could you please give me some hints, what might be wrong. Below is my >&g

[appfuse-user] Image in Velocitymenudisplayer

2008-02-04 Thread Casanova
Hello Sir, Iam trying to include image in my velocity strutsmenu. I used this attribute image=Images/myimage.png. But its is not displaying the image in the menu. Could you please give me some hints, what might be wrong. Below is my code Iam suing for displaying the image in menu. Thanking you

[appfuse-user] Using Richfaces Components

2008-01-17 Thread Casanova
Hello Guys, Did anybody had the solution how to use Richfaces components in Appfuse Application? In normal application, I used Richfaces jars(3.1.3), Myfaces(1.1.4) and the following code in the web.xml org.richfaces.SKIN blueSky RichFaces Filter rich

Re: [appfuse-user] Circular placeholder reference 'jdbc.driverClassName'

2008-01-17 Thread Casanova
er > your > top level pom.xml file. > > Mike > > On 1/16/08, Casanova <[EMAIL PROTECTED]> wrote: >> >> >> Hello All, >> >> Iam trying to load the appfuse project into Eclipse(Jobss tools). The >> folder >> structure of the proj

[appfuse-user] Circular placeholder reference 'jdbc.driverClassName'

2008-01-16 Thread Casanova
Hello All, Iam trying to load the appfuse project into Eclipse(Jobss tools). The folder structure of the project is Project Name +Javasource -com.app.. -com.app.. +resources -all the resources files +Java web libraies +Jre(Jdk 1.5..)