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

2007-12-20 Thread skanky78
quote from the seam manual: anonymous wrote : ...Notice that this event producer has no dependency upon event consumers. The event listener may now be implemented with absolutely no dependency upon the producer.. so you mean i have to introduce a dependency upon the producer, right? can you

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

2007-12-20 Thread skanky78
thank you for your reply pete, but my second question targeted on how to do it the way you mentioned: anonymous wrote : No, you should use the Seam contexts to pass variables. you mean i should use @OUT for the producer and @IN for the consumer. is that the right way? cheers, sven View the

[jboss-user] [JBoss Seam] - Re: Redirect and GET parameters

2007-12-19 Thread skanky78
hi, try the following in your pages.xml | page view-id=/home.jsp | navigation | rule if-outcome=viewArticle | redirect view-id=/article.jsp | param name=articleId value=#{param.articleId} / | /redirect | /rule | /navigation | /page |

[jboss-user] [JBoss Seam] - seam events

2007-12-19 Thread skanky78
hi, i'm having problems with seam events definied in components.xml. if a certain events occurs a method with a string as an argument shall be called. example: | components | event type=say | action execute=#{exampleListener.saySomething}/ | /event | /components |

[jboss-user] [JBoss Seam] - Re: need help with url rewriting

2007-12-18 Thread skanky78
thank you for your reply :) but my problem ist that i don't know how to handle s:links and form submits. how do i rewrite these urls? i have already an outbound rule but it is'nt applied... sven View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4113691#4113691

[jboss-user] [JBoss Seam] - Re: Seam sources - html tags

2007-12-18 Thread skanky78
hi :) is this fix in 2.0.1 CR1??? i defined an outboud-rule but it does'nt affect any link in the facelet...(see http://www.jboss.com/index.html?module=bbop=viewtopict=126102) @adamw: can you give an example where you use an s:link which outputs an rewritten link? cheers, sven View the

[jboss-user] [JBoss Seam] - Re: Cleaner RESTful urls? Any suggestions?

2007-12-17 Thread skanky78
[EMAIL PROTECTED] wrote : Christian has done a good job with the wiki getting the links into this format (e.g. http://in.relation.to how did he do it? is there any sourcecode available for this app? cheers, sven View the original post :

[jboss-user] [JBoss Seam] - need help with url rewriting

2007-12-17 Thread skanky78
hi, i'm using the urlrewritefilter to pretty up my product links for a better google indexing (removing product parameter). example: .../product/snowboarda is transferred via url rewriting rule to .../product.seam?product=snowboarda rewriting rule | rule |

[jboss-user] [JBoss Seam] - @Factory Pagination

2007-12-14 Thread skanky78
hi folks, i 've read many post in this forum but i didn't find an answer to my specific issue. I'm trying to do pagination together within the method annotated with @Factory. I tried the rich:dataScroller control and some other things like custom page links with params but i didn't get the

[jboss-user] [JBoss Seam] - Re: exception handling in pages.xml: message params possible

2007-11-22 Thread skanky78
thank you! i'll give it a try... cheers, sven View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107091#4107091 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4107091 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: accessing @length's 'max' value

2007-11-22 Thread skanky78
is this possible at all? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4107095#4107095 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4107095 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: Pageflow: Illegal Navigation Error

2007-11-22 Thread skanky78
i'm using plain tomcat 6.x with the following settings in the components.xml | transaction:no-transaction / | core:init transaction-management-enabled=false/ | | !-- For use with jBPM pageflow or process management -- | bpm:jbpm |

[jboss-user] [JBoss Seam] - Re: accessing @length's 'max' value

2007-11-22 Thread skanky78
ok, is there any other solution so that i have to define the max-value only once? can i set the max-value in the component through EL, so that i could use the same expression for my input attribute? thanks in advance, sven View the original post :

[jboss-user] [JBoss Seam] - Re: Pageflow: Illegal Navigation Error

2007-11-22 Thread skanky78
first of all, thank you for your reply! :) i have several entry-points (link to the same wizard from different pages) from where the wizard is called. how could i map this in jpdl? | ?xml version=1.0? | | pageflow-definition | xmlns=http://jboss.com/products/seam/pageflow; |

[jboss-user] [JBoss Seam] - Re: Pageflow: Illegal Navigation Error

