[jboss-user] [JBoss Seam] - Problem with application with many portlets

2008-02-11 Thread wporzo
Hello.
We are writing application: Seam, EJB3 and portlets. File structure is sth like 
this:
- ear
 - ejb.jar
 - portlet1.war
 - portlet2.war
 - portlet3.war
 

And now.. here comes the problem. When application is starting, seam creates 
components instance for each portlet. For example we have 3 instance of our 
ConfigurationBean component in application scope. Is there any way to have only 
one instance of this bean ?


View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4128373#4128373

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4128373
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam2 bug with Quartz?

2008-02-08 Thread wporzo
Hello.
I have same problem. Only difference is that I'm using component with @Startup 
annotation to initialize quartz.

Is there any workaround to this problem ? I know that this issue will be 
resolved in Seam 2.0.2 but unfortunately I don't have time to wait.. 

Thanks in advance :) 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4127707#4127707

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4127707
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: s:fileUpload whit portal

2008-02-04 Thread wporzo
Hello.
I'm using JBoss 2.0.1.GA and I have same problem in JBoss Portal 2.6.3. When my 
form is marked as multipart, there is no method invocaction in seam component.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4126239#4126239

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4126239
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Seam Security Richfaces (a4j) form problem

2007-11-18 Thread wporzo
Hello.

My application uses Seam 2.0 and RichFaces 3.2.0-SNAPSHOT

I've got simple login form:


  | h:form
  |   rich:messages id=messages globalOnly=true/
  | h:panelGrid columns=2
  |   h:outputText value=#{msg['login.username']} /
  |   h:inputText value=#{identity.username} required=true /
  |   h:outputText value=#{msg['login.password']} /
  |   h:inputSecret value=#{identity.password} required=true /
  |   a4j:status
  | f:facet name=start
  |   h:graphicImage  value=/images/ajax/ajax_process.gif/
  | /f:facet
  |   /a4j:status
  |   a4j:commandButton type=submit value=#{msg['login.logIn']} 
action=#{identity.login}/
  | /h:panelGrid
  | /h:form

And it works almost fine ;)
When I press button.. request is made and if login and password are good there 
is a redirect to other page. If provided data are incorrect proper message will 
be shown (without page refresh). This is functionality that satisfied me in 
100%.

Problem occurs when I want to submit form without clicking on button but by 
pushing enter button in username or password inputText component. If username 
and password are wrong, message is shown. But if they are OK, there is no 
redirection to other page and a4j:status component is in In progress state. 
User is logged in.. but what I want to achieve is the same functionality as in 
button case (redirection to other page)

Best regards !
Michal

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4105858#4105858

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4105858
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[jboss-user] [JBoss Seam] - Re: Seam Security Richfaces (a4j) form problem

2007-11-18 Thread wporzo
Yeah.. this exactly what I need :) I hope.. it will be working with ajax4jsf. 

Thank you for answer. I'm waiting for Seam 2.0.1.. 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=4105861#4105861

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4105861
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user