| Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Spring Framework | Web Services | BioInformatics | Java Server Faces | Jboss 3.0 tutorial | Hibernate 3.0 | XML | ||||
|
||||
|
|
||||
| Tutorial Categories: Ajax
| Articles
| JSP
| Bioinformatics
| Database
| Free
Books |
Hibernate
| J2EE
| J2ME
| Java
| JavaScript
| JDBC
| JMS
| Linux
| MS
Technology |
PHP
| RMI
| Web-Services
| Servlets
| Struts
| UML
|
|
||||||||||||||||||||||||||||||
|
Home | JSP | EJB | JDBC | Java Servlets | WAP | Free JSP Hosting | Search Engine | News Archive | Jboss 3.0 tutorial | Free Linux CD's | Forum | Blogs |
||||||||||||||||||||||||||||||
Send your comments, Suggestions or Queries regarding this site at roseindia_net@yahoo.com.
Copyright © 2007. All rights reserved.
Current Comments
7 comments so far (post your own) View All Comments Latest 10 Comments:Here the struts .xml is not correct
Posted by Sukdev Garai on Saturday, 01.31.09 @ 05:14am | #84353
hola ... si pudieras aydarme con un ejemplo de select encadenado ... to selecciono un select y el segundo select solo debe tener datos de acuerdo a lo q haya seleccionado
Posted by richard on Tuesday, 12.16.08 @ 10:00am | #82832
Trevis is Right .
I tried the example and got the difference between the given example and Trevis point.
But is it like include directive in jsp.
It seemed to me just like that only
Posted by Dilip on Friday, 12.5.08 @ 03:15am | #82433
In Struts2 (not Struts 1) how do I force an action tag to be submitted under https (ssl)?
Thanks!
Posted by Jim Kath on Friday, 07.18.08 @ 22:41pm | #67940
What is the different between session scope and request scope? Can you help me?
Thanks.
Posted by Thuan-PN on Thursday, 05.15.08 @ 12:36pm | #60012
Te example doesn't really show the power of the action tag. What it allows you to do is to execute a struts 2 action and (optionally) have the resulting html become imbeded into the calling jsp.
try adding:
<s:action name="HelloWorld" executeResult="true" namespace="/roseindia"></s:action>
Assuming you have the HelloWorld.action servlet from the first tutorial in the "/roseindia" namespace that should give you a better example of what this tag can do.
Posted by trevis on Monday, 02.11.08 @ 10:32am | #47881
please explain more about action tag
why do you create actionTag class but not use it in success.jsp?
Posted by HuyNguyen on Friday, 09.21.07 @ 09:45am | #28518