2007-11-14 Thread skanky78
No one with an idea what i'm doing wrong? cheers, sven View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4104570#4104570 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4104570 ___

[jboss-user] [JBoss Seam] - accessing @length's 'max' value

2007-11-12 Thread skanky78
hi, is there any chance to access the 'max' property of the hibernate length-validator via expression language or any other way? example: anonymous wrote : @Length(min = 5, max = 40) | private String name; i want to use the given 'max' value from the annotation to restrict the input

[jboss-user] [JBoss Seam] - Pageflow: Illegal Navigation Error

2007-11-12 Thread skanky78
i'm using jpbm pageflows together with seam. the problems is, that i'm getting an illegal navigation error when i click the link which starts the pageflow (see below for an example). at the moment i can't get the reason why this happens...is this a bug or am i doing something wrong? pageflow

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

2007-11-03 Thread skanky78
ok thanky you...i will give it a try... cheers, sven View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101519#4101519 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101519 ___

[jboss-user] [JBoss Seam] - Re: exception handling in pages.xml: message params possible

2007-11-03 Thread skanky78
maybe it's a bug? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101520#4101520 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101520 ___ jboss-user mailing list

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

2007-11-03 Thread skanky78
anyone else using rich:datascroller with large datasets? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101522#4101522 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101522 ___

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

2007-11-02 Thread skanky78
no, i don't want to override it...i just want to configure (set maximum file size property) the original one. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101271#4101271 Reply to the post :

[jboss-user] [JBoss Seam] - exception handling in pages.xml: message params possible?

2007-11-02 Thread skanky78
hi, i tried the following way but without success: pages.xml exception class=org.jboss.seam.web.FileUploadException | redirect view-id=/pages/error.xhtml | message severity=ERROR#{messages['error.fileUpload']}/message |

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

2007-11-02 Thread skanky78
hi shane, does this work without defining the seamfilter? greetings, sven View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4101209#4101209 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4101209

[jboss-user] [JBoss Seam] - Configuring MultipartFilter

2007-10-31 Thread skanky78
hi, because of any causes the seamfilter and a custom filter needed for my project do not work together (blank screen as result if both are defined). so i only defined the multipartfilter which is needed for my fileupoad and it is working fine for me. but how can i pass params to this filter?

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

2007-10-26 Thread skanky78
there has to be a solution or at least a workaround for this issue..or am i doing something abnormal? how do you handle pagination (loading only those items which are currently needed for the view) with the datascroller component? cheers, sven View the original post :

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

2007-10-24 Thread skanky78
i only want to fetch those items which are shown on the current active page. therefore i need the actual index of the datatable. but by the time the factory method is executed the method binding.datatable.getFirst() always returns 0. my question is how can i get the current index of my

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

2007-10-23 Thread skanky78
thank you pete, now i'm using the @factory annotation. for pagination i'm using rich:datascroller and a dataTable component-binding (as recommended in the doc: http://docs.jboss.com/seam/2.0.0.CR1/reference/en/html_single/#d0e5034) anonymous wrote : | | @In(create = true) | //

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

2007-10-21 Thread skanky78
hi, i thougt one of you could maybe give me a hint because it is a common problem. is it possible to solve this issue without using @dataModel? thanx, sven View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4097248#4097248 Reply to the post :

[jboss-user] [JBoss Seam] - getter problem

2007-10-19 Thread skanky78
hi, my problem is a well known problem but nonetheless i'm wondering how to do it right..maybe one of you can help me with this issue: i have a datatable which uses an extended datamodel (similar to this example http://wiki.apache.org/myfaces/WorkingWithLargeTables) to cope with large amount

[jboss-user] [JBoss Seam] - Communication Business/View Layer without Entity Beans

2007-09-29 Thread skanky78
hi, I'm using a third party business layer which returns entities. Business methods are called within my backing beans (pojo). my problem is that i can't use the returned entities directly in my view layer. 1.) What is the best way when using seam to pass the data to my view layer? Using old

[jboss-user] [JBoss Seam] - Architecture Issue

2007-09-28 Thread skanky78
hi, i would like to use spring + jboss seam + jsf but in the moment i'm wondering how could do this: i have an interface CatalogService which provides several business services i have to use. this services gives access to an e-commerce plattform from a third party manufacturer. i do not use