[jboss-user] [JBoss Seam] - Postgre, Indexes & stored procedures...

2006-11-27 Thread sherkan777
Hi All, I create tables in postgre db using ejb beans, maybe this questions are stupid but im intrested in... 1. Is any posible to set Indexes on db table using Annotations? 2. How can I invoke stored procedure from J2EE aplication? Regards! View the original post : http://www.jboss.com/inde

[jboss-user] [EJB 3.0] - Postgre, Indexes & stored procedures...

2006-11-27 Thread sherkan777
Hi All, I create tables in postgre db using ejb beans, maybe this questions are stupid but im intrested in... 1. Is any posible to set Indexes on db table using Annotations? 2. How can I invoke stored procedure from J2EE aplication? Regards! View the original post : http://www.jboss.com/index

[jboss-user] [JBoss Seam] - IceFaces & Seam 1.1CR1 ->

2006-11-27 Thread sherkan777
Hi All, I have page with personList; | @DataModelSelection | private Person selectedPerson; | And page: | | | | | | | | | Everythink works fine, when I open page i see name of all persons (16rows). Today I've changed S

[jboss-user] [JBoss Seam] - Re: IceFaces & Seam 1.1CR1 ->

2006-11-28 Thread sherkan777
"[EMAIL PROTECTED]" wrote : It sounds like your problem is not related to ICEfaces, but rather to the migration to 1.1 CR1. I'm not sure, because, I've revert backup of my projekt before migration to 1.1CR1 and checked all. Everythink works fine! http://www.jboss.com/index.html?module=bb&op=view

[jboss-user] [JBoss Seam] - Re: IceFaces & Seam 1.1CR1 ->

2006-11-28 Thread sherkan777
"sherkan777" wrote : "[EMAIL PROTECTED]" wrote : It sounds like your problem is not related to ICEfaces, but rather to the migration to 1.1 CR1. | Everythink works fine after migration to Seam 1.1 CR1! Problem get started after added IceFaces to project. View the o

[jboss-user] [JBoss Seam] - Re: IceFaces & Seam 1.1CR1 ->

2006-11-28 Thread sherkan777
Can anyone create an simple project with List of objects and check it with IceFaces + Seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989187#3989187 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989187

[jboss-user] [JBoss Seam] - Re: IceFaces & Seam 1.1CR1 ->

2006-11-28 Thread sherkan777
I've removed tomahawk as ellenzhao said; still nothing... Here are my libraries in ear file: icefaces.jar jboss-seam.jar jbpm-3.1.2.jar (added to application.xml info about ifefaces.jar) *.war file => web-inf\lib el-api.jar el-ri.jar icefaces-comps.jar icefaces-facelets.jar jboss-seam-debug.jar j

[jboss-user] [JBoss Seam] - Re: IceFaces & Seam 1.1CR1 ->

2006-11-28 Thread sherkan777
I've resolved problem! There cannot be same Entity bean name as "person" and variable in dataTable->var="person". Strange, IceFaces should throw error when I'm trying to get some field from "person". But in clear Seam framework it works fine! Maybe this helps someone in future... As again pro

[jboss-user] [JBoss Seam] - Seam-Icefaces example...TabSet bug?

2006-11-28 Thread sherkan777
Hi, I've try to use TabbedPane in Seam-IceFaces example, but i'm little confused. Why when I add TabSet, to example it's rendered without graphic? I see only frames but tabs works fine!Is this bug, or is this my problem? I've worked on clear IceFaces project (wihout Seam) on TabSet and they're r

[jboss-user] [JBoss Seam] - Re: Seam 1.1 & Tomahawk Datatable

2006-11-29 Thread sherkan777
Could U show some code? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989600#3989600 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989600 ___ jboss-user mailing list jboss-u

[jboss-user] [JBoss Seam] - Seam + ScopeType.EVENT

2006-11-29 Thread sherkan777
Hi, Can anyone tell me in with cases, U use Event scope, and demonstrate me example. Is this even useful? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989612#3989612 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989

[jboss-user] [JBoss Seam] - Re: Seam + ScopeType.EVENT

2006-11-29 Thread sherkan777
"[EMAIL PROTECTED]" wrote : This is comparable with a request scope. For exampe a page with a backing bean that can submit data, the backing bean can give feedback, but the data is not saved after that. | | After showing the entered name, the name is not saved. So if you reload the page, th

