RE: event On struts

2012-04-22 Thread Steve Higham
't used it. Enjoy... Steve -Original Message- From: loinheart [mailto:shah_khan_1...@hotmail.com] Sent: 21 April 2012 17:43 To: user@struts.apache.org Subject: event On struts Hey h Im a new in struts so please kindly tell me how to create event on struts control like a

RE: [struts-user] event On struts

2012-04-22 Thread Jason Pyeron
> -Original Message- > From: loinheart > Sent: Saturday, April 21, 2012 12:43 > Subject: [struts-user] event On struts > > Hey h > > Im a new in struts so please kindly tell me how to create > event on struts control like a dot net Control

Re: event On struts

2012-04-22 Thread M. Rakowski
since Struts is an action-oriented framework, i don't think it is possible. Maybe with one of the ajax-plugins? Or just try apache wicket. --- Im a new in struts so please kindly tell me how to create event on struts control like a dot net Control ? I want to perform a sel

event On struts

2012-04-22 Thread loinheart
Hey h Im a new in struts so please kindly tell me how to create event on struts control like a dot net Control ? I want to perform a selected index action on dropedown so please any tell me how to perform to this ..? -- View this message in context: http://struts

simulate event on struts 2 tag

2007-10-01 Thread Pablo Vázquez Blázquez
Hi all! I have the following code: The project is successfully removed and I get the right result, but it is shown in the whole page, not in the "workspaceAjaxContent" target. That is, it seems like if click() event doesn´t take care about the "targets" attribute. Any suggestion? Th