[jboss-user] [JBoss Seam] - Re: s:fileUpload+trinidad = no Renderer for component family

2007-06-08 Thread javabr
Guys, I simply can not get it working... please HELLLP ME.. from my code: | | ... | | | | components.xml | | from log, lots and lots of: (when i submit the form) | 18:03:42,093 ERROR [STDERR] 08

[jboss-user] [JBoss Seam] - Re: Is there anybody get s:fileUpload works in ICEfaces inte

2007-06-08 Thread javabr
man, I even could not make it work on trinidad.. :S I am using seam from cvs and jboss 4.2 . I have tried like 5 or 6 ways and I could not get out on this... file.getData()[] returns null everytime.. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052746#4

[jboss-user] [JBoss Seam] - Re: s:fileUpload trows error???

2007-06-08 Thread javabr
Hi, Have you got out on this ? I am facing the same problem.. file.getData() [] is returning null :S Rgds View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4052743#4052743 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&

[jboss-user] [JBoss Seam] - Re: Seam logging with log4j - config

2007-06-06 Thread javabr
Hi, I just get log4j bahavior changed when I made changes on [jboss_home]\server\default\conf\log4j.xml Did you get out on this ? I am interessed in this solution too. Rgds View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051717#4051717 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:fileUpload+trinidad = no Renderer for component family

2007-06-06 Thread javabr
Does anyone using s:fileUpload w/ trinidad on JBoss 4.2 and seam cvs ? rgds View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051712#4051712 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051712 _

[jboss-user] [JBoss Seam] - s:fileUpload+trinidad = no Renderer for component family org

2007-06-04 Thread javabr
Guys, I am getting WARNING: Renderer 'javax.faces.Text' not found for component family 'org.jboss.seam.ui.FileUpload' on log. My fileUpload is returning null for fileName and fileData. It was working before (1.2.1 and jboss 4.0.2). Since I migrated to seam cvs and jboss 4.2 it is not working

[jboss-user] [JBoss Seam] - Re: Does s:fileUpload work with trinidad?

2007-06-02 Thread javabr
Hi, have you got out on this ? I am facing the same problem. I am using jboss 4.2 and seam cvs version. s:upload does not work. (fileName and FileData are always null) thks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4050691#4050691 Reply to the post :

[jboss-user] [JBoss Seam] - Re: Data separation in multi tenant applications with seam

2007-05-25 Thread javabr
I am using this hibernate filters in my application too.. I can not say how easy it is. I have used this strategy: 1. My users has a Company_id column. 2. When they login on my application I set this Filter parameter (company_id) fro all my relevant entities.. done... from now, each single query

[jboss-user] [JBoss Seam] - Re: Upgrade JBoss 4.2.0, Seam 1.2.1 and JSF 1.2

2007-05-25 Thread javabr
as far as I know you do not need ConfigureListener on your web.xml because Jboss 4.2 uses JBoss Faces... and take a look on this trhead: http://www.jboss.com/index.html?module=bb&op=viewtopic&t=106501 It was very useful for me. View the original post : http://www.jboss.com/index.html?module=bb

[jboss-user] [JBoss Seam] - Re: dateformat not working?

2007-05-25 Thread javabr
Hi, I faced this same problem some weeks ago. After 3 or 4 hours trying to solve, I decided replace seam date component by the netbeans calendar component (aka JCreator). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048771#4048771 Reply to the post : ht

[jboss-user] [JBoss Seam] - Re: Seam authentication module problem

2007-05-25 Thread javabr
carlos, list your components.xml, web.xml, login page and other code you think important here, please. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4048769#4048769 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=404876

[jboss-user] [JBoss Seam] - Re: problem with encoding

2007-05-22 Thread javabr
and my javascripts was not working w/ just this: ... for sure.. they just start working again when I added contentType on f:view take a look bellow. This working for me. | http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";> | http://www.w3.org/1999/xhtml"; | xmlns:ui="htt

[jboss-user] [JBoss Seam] - Re: problem with encoding

2007-05-22 Thread javabr
yeahh These is one of those things you learn because someone told you sometime :) I saw this because I have just migrate my code to seam-cvs and Jboss 4.2. There, the default is contentType=xml/xhtml which turned all my javascipts as illegal things .. weird hu ? So, I got this tip on this

[jboss-user] [JBoss Seam] - Re: problem with encoding

2007-05-22 Thread javabr
... ... ? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047760#4047760 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4047760 ___ jboss-user mailing list jboss-user@lists

[jboss-user] [JBoss Seam] - Re: Seam Themes based on domain?

2007-05-22 Thread javabr
tim, take a look on trinidad sample seam-cvs. There is a tag on template.xml () that can help you .. perhaps changing something there or intersepting some event overriding it. rgds Leo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047759#4047759 Reply

[jboss-user] [JBoss Seam] - Re: Null pointer rendering mail from @Startup component - se

