RE: request.getParameterMap

2006-11-12 Thread Nitin M. Mandolkar
Hi C As Map stores values as Kay and Value pair. Where type of value is Object. Here I am asking to Cast Object to String or call object toString method. Nitin -Original Message- From: Christopher Schultz [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 07, 2006 10:51 AM To: Struts

RE: Regeneration of last page visited.

2006-11-12 Thread Nitin M. Mandolkar
Hi B You have keep track of user location on application level. Say suppose there are some pages in your web application. Like below... Apage1 Bpage1- Bpage2- Bpage3- Bpage4 (Web Wizard) Cpage1- Cpage2 (Web Wizard) Dpage1 B C are your web application wizard, which meets some business

RE: Transaction control in Struts

2006-11-12 Thread Nitin M. Mandolkar
There is no option in struts to maintain Transaction (ACID). You have look for frameworks like Hibernate or Java Transaction API may help you. Nitin -Original Message- From: Balwinder [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 08, 2006 10:35 PM To: Struts Users Mailing List

RE: Last Page Regenration

2006-11-12 Thread Nitin M. Mandolkar
This solution is also good. If later on you find the filter code block is taking more time and creating some performance issues in that case you can easily remove it. By making few changes in web.xml. Even the URL pattern can help you more to apply it for specific pages rather than applying it

Re: request.getParameterMap

2006-11-12 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nitin, Nitin M. Mandolkar wrote: As Map stores values as Kay and Value pair. Where type of value is Object. Here I am asking to Cast Object to String or call object toString method. Sorry... is there a question in there? I definitely posted

Re: Struts 2 and JSTL

2006-11-12 Thread Ian Roughley
I think you can (still) also use OGNL in the configuration files. /Ian -- From Down Around, Inc. Innovative IT Solutions Software Architecture * Design * Development ~ web: www.fdar.com email [EMAIL PROTECTED] phone:617.821.5430

Struts Type Conversion

2006-11-12 Thread H . Kerem Cevahir
Hi, Can we use Webwork like type conversion in Struts 1.3? If not, is there any known method to implement this like third party extensions or source hacking? Regards. Kerem. - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: iterate through two collections

2006-11-12 Thread Uday Karrothi
sorry wrong thread reply regards, Uday Karrothi On 11/10/06, Uday Karrothi [EMAIL PROTECTED] wrote: Even you ar settign all the values properly and getting the display accurately. I do not think the changes you made to the Collection( in terms of textboxes or checkboxes or Selections) will

[ANNOUNCE] JSControlsTags add AjaxMessageQueue

2006-11-12 Thread Angelo zerr
Hello, I mail you to announce JSControlsTags add JSControlsTgas.AjaxMessageQueuecontrol which is able to poll messages from server. You can use this control to poll messages logged with log4j (by using AjaxAppender) or poll your custom messages. See documentation at

[s2] 404 - /struts2-mailreader/Tour.do

2006-11-12 Thread wolverine my
Hi! When clicked on the MailReader Tour in Struts 2 tutorial, it shows the following error: HTTP Status 404 - /struts2-mailreader/Tour.do type Status report message /struts2-mailreader/Tour.do description The requested resource (/struts2-mailreader/Tour.do) is not available. Do you know what

Re: [s2] 404 - /struts2-mailreader/Tour.do

2006-11-12 Thread Wendy Smoak
On 11/12/06, wolverine my [EMAIL PROTECTED] wrote: When clicked on the MailReader Tour in Struts 2 tutorial, Where? Have you deployed it locally? What version? it shows the following error: HTTP Status 404 - /struts2-mailreader/Tour.do A .do url in a s2 app seems odd... -- Wendy

Re: [s2] 404 - /struts2-mailreader/Tour.do

2006-11-12 Thread wolverine my
Hi Wendy I did not deploy the application locally, it is on the Struts 2's Tutorial at http://struts.apache.org/WW/tutorials.html Under the Primers section, the link of 'MailReader Tour' is pointing to http://planetstruts.org/struts2-mailreader/Tour.do On 11/13/06, Wendy Smoak [EMAIL

Re: logging initialization order

2006-11-12 Thread Ed Griebel
On 11/10/06, Ping Yu [EMAIL PROTECTED] wrote: Nov 9, 2006 2:35:23 PM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive test.war log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester). log4j:WARN Please initialize the

html messages tag

2006-11-12 Thread Puneet Lakhina
I am using html messages tag to do custom formatting of my error messages on different pages. I have something like this logic:messagesPresent html:messages id=error bean:write name=error filter=false / /html:messages /logic:messagesPresent This usually works fine but under certain

DispatchAction help?

2006-11-12 Thread Mallik
HI friends i am using DispatchAction but i don't want to validate for some buttons and i want validate the data for some another buttons like suppose i have save (to add the data and go to view details page) for this validation should work Add more (to add the data and back to same page) for