[jboss-user] [JBoss Seam] - Seam 1.1 CR.1 Converstions & IceFaces

2006-11-29 Thread sherkan777
Hi, I use Seam + IceFaces, and have method in stateful bean @Begin(join=true) public String ble() {} normally when i click on button if a long-running conversation is already in progress, the conversation context is simply propagated. Why when I migrated to Seam & IceFaces I Seam creates on eac

[jboss-user] [JBoss Seam] - Seam 1.1CR1 + IceFaces & Tomahawk problem!

2006-11-30 Thread sherkan777
Hi! I'm trying to use together Seam 1.1CR1 with IceFaces and Tomahawk components. Previous I used Seam 1.1Beta with Tomahawk, and it worked fine.After migration to Seam 1.1CR1 and made changes in web.xml and faces-config.xml to support IceFaces, copomnents like | | | web.xml |

[jboss-user] [JBoss Seam] - Re: Using textInput inside a dataTable inside a form?

2006-12-05 Thread sherkan777
I have same problem but I think when U use dataTable component is submited x times (x is size of your collection). I made some example private String tagName; private List tagList; and method implemented

[jboss-user] [JBoss Seam] - Re: Using textInput inside a dataTable inside a form?

2006-12-05 Thread sherkan777
Result of my problem is to create form for each row... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991206#3991206 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991206 ___

[jboss-user] [JBoss Seam] - Re: Using textInput inside a dataTable inside a form?

2006-12-05 Thread sherkan777
My Propsion for smokingPipe problem, try to make somethink like this: | | | | | | | | | | | | | | | | | | | |

[jboss-user] [JBoss Seam] - Re: Postgre, Indexes & stored procedures...

2006-12-05 Thread sherkan777
2) I think you can use Native Queries for this (assuming you mean from EJB3 not J2EE). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991277#3991277 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991277 ___

[jboss-user] [JBoss Seam] - Re: Postgre, Indexes & stored procedures...

2006-12-05 Thread sherkan777
Sorry for this bug...don't know why my question wasn't submited:/ 2) I think you can use Native Queries for this (assuming you mean from EJB3 not J2EE). View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991284#3991284 Reply to the post : http://www.jboss.com/i

[jboss-user] [JBoss Seam] - Re: Postgre, Indexes & stored procedures...

2006-12-05 Thread sherkan777
Somethink wrong is going on, I cant submit my question Test 3. But I want to use stored procedure... Can anyone tell me how to invoke it? sorry for question here on seam forum but guys on EJB didn't answered for this topic. View the original post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - PostgreSQL collection problem

2006-12-07 Thread sherkan777
Hi all, Sorry for off topic, but those forum is most often searched:P My problem is with PostgreSQL db, previous I've used MySQL and everythink worked fine, but when I migrated to Postgre somethink wrong is going on with my collection. Let's see. Mother has childrens relation 1->n List myChildr

[jboss-user] [JBoss Seam] - Re: PostgreSQL collection problem

2006-12-08 Thread sherkan777
So, can U tell me how to force DB to load objcets collection by find. method? Is any annotation for one to many relation mapping to specify loadings objcets from db? or, how U control loading objects from db (not using query and order by) but loadings them by find.(parent)? View the original

[jboss-user] [JBoss Seam] - Seam 1.1.0 CR2, @RequestParameter

2006-12-10 Thread sherkan777
Hi, After migration from Seam 1.0.1 to 1.1.0 CR2, my method who use @RequestParameter throws an exception, can anyone tell me what is going on? Previously it worked fine. By the way, I user IceFAces in my project. | javax.servlet.ServletException: /file:/C:/DevTools/JBoss/jboss-4.0.5.GA/serve

[jboss-user] [JBoss Seam] - Re: Exception thrown on seam-booking-icefaces

2006-12-11 Thread sherkan777
I got 2 those problem...but sometimes app throws an message box like "session not found", motstly with combination IceFaces datatable and datapaginator...but most intrested think is my session is still active and jboss shows no error on console. Don't know why this is thrown? View the original

[jboss-user] [JBoss Seam] - ServletRequest in Seam

2006-12-12 Thread sherkan777
Can anyone tell me how to get full path of my servlet qestuest? In struts I have filter like this: | public void doFilter(ServletRequest servletRequest, | ServletResponse servletResponse, | FilterChain chain) throws IOExcep