2007-05-22 Thread javabr
and my @Startup components: | @Startup(depends="manager") | @Name("controller") | @Scope(ScopeType.APPLICATION) | public class Controller { | | @In(create=true) | private Manager manager; | | @Create | public void create() throws Exception { | m

[jboss-user] [JBoss Seam] - Re: Null pointer rendering mail from @Startup component - se

2007-05-22 Thread javabr
of course, Follow my config files: components.xml | | http://jboss.com/products/seam/components"; | xmlns:core="http://jboss.com/products/seam/core"; | xmlns:web="http://jboss.com/products/seam/web"; | xmlns:drools="http://jboss.com/products/seam/drools"; | xmlns:sec

[jboss-user] [JBoss Seam] - Null pointer rendering mail from @Startup component - seam f

2007-05-22 Thread javabr
Guys, I have MessageHome.send() method which is called by the user everytime it saves a new Task on my system. This MessageHome.send() sends an eMail using seam mail component, rendering a xhtml file on file system. Well, as these tasks may be scheduled to run on future, I've constructed a @S

[jboss-user] [JBoss Seam] - Re: s:validateAll throwing component has no value attribute

2007-05-22 Thread javabr
I've just got out on this. The solution was replace all netbeans stuffs (ui:image, ui:addremove, ...) by trinidad components :( I got the examples from trinidad on jboss-seam-cvs/trinidad. TIP: to replace cascating style sheet from trinidad core skins, just put our style class somewhere before

[jboss-user] [JBoss Seam] - Re: @Startup not working

2007-05-22 Thread javabr
Oooohh I am sorry... I am fresh meat here.. so I am just using what I am looking around. If I figure out something I back to u. bests Leo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047644#4047644 Reply to the post : http://www.jboss.com/index.html?modu

[jboss-user] [JBoss Seam] - Re: @Startup not working

2007-05-22 Thread javabr
opsss. and also de Job interface: | @Local | public interface Job { | | @Asynchronous | @Transactional | public Timer execute(@Expiration | Date startDate, @IntervalDuration | long interval); | | } | View the original post : http://www.jboss.com

[jboss-user] [JBoss Seam] - Re: @Startup not working

2007-05-22 Thread javabr
Hi, It is working for me: (take a loog on @Create) | @Startup(depends="manager") | @Name("controller") | @Scope(ScopeType.APPLICATION) | public class Controller { | | @In(create=true) | private Manager manager; | | @Create | public void create() throws E

[jboss-user] [JBoss Seam] - Re: noSelectionLabel s:selectItems NumberFormatException

2007-05-22 Thread javabr
Dave, do u think it is possible we r facing the same problem ? http://www.jboss.com/index.html?module=bb&op=viewtopic&t=109195 rgds Leo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047598#4047598 Reply to the post : http://www.jboss.com/index.html?module

[jboss-user] [JBoss Seam] - Re: s:validateAll throwing component has no value attribute:

2007-05-22 Thread javabr
Sorry, I forget my config files infos and other stuffs: (I've included a complete list of used jar files inside jsf-libs and WEB-INF/lib/ directories) my ui:addremove declaration on xhtml | http://www.w3.org/1999/xhtml"; | xmlns:s="http://jboss.com/products/seam/taglib"; | xmlns:u

[jboss-user] [JBoss Seam] - s:validateAll throwing

2007-05-22 Thread javabr
Guys, I've just migrate to Jboss 4.2 and seam from cvs. I am using netbeans facelets com webui.jar for some components, like the ui:addremove. Well, it was working fine before the migration. Now, when I select some items from left to right list box and submit an addremove inside a s:validateAl

[jboss-user] [JBoss Seam] - Re: ui:include does not working

2007-05-21 Thread javabr
"javabr" wrote : | Do you are facing some problem using something like this: | | | | | | It is just not inserting anything... :S | It was working perfetc on seam 1.2.0 and jboss 4.0.2 | It just worked when I have removed ui:define inside TaskEditHead.xhtml (on the

[jboss-user] [JBoss Seam] - ui:include does not working

2007-05-20 Thread javabr
Guys, Do you are facing some problem using something like this: | | It is just not inserting anything... :S It was working perfetc on seam 1.2.0 and jboss 4.0.2 Rgds Leo View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047087#4047087 Reply to the p

[jboss-user] [JBoss Seam] - Re: Seam CVS now on JBoss AS 4.2 CR1

2007-05-20 Thread javabr
I am sorry, I forget: My components.xml: | | http://jboss.com/products/seam/components"; | xmlns:core="http://jboss.com/products/seam/core"; | xmlns:web="http://jboss.com/products/seam/web"; | xmlns:drools="http://jboss.com/products/seam/drools"; | xmlns:security="htt

[jboss-user] [JBoss Seam] - s:validateAll throwing

2007-05-20 Thread javabr
Guys, I just moved to jboss 4.2.0 GA w/ seam cvs. Could you please help me get out on it ? After solve some javascript problems adding on f:view the contentType="text/html" I am facing a new problem: (it was working on 4.0.2 and seam 1.2.0GA) The "component has no value attribute: .." message