[jboss-user] [JBoss Seam] - Re: s:button and data store

2007-06-19 Thread Premheiko
Hello together, till yet i was waiting for your answers! Have no one of you seen such an error befor or is it a bug by jbpm seam?? I would be thankful for an helping answer View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4055636#4055636 Reply to the post :

[jboss-user] [JBoss Seam] - Re: s:button and data store

2007-06-19 Thread Premheiko
when i use the tag h:commandButton...,will be come this error: 15:25:06,963 ERROR [DebugPageHandler] redirecting to debug page java.lang.IllegalStateException: no value for request parameter: taskId and now ... View the original post :

[jboss-user] [JBoss Seam] - s:button and data store

2007-06-14 Thread Premheiko
Hey, with the tag s:button i can´t store my data in the database. Please i need a help as soon as possible! By the way: s:commandbutton displays the follow mistake message: s:commandButton Tag Library supports namespace: http://jboss.com/products/seam/taglib, but no tag was defined for name:

[jboss-user] [JBoss Seam] - Re: s:button and data store

2007-06-14 Thread Premheiko
thanks for the answer but: when i write: h:commandButton... f:param name=taskID value=#{task.id}/ /h:commandButton i get this error: 09:41:02,386 ERROR [DebugPageHandler] redirecting to debug page java.lang.IllegalStateException: no value for request parameter: taskId View the original post

[jboss-user] [JBoss Seam] - Re: s:button and data store

2007-06-14 Thread Premheiko
if i don´t give taskId in h:commandButton... and define this metode @EndTask(transition=update) public String update() { ... return..; } it comes back no anwser and no error. View the original post :

[jboss-user] [JBoss Seam] - Re: s:button and data store

2007-06-14 Thread Premheiko
second variant: if i don´t give taskId in h:commandButton... and define this metode @EndTask(transition=update) public String update() { ... return..; } it comes back no anwser and no error. View the original post :

[jboss-user] [JBoss Seam] - Re: s:button and data store

2007-06-14 Thread Premheiko
hi guys, any ideas !! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054332#4054332 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054332 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - Re: s:button and data store

2007-06-14 Thread Premheiko
Here is the code : mitarbeiter.xhtml: | div class=scrollTableContainer_1000 | h4JBPM-Workflow-2/h4 | t:dataTable id=postkorbTable-workflow-2 width=1000 cellpadding=0 |

[jboss-user] [JBoss Seam] - Re: s:button and data store

2007-06-14 Thread Premheiko
So here : | table | tr | td | h:commandButton value=#{bundle.speichern} action=#{mitarbeiterAction.speichern} / | | /td | td |

[jboss-user] [JBoss Seam] - Re: s:button and data store

2007-06-14 Thread Premheiko
It doesn 't gointo the method speichern() !! View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4054416#4054416 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4054416 ___ jboss-user

[jboss-user] [JBoss Seam] - Re: Seam, Facelets, JSF and XML comments

2007-06-12 Thread Premheiko
Hi, Really userful info!! Great job by adding to SeamProblemFAQ. Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4053408#4053408 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4053408

[jboss-user] [JBoss Seam] - Re: Seam PDF: w/o cookies-a bug??

2007-04-12 Thread Premheiko
Hi., Sorry for reposting it but i don't know how to file a new bug in JIRA. Please help me or file a bug for me regarding this issue. I'm eagerly waiting for reply. Thanks PS: Our project release is pending for a pre-production envirnoment only due to PDF export. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam PDF: w/o cookies-a bug??

2007-04-12 Thread Premheiko
Hi., Thanks for ur reply. Sorry .. still I couldn't file becos I can't find something like Create new issuse on page http://jira.jboss.com/jira/browse/JBSEAM I think i need to have some special rights to do that (currently logged in as Jboss forum username/password). If so could you please

[jboss-user] [JBoss Seam] - Re: Seam PDF: w/o cookies-a bug??

2007-04-11 Thread Premheiko
Hi., Thanks for your reply. I think its right to open a JIRA issue on this. Sorry for the stupid question Could you please tell me how to open a new JIRA issue? (I tried to do myself but no sucess yet) Thanks. View the original post :

[jboss-user] [JBoss Seam] - Re: Seam PDF: w/o cookies-a bug??

2007-04-10 Thread Premheiko
Hi., No reply yet? Its really very important for our application to work without cookies. Should I file a JIRA on this? Thanks. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4035951#4035951 Reply to the post :

[jboss-user] [JBoss Seam] - Seam PDF: w/o cookies-a bug??

2007-03-30 Thread Premheiko
Hi., Envirnoment: Seam 1.1.6 GA, Ajax4Jsf 1.1.0rc1, MyFaces 1.1.5, Tomahawk 1.1.3, Tomcat 5.5.20 Embed microcontainer Problem: Seam PDF generation without cookies not working. Detail: If i disable cookies on Tomcat (or whatever server), then on clicking link (whatever s:link or

[jboss-user] [JBoss Seam] - Re: Help: Seam PDF NPE??

2007-03-24 Thread Premheiko
Hi., I debugged inside Seam code and found that in DocumentStorePhaseListener documentData is NULL | DocumentData documentData = DocumentStore.instance).getDocumentData(contentId); | byte[] data = documentData.getData(); | Here's my web.xml file | ?xml version=1.0

[jboss-user] [JBoss Seam] - Help: Seam PDF NPE??

2007-03-23 Thread Premheiko
Hi., I just followed seam itext example to create and render a PDF page but unfortunately NPE. I just have a form with s:link like | h:form id=testFileDownload | s:link view=/lists.xhtml value=Test List / | /h:form | Please see below for stack trace: | 18:04:04,486 ERROR

[jboss-user] [JBoss Seam] - Re: Help: Seam PDF NPE??

2007-03-23 Thread Premheiko
Hi., Thanks for ur response. anonymous wrote : | What does your document look like? | Actually first i tried the lists.xhtml (with binding) from itext example but then I thought that might be a problem, so i removed all tags and just left some some static elements like this |

[jboss-user] [JBoss Seam] - Re: Excel support in Seam: any interest?

2007-03-22 Thread Premheiko
Hi all, I followed these steps, but it did not work. It comes a empty HTML page and no Error in the log file . mjek2 wrote : Hi Gavin, | | nice to hear ;) | I've experimented with JExcel API (http://jexcelapi.sourceforge.net/). My first xhtml pages look like: | | |

[jboss-user] [JBoss jBPM] - Re: Timer cannot with Seam function

2007-03-22 Thread Premheiko
NO idea?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4030593#4030593 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4030593 ___ jboss-user mailing list

[jboss-user] [JBoss Seam] - JBPM-Timer cannot be started with Seam

2007-03-13 Thread Premheiko
Hey, I'm new to JBpm Seam. Could you please tell me how to start a timer? Is a Scheduler needed for this? I have define a process definition : | ?xml version=1.0? | process-definition name=MyProcess | start-state name=start | task name=start |

[jboss-user] [JBoss jBPM] - Timer cannot with Seam function

2007-03-12 Thread Premheiko
I would like to use a timer with a Action, but it does not go!!! Perhaps i should start the timer or is the definition of the ActionHandler under Seam adapt timers themselves? Someone already worked thereby with Seam Freamwork !!Thanks View the original post :