[jboss-user] [JBoss Seam] - rich face rich:scrollableDataTable has any body tried it w

2008-01-10 Thread JoviJojo
Hi, i wonder if any body has tried to implement rich faces 3.1.1 scrollableDataTable component with seam 1.2 running on jboss 4.0.5? i tried few times, but got different problems, when i finally make it work, the table frame did not shown. many thanks in advance, Joan View the original post :

[jboss-user] [JBoss Seam] - time picker component

2007-03-13 Thread JoviJojo
does anybody know a good time picker component that works with seam? many thanks, View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4027546#4027546 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4027546

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5.GA released-problem with upload pictures

2007-02-06 Thread JoviJojo
Hi, i have posted a message few days back concerning upload pictures in seam space application. now i just tried again to load images and below is one of the exceptions i got: (the picture i tried to load is one of the png from seam 1.1.5, its not at all big) can somebody from seam team please

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5.GA released//file upload

2007-02-01 Thread JoviJojo
Hi gavin, i have just tested this latest release of seam, seam space for the file upload, it seems to be bit of buggy for me, for instance. i tried to upload pictures, and the pictures can not be displayed on the space. after few times tring, when upload the same pictures again, i got

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5.GA released/file upload problem

2007-02-01 Thread JoviJojo
thanks for the reply... 1) i tried to upload two images: one jpeg size of 43kb, the other one is bitmap size of 16kb. 2) i did not make a copy of the exceptions, but i can see from the server log that the image was actually created... although we in our application can leave without actually

[jboss-user] [JBoss Seam] - use seam gen to connect to mssql server

2007-01-12 Thread JoviJojo
Hi all, i used seam gen to generate a new seam project for my application. in the seam gen setup dialog, i wanted to directly connect to mssql server, i am VERY POSITIVE that i used the right driver class and right connection url, but i can NEVER connect to sql server directly. HOWEVER, if i

[jboss-user] [JBoss Seam] - Re: use seam gen to connect to mssql server

2007-01-12 Thread JoviJojo
thanks for the reply: seam-gen generated ds.xml - ?xml version=1.0 encoding=UTF-8? local-tx-datasource jndi-namendpjDatasource/jndi-name connection-urljdbc:hsqldb:./connection-url driver-classorg.hsqldb.jdbcDriver/driver-class user-namesa/user-name

[jboss-user] [JBoss Seam] - Re: problem to load classes

2006-12-18 Thread JoviJojo
could any seam expert help bit on this problem? thanks in advance View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3994569#3994569 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3994569

[jboss-user] [JBoss Seam] - Re: Problem when hitting enter instead of clicking Submit

2006-12-18 Thread JoviJojo
i also experienced same problem when working with seam, strange errors messages and couldn't find out what is the cause. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=3994571#3994571 Reply to the post :

[jboss-user] [JBoss Seam] - problem to insert users into user table

2006-12-18 Thread JoviJojo
hi, i have problem to insert logged in users into user table, [org.hibernate.SQL] insert into users (name, password, username) values (?, ?, ?) 2006-12-18 10:28:40,406 INFO [STDOUT] Hibernate: insert into users (name, password, username) values (?, ?, ?) but from the log file i can see that the

[jboss-user] [JBoss Seam] - Re: Does anyone use @Rollback?

2006-12-18 Thread JoviJojo
i am not using @rollback at all, enough problem trying to make seam work. i think jboss seam team should put up some sort of general/common errors and their solusions, since apparently there are a number of them. View the original post :

[jboss-user] [JBoss Seam] - Re: problem to load classes

2006-12-15 Thread JoviJojo
yes, i restarted the deployment. in my application the use cases should be (to start with) 1) user login 2) register new logs the user login case seam to be fine, but the register log part are not working!! for one that the new log table are not created, and input text fields do not work. i can

[jboss-user] [JBoss Seam] - Re: problem to load classes

2006-12-15 Thread JoviJojo
you can NOT enter anything in the input text fields, that is the prlblem with the logRegister.xhtml part of the log file: adding class annotation org.jboss.annotation.internal.DefaultInterceptorMarker to com.omxgroup.oith.LogRegisterAction [EMAIL PROTECTED] 2006-12-15 10:44:56,906 DEBUG

[jboss-user] [JBoss Seam] - problem to load classes

2006-12-14 Thread JoviJojo
Hi, i got error message of problem when loading classes, as according to one of the discussion topics that, suggestion could be to add jboss-seam.jar file in ear file, well, i have the jboss-seam.jar file in the ear file alright, but jboss server still nagging about problem of loading classes.

[jboss-user] [JBoss Seam] - Re: problem to load classes

2006-12-14 Thread JoviJojo
sorry, but here it comes more information: 1) i used seam-gen to create a new project, created: User.java UserLogin.java UserLoginAction.java login.xhtml when deploy this first part of application, there is no problem to load the classes, everything is ok. BUT when added: Log.java

[jboss-user] [JBoss Seam] - javax.servlet.ServletException: Error calling action method

2006-11-07 Thread JoviJojo
i modified jboss-seam booking example, created a new booking application to fit our needs. everything works fine until the last step, confirm booking. when i press the confirm button, i got the error message like below: HTTP Status 500 -

[jboss-user] [JBoss Seam] - Re: javax.servlet.ServletException: Error calling action met

2006-11-07 Thread JoviJojo
petemuir wrote : You're going to have to post the full stacktrace from the logs. Please use the [ code ] tags --- thanks for your reply, the problem is actually that: once i press the confirm button, the booking information should be inserted into database, but its not!