Hi,

did you look into struts-faces
there are two examples(one with tiles)

the jsps are all with JSF-"Tags"

and there is a <h:commandLink action="#{backingBean.method}"
...>-Componentent,
the 
public String method(){

}
call a struts-action (on ExternalContext.dispatch)

i hope/guess you mean that.

cheers,

Matthias

PS: three backingBeans are included in example2...


> -----Original Message-----
> From: Sharath Reddy [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, April 14, 2004 2:43 PM
> To: [EMAIL PROTECTED]
> Subject: how to use JSF tree control in a Struts application?
> 
> 
> hello,
> 
> i have an existing struts application, and i need to
> add a tree control. i thought i would take a look at
> JSF. however, the only concrete example i found for
> integrating struts and JSF:
> 
http://www-106.ibm.com/developerworks/library/j-integrate/

deals only with a simple form. is it possible to use
the tree control? how do i distinguish between the
different kinds of clicks (node expanded vs. leaf
selected) in my struts action class?

thanks!

sharath






        
                
__________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to