[jboss-user] [JBoss Seam] -

2006-07-21 Thread superfis
Hello, I'm looking for solution which could give me a posibility like this: Every next step in my wizard depends on user choices made on current wizard-site. I've modified HtmlLink.java a bit to achieve this functionality but it's workaround only. Gavin, could it be possible to extend be

[jboss-user] [JBoss Seam] - Re:

2006-07-21 Thread superfis
Yes, you are definitely right. With current functionality there is inevitible to create another method returns outcome string. My point of view should avoid this another method and created link should pointed directly to desired site url . And now something completely (not entirely) different.

[jboss-user] [JBoss Seam] - Re:

2006-07-26 Thread superfis
Hi, I did it fiew days ago. http://jira.jboss.org/jira/browse/JBSEAM-317 http://jira.jboss.org/jira/browse/JBSEAM-316 Regards, Slawek View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3960940#3960940 Reply to the post : http://www.jboss.com/index.html?module=

[jboss-user] [JBoss Seam] - Concurrent calls problem

2006-08-22 Thread superfis
Hi, I've got some webapp with and tags. When I'm clicking very fast (twice or more) on either of them there are happening really weird things, appropriately for: - s:link - Caused by: javax.ejb.EJBException: Application Error: no concurrent calls on stateful beans - h:commandButton - view s

[jboss-user] [JBoss Seam] - - how to generate links?

2006-10-02 Thread superfis
Hello, I'm wandering how to generate links using tag in loop. I've got object with method returning List of URLs. I had prepared s:link tag to achieve view="{$...}" parameter functionality, but it's uncomfortable for a long distans, so I decided to return to original library. Because of tha

[jboss-user] [JBoss Seam] - Re: - how to generate links?

2006-10-02 Thread superfis
I agree with you guys, but I'd like to receive correct, from Seam point of view, url with conversationId and so on. I'm interested in such a url conversation as does with "/xxx.xhtml". I hope I'm clear a bit more this time. Regards, Slawek View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - Re: - how to generate links?

2006-10-02 Thread superfis
Thank you Gavin for value binding implementation and above explanation. Slawek View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975599#3975599 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975599 ___

[jboss-user] [JBoss Seam] - Re: - how to generate links?

2006-10-03 Thread superfis
Hi Gavin, I didn't notice it earlier because there was time to bad :) but tag doesn't support view data binding correctly yet. I took a look into newest HtmlLink.java and there exists data binding implementation but without influence encodeUrl content. Is it possible to relocate mentioned

[jboss-user] [JBoss Seam] - Re: - how to generate links?

2006-10-03 Thread superfis
If I'm wrong, sorry about that. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975858#3975858 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3975858 ___ jboss-user mailing li

[jboss-user] [JBoss Seam] - Re: - how to generate links?

2006-10-04 Thread superfis
OK. I'll try to explain. The idea was to allow data binding for view parameter. It has beed implemented but there is a problem. Result of such a data binding has no effect on final URL generated by tag. In the latest part of my previous post I ineffectually tried to ask you for such implement

[jboss-user] [JBoss Seam] - Re: - how to generate links?

2006-10-05 Thread superfis
Hi Gavin. Did you have a while to take a look at this? Regards, Slawek View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976422#3976422 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976422 __

[jboss-user] [JBoss Seam] - Re: - how to generate links?

2006-10-05 Thread superfis
It works perfectly now. I'm thankful to you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976491#3976491 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976491 ___ jboss-user

[jboss-user] [JBoss Seam] - Jboss EL with list comprehension?

2008-01-15 Thread superfis
Hi, Is there a way in Jboss EL to select the objects from collection which satisfy a given condition like it's possible in Groovy, e.g. ? someCollection.findAll({i -> i.size == 0}) If it's completely impossible, so how to do it with Jboss EL? Slawek View the original post : http://www.jboss.

[jboss-user] [JBoss Seam] - Re: Jboss EL with list comprehension?

2008-01-17 Thread superfis
Thank you very much Pete. Slawek View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4121102#4121102 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4121102 ___ jboss-user mailing l

[jboss-user] [JBoss Seam] - Atomic Conversation with tag

2007-06-24 Thread superfis
Hi, I'd like to ask you if it's possible to mark conversation as an Atomic Conversation with or ? We've got already: - @Begin(flushMode=MANUAL) - - em.setFlushMode(FlushModeType.COMMIT) but I've noticed that it seems to be not possible to do such a conversation with mentioned tags. Any ad

[jboss-user] [JBoss Seam] - Re: Atomic Conversation with tag

2007-06-24 Thread superfis
Can I add this as feature request to JIRA? It would be nice suplement to this area, wouldn't it? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057206#4057206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057206 __

[jboss-user] [JBoss Seam] - How to reach validation messages with EL

2007-06-26 Thread superfis
Hi, To perform validation we can use , and tags in JSF but how to reach validation messages for appropriate form objects with EL (jboss-el), eg.: this is the one of the common ways: | I'd like to have something like this: | Is it possible in any way? Slawek View the original post :

[jboss-user] [JBoss Seam] - Re: How to reach validation messages with EL

2007-06-26 Thread superfis
I have added feature request http://jira.jboss.org/jira/browse/JBSEAM-1554 View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4057905#4057905 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4057905

[jboss-user] [JBoss Seam] - EntityManager and Atomic Conversations problem

2007-07-02 Thread superfis
I'm using atomic conversation with entityManager.flush() being called manually. In such a conversation I can do many things with my entities, eg.: - create new objects and persist them <- it's OK - remove some persistent objects -< it's OK - create and then remove not yet persisted objects!!! <- F