[jboss-user] [JBoss Seam] - Seam 1.1.x.x

2006-12-13 Thread sherkan777
When will be next stable Seam version? (CR3)? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993359#3993359 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3993359 ___ jboss-use

[jboss-user] [JBoss Seam] - Re: @RequestParameter exception on Seam1.1.0GA - Icefaces

2006-12-13 Thread sherkan777
"gus888" wrote : Thank you, Gavin. I ever read the exception thread on icefaces forum before. I thought it would be fixed in Seam, now it seems it should be fixed in icefaces. I will check icefaces. Thanks. gus888, could you give here an info when U find resolve of this problem? I use Seam & Ice

[jboss-user] [JBoss Seam] - Seam 1.1.5 & SeamSecurity...

2006-12-14 Thread sherkan777
Hi Gavin! I read on form here http://www.jboss.com/index.html?module=bb&op=viewtopic&t=96461, what U said about SeamSecurity "12 Jan is an approximate date." (to finish), but on Jira page, production status is "Blocker" what that this mean? Will you finish those security module? View the orig

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5 & SeamSecurity...

2006-12-15 Thread sherkan777
Hi Shane!, I found on jira page, info about Seam Security...but I'm intrested about one think:<<== how can we use it? In seam 1.1.0 Beta 1 was one simple example of SeamSecurity app, but I can't find use of there. Thanks... By the way, is somewhere page with full info about Seam Security,

[jboss-user] [JBoss Seam] - Re: Seam 1.1.5 & SeamSecurity...

