[jboss-user] [JBoss Seam] - Re: no value for request parameter: taskId

juangiovanolli do-not-reply at jboss.com
Wed Nov 29 17:30:52 EST 2006


Sorry gavin. i had copied twice the same code. 
thanks for you patience. 
best regards from argentina


---CreateTask.xhtml---

  | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  | <html xmlns="http://www.w3.org/1999/xhtml"
  |       xmlns:ui="http://java.sun.com/jsf/facelets"
  |       xmlns:h="http://java.sun.com/jsf/html"
  |       xmlns:f="http://java.sun.com/jsf/core"
  |       xmlns:s="http://jboss.com/products/seam/taglib">
  | <head>
  | <title>Login</title>
  | </head>
  | <body>
  | <h1>Login</h1>
  | 
  | 	<h:form>
  | 	
  | 	  	<h:outputText value="#{taskWorkflow.vec}"></h:outputText>
  | 	    <h:commandButton value="Start Workflow" action="#{taskWorkflow.startProcess}"/>
  | 	  
  | 	</h:form>
  | 
  | 
  | </body>
  | </html>
  | 
  | 


---taskA.xhtml---


  | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  | <html xmlns="http://www.w3.org/1999/xhtml"
  |       xmlns:ui="http://java.sun.com/jsf/facelets"
  |       xmlns:h="http://java.sun.com/jsf/html"
  |       xmlns:f="http://java.sun.com/jsf/core"
  |       xmlns:s="http://jboss.com/products/seam/taglib">
  | <head>
  | <title>Login</title>
  | </head>
  | <body>
  | <h1>Login</h1>
  | 
  | 	<h:form>
  | 	  <div>
  | 	  
  | 	    <h:commandButton value="Login" action="#{taskA.startTaskA}"/>
  | 	  </div>
  | 	</h:form>
  | 
  | </body>
  | </html>
  | 
  | 



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989851#3989851

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3989851



More information about the jboss-user mailing list