[jboss-user] [JBoss Seam] - Re: If NoResultException, then logic in JSF or Java

2007-04-29 Thread saeediqbal1
Most of the examples i have seen use s:div's rendered tag. I may try something new myself. Thanks Pete View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041734#4041734 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041734

[jboss-user] [JBoss Seam] - Re: If NoResultException, then logic in JSF or Java

2007-04-29 Thread petemuir
What didn't work? What you do is one way to do it - take a look the Seam Application Framework and how it does it... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041718#4041718 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Seam] - Re: If NoResultException, then logic in JSF or Java

2007-04-29 Thread saeediqbal1
No that did not work unfortunately. I think i may need to do that first option i said have a new form inside this code block in the same .xhtml page | PUT THE FORMS HERE | What do you think? or just say that click on this link to enter your new activity? But that wou

[jboss-user] [JBoss Seam] - Re: If NoResultException, then logic in JSF or Java

2007-04-28 Thread petemuir
"saeediqbal1" wrote : value.setUsername("#{identity.username}"); You can't use EL like this - try injecting identity into the bean using @In. With your navigation problem - I'm unsure of the precedence order of navigation rules - which takes priority - from-action or from-outcome? What you are

[jboss-user] [JBoss Seam] - Re: If NoResultException, then logic in JSF or Java

2007-04-28 Thread saeediqbal1
Hello View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041673#4041673 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4041673 ___ jboss-user mailing list jboss-user@lists.jboss.or

[jboss-user] [JBoss Seam] - Re: If NoResultException, then logic in JSF or Java

2007-04-28 Thread saeediqbal1
Well that ActivityEdit.xhtml file is the one that creates a row in database (auto generated by seam-gen with entity) View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4041621#4041621 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=r