| 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
6 comments so far (post your own) View All Comments Latest 10 Comments:a glorious achievement ..........GOD bless u....
Posted by sudhanshu pandey on Wednesday, 04.8.09 @ 10:45am | #86629
Struts2UiTags need any extra js/jar file?
for autocomplete test it gives following resopnse.
<html><head><title>Apache Tomcat/6.0.14 - Error report</title><style><!--H1 {font-family:Tahoma,Arial
,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif
;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color
:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black
;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76
;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black
;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - </h1><HR
size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description
</b> <u>The requested resource () is not available.</u></p><HR size="1" noshade="noshade"><h3>Apache
Tomcat/6.0.14</h3></body></html>
Posted by Metro on Friday, 06.13.08 @ 11:57am | #63182
I have the same problem of not being able to capture the selected list in the action class. I had wasted more than a day on this. Anybody, any ideas?? Any kind of help would be greatly appreciated.
Thanks
Posted by rakesh on Thursday, 05.29.08 @ 01:48am | #61307
To solve the selected items issue when you submit the form, and avoid the "dojo is not defined", you need to change the .jsp and add:
<s:head theme="ajax" />
between the <head> tag
Posted by Alejandro on Friday, 02.8.08 @ 05:04am | #47561
the problem was that it need to be selected in the list of the right side to be submitted. You can't only move from left to right, need also to select the items.
This could be a bug, to solve it, you need to autoselect all in the list so that you don΄t have to do it by yourself.
Congratulations for the website
Posted by martin on Wednesday, 01.16.08 @ 19:12pm | #45364
I Have an Optiontransferselect in a form but i dont know how to get the selected items in the rightlist back in my action.
I have tried with Type List, LinkedList, arraylist, String[], and i always get null.
when i look at de request in the parameters i also didn't have the parameters or when i do request.getParametersName().
I use firebug on my firefox and i always get a javascript error saying "dojo is not defined" on the javascript function generated automaticly when the tag is processed. Could this be the problem?
Can someone help me please?
Sorry for my english!
Thank you all!
Posted by martin on Wednesday, 01.16.08 @ 18:43pm | #45363