I have just started to seriously work with Seam (and actually this is my first
app with JSF/facelets also). I am trying to get the following use case to work
and am wondering if it is possible with Seam (or maybe this is a generic JSF
question).
Basically, I have a search screen that returns a results screen in a
<h:dataTable/> (standard stuff). From here I would like the user to be able to
open one of the detail records in a new window (right click open in tab in
firefox).
In our current struts app, this isn't a problem (since all state is passed in
the URL).
To use a common example, I am trying to modify the seam-issues example
application findIssue.jsp. The link on the issue description is currently a
commandLink:
| <h:commandLink value="#{issue.shortDescription}"
action="#{issueEditor.select}"/>
|
When this link is clicked navigates to the editIssue.jsp. When I open this
link in a new tab, the findIssue.jsp page is redisplayed.
I have been trying to use the <s:link /> ui command to allow the user to open
this link in a new window (I use firefox for testing purposes if that might
make a difference) without any success.
Should it be possible to open the issue in a new tab/window? Any suggestions
on how to do this with JSF/Seam?
If this is really a gernic JSF question and I should go ask in the JSF/MyFaces
forums, not a problem. I'm trying to learn a few new pieces at the same
time.....
Thanks,
Chris....
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3936026#3936026
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3936026
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user