sudhansu sahoo

Greenhorn
+ Follow
since Feb 25, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by sudhansu sahoo

I am having a wicket page with form and Back button which takes to the previous page.

Form uses form validator to validate the fields and accordingly display errors using FeedbackPanel. When I give any invalide value in that page wicket's FormValidator displays the error message.

After the error message if i press Back button am getting the following page expiration warning:

Warning: Page has Expired The page you requested was created using information you submitted in a form. This page is no longer available. As a security precaution, Internet Explorer does not automatically resubmit your information for you.

To resubmit your information and view this Web page, click the Refresh button.

Also getting the above error when moving Back and Forward using the IE buttons.

Using Wicket version 1.3.2 on WebLogic v6.0 or Jetty v3.x in IE 6.0.

Any help would be greatly appreciated.
[ August 05, 2008: Message edited by: sudhansu sahoo ]
Does anybody find any reply for this query.
16 years ago
While deploying my enterprise application in Glassfish Server...I am getting the error below..can anybody help out me.....
It's a struts2.0 application......
struts.xml gets loaded two times......

The package name 'default' at location package - file:/C:/Program%20Files/glassfish-v2/domains/domain1/applications/j2ee-apps/mmisEnterprisePOC/ClaimCorrection_war/WEB-INF/classes/struts.xml:14:54 is already been used by another package at location package - file:/C:/Program Files/glassfish-v2/domains/domain1/applications/j2ee-apps/mmisEnterprisePOC/ClaimCorrection_war/WEB-INF/classes/struts.xml:14:54 - package - file:/C:/Program%20Files/glassfish-v2/domains/domain1/applications/j2ee-apps/mmisEnterprisePOC/ClaimCorrection_war/WEB-INF/classes/struts.xml:14:54
16 years ago
Hi Chatura...
Could you please do me a favour...
I am writing below my code snippet.
Could you please write the corresponding code to call the respective actions:

<TABLE border="0" cellpadding="0" cellspacing="0">
<BODY>
<TR>
<TD >
<s:submit value="Back To Search" action="backtosearch" />
</TD>
<TD>
<s:submit value="Main Page" action="mainpage" />
</TD>
<TD>
<s:submit value="Login" action="login" />
</TD>
</TR>
</BODY>
</TABLE>
16 years ago
Hi selvaraju....

Whatever you have mentioned is fine with Struts 1.x.
It can be acheived with DispatchAction Class in that case.
But in case of struts 2.0 it is totally different.
So I want how to implement the same with Struts 2.0.
Could you please help regarding this....
16 years ago
Hi Eric...I am talking about case b.Could you please send me the exact code for that...
Thank You.
16 years ago
Thanks Chatura for your reply...
I will implement according to your code.
But I am not getting the dojo stuffs.
Could you please let me know whether I need to add a jar file for this.
If yes,could you please let me know the corresponding jar file..

Thank You.
16 years ago
Could any body please help me regarding how to call more than one action in a jsp page in struts 2.0 tag.e.g I have one struts 2.0 implemented jsp page in which I have three submit buttons.I want to call three different actions..so could this possible...please help me ASAP.
16 years ago