2006-12-15 Thread sherkan777
I got another questionit is posible to run those SeamSecurity example? When I deploy project I get an Error: | 15:42:47,234 INFO [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init | 15:42:47,250 ERROR [[/seam-security]]

[jboss-user] [JBoss Seam] - Re: Request for feedback

2006-12-18 Thread sherkan777
Sorry for little off topic...but I must say that! When I see what U guys try to do, I think U're trying to make some huge universal framework...but this is cool! EJB3.0, Ajax4JSF, IceFaces, Hibernate...Trinidad, Seam Realm?, and today I readed on roadmap U want to integrate Spring with Seam...

[jboss-user] [JBoss Seam] - ...rendered="#{}" and s:link

2006-12-21 Thread sherkan777
Hi, I have seam link like: why rendered doesn't works here? I have object in session scope loggedIn, and when object is != null I want to render him. h:commnadLink works fine... can anyone tell me why s:link don't interpate "rendered"? View the original post : http://www.jboss.com/index.h

[jboss-user] [JBoss Seam] - Re: ...rendered=

2006-12-21 Thread sherkan777
BTW, problem ise s:link is always rendered every time when loggedIn is null or not!:/ Using Seam 1.1.0GA View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3995569#3995569 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3995

[jboss-user] [JBoss Seam] - IceFaces experience...

2007-01-03 Thread sherkan777
Hi all! Can U tell about experience using IceFaces? I use it since 1 month and sometimes i get exception "user session expired", there's no error on console and hereI misses to debug page:P Can anyone tell in witch cases thos error is thrown and how to prevent? Regards! View the original post :

[jboss-user] [JBoss Seam] - Seam IceFaces question

2007-01-04 Thread sherkan777
Hi Gavin, can U answer for my questions abous Seam IceFaces? First. I have Seam app and sometimes when I clicking on action links got error "User session expired", but session not expireds. First I thougth this is my code problem but I made simple app, like this. | Main Page |

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

2007-01-04 Thread sherkan777
"h.cahyadi" wrote : is there any example about hibernate data paging? I think tomahawk data scroller is cool and easy to use, but I don't know why, if I test only with 400.00 data it is very slow, because it actualy load all the data to the memory, not load data on demand I'had same problem

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

2007-01-05 Thread sherkan777
I sent U zip file with IceFaces code...of my light paginator. anonymous wrote : | sherkan do you work with portlet also? No i'm not. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3998207#3998207 Reply to the post : http://www.jboss.com/index.html?module=b

[jboss-user] [JBoss Seam] - Global object how to use

2006-07-13 Thread sherkan777
Hello! Can anyone tell me how to use global object from my first page(I have Form there) on other sub pages? I have global object Person(ID, Name...) loaded from MySQL, and I need to use him to navigate my page. Could anyone show me simple source code? Sherkan View the original post : http://

[jboss-user] [JBoss Seam] - few questions abous seam...

2006-08-08 Thread sherkan777
Hello, Could anyone answer for my questons. For what we use "nested conversations", when we use it? (any examples welcome) For what is @LoggedIn, is this a king of filter that we check acces for that "logged" user? Has this any connection with JAAS? For what and how we user "RedirectFilter" thanks

[jboss-user] [JBoss Seam] - Re: few questions abous seam...

2006-08-10 Thread sherkan777
Java Authentication and Authorization Service (JAAS) http://java.sun.com/products/jaas/ View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3964304#3964304 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3964304

[jboss-user] [JBoss Seam] - Seam serialization & double click

2007-01-16 Thread sherkan777
Hi, I hard about Seam serialization, that prevent double click when form is submited. But i can't find any example, how to prevent double click in my form. Can anyone give me here a link to example, or tell me on with page in seam doc can I find info about it, how to use and how it works? Regards

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

2007-02-05 Thread sherkan777
Hi, Is any posible to use one method to fill 2 collections by using @Factory, somethink like: List firstList; List secondList; @Factory("firstList","secondList") public void fillAll() { } Regards View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4011189#4

[jboss-user] [JBoss Seam] - IceFaces & exceptions.xml

2007-02-13 Thread sherkan777
Hi all, If i remember there where solution to use IceFaces in seam app that don't use SeamExceptionFilter and Gavin's proposion where to comment that line: | | in web.xml. If i'm wrong please correct me. what about exceptions.xml, can I use it? View the original post : http://www.jboss.

[jboss-user] [JBoss Seam] - pages.xml

2007-02-14 Thread sherkan777
hello guys... i have s:link like this | | and need to add redirect in pages.xml to 2 kind of pages, if outcome is succes go "/exampleA.xhtml" or failed "/exampleB.xhtml", but don't know how to implement those navigation rule. Can anyone help me or show source code example? Regards! Vie

[jboss-user] [JBoss Seam] - Re: duplicate id error using ICE data paginator - need help

2007-02-19 Thread sherkan777
Hi Henry! I got same error using facelets, seam and PaneltabSet... When i start app, everythink works fine and after couple of minutes using app i got info about duplicate id's and my tabs fall down! Seam links works still fine but all icefaces components not. Previously had modal info with "Use

[jboss-user] [JBoss Seam] - extended EL & rendered=".."

2007-02-19 Thread sherkan777
Hi, Can I use seam extended el in rendered parameter like this? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4018830#4018830 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4018830 ___

[jboss-user] [JBoss Seam] - How to disable action in

2007-02-20 Thread sherkan777
Hi, how can i disable action in i got s link with img | | | | but seam randomly generates me href like that: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4019258#4019258 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4019258

[jboss-user] [JBoss Seam] - error during remote request...

2007-03-07 Thread sherkan777
Hi, Can anyone explain me what's going on? I use in my BBean FacesContext: @In private FacesContext facesContext; for some reasone...after time i added remote method like public List myMethod(String) { ... } with js: Seam.Component.getInstance("showDetailedQuestionPoints").a

[jboss-user] [JBoss Seam] - Re: error during remote request...

2007-03-08 Thread sherkan777
"[EMAIL PROTECTED]" wrote : There is no FacesContext on a Seam Remoting request, so use required=false. thanks! But...can u explain why this problem is thrown after used @WebRemote and ajax method, and previously FacesContext worked fine withous @In(required=false)? View the original post : ht

[jboss-user] [JBoss Seam] - For what is jboss-seam-remoting.jar

2007-03-20 Thread sherkan777
like in topic. I just downloaded new seam Path1, and found new jar library: seam-remoting.jar for what is that library? Did you moved ajax methods to indepentent jar? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029662#4029662 Reply to the post : http://ww

[jboss-user] [JBoss Seam] - Re: For what is jboss-seam-remoting.jar

2007-03-20 Thread sherkan777
When i done migration to seam 1.2 Path 1 from 1.1.6 i get somethink werid. My ajax faild When i added jboss-seam-remoting.jar to web-inf/lib like in remote example i get following error: | 09:52:46,093 INFO [[/expert]] Marking servlet Seam Remoting as unavailable | 09:52:46,093 ERROR [[/e

[jboss-user] [JBoss Seam] - Re: For what is jboss-seam-remoting.jar

2007-03-20 Thread sherkan777
"[EMAIL PROTECTED]" wrote : Yes, SeamRemotingServlet has been made redundant and replaced by the Seam Resource servlet. thanks, So, what should i do? remove previous Remote Filter and add Seam Resource Servlet? I also use IceFaces with seam, should i do somethink more for ice faces? View the o

[jboss-user] [JBoss Seam] - Re: For what is jboss-seam-remoting.jar

2007-03-20 Thread sherkan777
"sherkan777" wrote : "[EMAIL PROTECTED]" wrote : Yes, SeamRemotingServlet has been made redundant and replaced by the Seam Resource servlet. | | thanks, | So, what should i do? remove previous Remote Filter and add Seam Resource Servlet? | | I also use IceFaces wi

[jboss-user] [JBoss Seam] - Re: How to Inject app properties to bean transient method

2007-03-20 Thread sherkan777
"petemuir" wrote : | | | | Isn't better to get string directly from method? Maybe u not understod my think. I have field like int in each entity bean and collection of those beans. and iterating my collection on page i want to get from application resources some string, dependent of

[jboss-user] [JBoss Seam] - Seam 1.2.1?

2007-03-20 Thread sherkan777
Mary christmas ...ups, :P Hi All guys! Like Seam team posted Seam 1.2.1 will be published on: 1.2.1.GA ( 19/Mar/07) and here is my question, about new Seam? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029791#4029791 Reply to the post : http://www.jbos

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

2007-03-20 Thread sherkan777
"[EMAIL PROTECTED]" wrote : I don't think we've set a release date for 1.2.1 yet. If you check the JIRA roadmap, we've still got a number of open issues for this release. | | http://jira.jboss.com/jira/browse/JBSEAM?report=com.atlassian.jira.plugin.system.project:roadmap-panel View the

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

2007-03-21 Thread sherkan777
"avbentem" wrote : Indeed, as sherkan777 noticed, the roadmap states "1.2.1.GA ( 19/Mar/07 )" and "1.3.0.BETA1 ( 23/Apr/07 )". Not a major thing at all, but maybe someone can easily change that date? exacly! I asked as because i'm intrested of several thin

[jboss-user] [JBoss Seam] - Seam + AJAX: Remote problem

2006-09-21 Thread sherkan777
Hello, I have problem with example HelloWorld method... I've implemented those example in my project, on my index.xhtml page it works fine, but when i try to use it or some other AJAX functions on pages in my /pages/ folder (/pages/Person.xhtml) AJAX it could't work.. My Firefox browser throws m

[jboss-user] [JBoss Seam] - Re: Seam + AJAX: Remote problem

2006-09-21 Thread sherkan777
"sherkan777" wrote : Hello, | I have problem with example HelloWorld method... | I've implemented those example in my project, on my index.xhtml page it works fine, but when i try to use it or some other AJAX functions on pages in my /pages/ folder (/pages/Person.xhtml) AJAX

[jboss-user] [JBoss Seam] - Re: java.lang.NoSuchMethodException

2006-10-05 Thread sherkan777
I think problem is in email: try to do: and put setters and getters to local interface. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976238#3976238 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976238 ___

[jboss-user] [EJB/JBoss] - JBoss Transactions

2006-10-16 Thread sherkan777
Hi, How can I enable view of all commited transactions in JBoss serwer. Once i had an application and all I've done (merge, find, persis) i could see on Jboss server console like in Hibernate. Now i use Seam, and coudn't see my commits, like: find person, ?, ?, ? Is any posible to enable those v

[jboss-user] [JBoss Seam] - Javascript + Java

2006-10-17 Thread sherkan777
Hello, I have web page and some tags inside When I go to those page server complies my *.xhtml and gives me components whose inside a tag. I have also, javascript Counter who count down from 10,9,8... to 0. My problem is, when counter count down to zero i want to reload page BUT i want to re-c

[jboss-user] [JBoss Seam] - Seam + JSF, problem with double-click

2006-10-18 Thread sherkan777
HI! I have problem with Seam/JSF? When I click twice(versy fast) on commandLink or button submit, application falls down. Framework dont knot what to do and gives me error: "8:19:31,203 ERROR [SeamExceptionFilter] uncaught exception handled by Seam javax.servlet.ServletException: /userQuery.xhtml

[jboss-user] [JBoss Seam] - Re: Seam + JSF, problem with double-click

2006-10-22 Thread sherkan777
"[EMAIL PROTECTED]" wrote : I serialize concurrent requests in the same conversation scope. Seam 1.1 is designed to support a high level of concurrency in a session, like you get with AJAX clients. I'm currently using Seam 1.1. Could U show me an example code, how to protect application from us

[jboss-user] [JBoss Seam] - Help me to install Tomahawk with Facelets!

2006-10-23 Thread sherkan777
Hi ALL, I have problem to install tomahawk with facelets... I have added tomahawk library to my projekt(also tomahawk.jar is in war file in WEB-INF\lib. My web.xml: anonymous wrote : | | http://java.sun.com/xml/ns/j2ee"; | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

[jboss-user] [JBoss Seam] - Re: Seam + JSF, problem with double-click

2006-10-23 Thread sherkan777
"[EMAIL PROTECTED]" wrote : anonymous wrote : I'm currently using Seam 1.1 | | Are you sure? You are using a build from CVS? Seam 1.1 was not yet officially released. | sorry, i have 1.0.1:P But I still can't resolve my problem. I think best idea is to use Synchronizer Token Pattern, on

[jboss-user] [JBoss Seam] - Re: Seam + JSF, problem with double-click

2006-10-24 Thread sherkan777
"[EMAIL PROTECTED]" wrote : Like I said, this stuff is solved in 1.1. Maybe it's time to change Seam 1.0.1 -> 1.1:P beacuse this problem is very painful for me...could you give here link to the documentation (whats new in 1.1v) those Seam beta version ,and link where can I download? Regards! V

[jboss-user] [JBoss Seam] - @DataModel and @In attribute

2006-10-30 Thread sherkan777
Hi! I I've application based on Seam + Facelets and my problem is, how to reload page and reload collection content? I've menu component (Statefull bean @DataModel), and content page, also @DataModel collection and global variable selectedCategory; Example: Menu: (Treees, Buildings, ...) When i

[jboss-user] [JBoss Seam] - 2 dimensional dataTable, Help Me!

2006-10-31 Thread sherkan777
Can anyone show me and example code, how to create 2 dimensional table in JSF using: http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982062#3982062 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982062

[jboss-user] [JBoss Seam] -

2006-11-02 Thread sherkan777
Hi! I have anonymous wrote : | | | | View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982867#3982867 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982867 ___

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

2006-11-03 Thread sherkan777
"petemuir" wrote : how about | | I'm s fu. STUPID THANKS A LOT! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3982903#3982903 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3982903

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

2006-11-03 Thread sherkan777
It doesn't work well:/ It scrolls my table well and hits my method but in datascroller view it not refresh numers... if I have: page: 3 4 5 6 7 i i click NEXT scroller show page 6 but i have still page 5 in scroller:( how can I refresh it? View the original post : http://www.jboss.com/index.

[jboss-user] [JBoss Seam] - t:dataTable & ScrollerActionEvent problem

2006-11-06 Thread sherkan777
... if I remove: if(event instanceof org.apache.myfaces.custom.datascroller.ScrollerActionEvent) { I get: java.lang.ClassCastException: javax.servlet.ServletException: org.apache.myfaces.custom.datascroller.ScrollerActionEvent Most strange think is that, when I debug my application in variable

[jboss-user] [JBoss Seam] - Re: t:dataTable & ScrollerActionEvent problem

2006-11-06 Thread sherkan777
Sorry for that, I had problem with keyboard: Its conclusion of my post: anonymous wrote : | Hi guys, | | I just start using tomahawk components and have some questions about dataScroller. | | Situation: | I have a page that contain a t:dataTable and the corresponding t:dataScrolle

[jboss-user] [JBoss Seam] - Re: Seam 1.1Beta &

2006-11-14 Thread sherkan777
Problem is with Jboss seam *.jar's Frist: check *.ear that you have upgraded in jar files to Beta 1.2 v. Maybe U have new version in IDE and somehow older in *.ear file. This must works fine! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3985721#3985721 Re

[jboss-user] [JBoss Seam] - Seam & t:panelTabbedPane

2006-11-14 Thread sherkan777
Hi! I try to use t:panelTabbedPane 7 Seam 1.2, and get following error: Tag Library supports namespace: http://myfaces.apache.org/tomahawk, but no tag was defined for name: tabChangeListener | Can anyone help me to resolve this problem? | | Source code is here: | | |