forwarding from another app into ice/seam
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
forwarding from another app into ice/seam  XML
Forum Index -> JBoss Seam Integration
Author Message
rich

Joined: 06/02/2007 00:00:00
Messages: 2
Offline


I'm trying to forward from another web application where a session is centrally located in a stateful entity bean into an ice/seam app. the problem i'm having is i need to jump directly into a working form based on information in that session.

is there a way to do an onload or something along those lines into my action based classes that will return my session based form - all i've been able to do so far is put an intermediate page in between with a commandButton to an ice action method.

thanks,
philip.breau


Joined: 08/05/2006 00:00:00
Messages: 2675
Offline


Hi,

Have you tried using an action method defined in a Seam pageFlow?

Thanks,
Philip

.
rich

Joined: 06/02/2007 00:00:00
Messages: 2
Offline


Thanks for the response, i was going to a seam action. turned out i figured out the problem yesterday. it was mainly around me trying to do a body onload rather than defining it ouside of the body tag. after doing that, i was able to use javascript to call the button submitting the form.

if there is a more elegant solution to this, i would like to hear it as it seems a little hokey the way i have implemented it.

Thanks,
 
Forum Index -> JBoss Seam Integration
Go to:   
Powered by JForum 2.1.7ice © JForum Team