How o display a hashtable in jsp

2006-06-24 Thread Pankaj Gupta
Hi, Can you please suggest how can I display key and value(both) from a hashtable in my jsp. Currently I am using the following approach but it prints only the value and not the key. logic:iterate id=match name=eventInfo tr td width=131font face=Arial

[shale] clay login example

2006-06-24 Thread stephan opitz
hello, where i find the clay login example from the documentation... thx... stephan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Need help on popups..

2006-06-24 Thread Anil Kumar T
Hi guys, I have a issue with the parent child window in struts application. Actually we are planning to use struts for our project. So I wanted to know if this can be achieved with struts. I have Page1.jsp, page2.jsp. Lets say in the parent window am opening page1.jsp and on button click a

A doubt on struts-config.xml

2006-06-24 Thread Krieser Java
Hello, I am with a doubt: How I make to separate the entrances of struts-config.xml in some archives? It is possible to make this? Somebody knows as to make? Thanks, Francisco Krieser. __ Fale com seus amigos de graça com o

Re: A doubt on struts-config.xml

2006-06-24 Thread Martin Gainty
Kreiser Is there a reason Why do you have multiple struts-config.xml in your Struts webapp?? Martin-- This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email

Re: A doubt on struts-config.xml

2006-06-24 Thread Wendy Smoak
On 6/24/06, Krieser Java [EMAIL PROTECTED] wrote: How I make to separate the entrances of struts-config.xml in some archives? It is possible to make this? Somebody knows as to make? You can supply a comma-delimited list of configuration files, or you can also break your application up

RE: Mixing Use of Struts Tags and JSTL Tags

2006-06-24 Thread Karr, David
If you're asking if there are JSTL tags that can be used instead of the Struts tags you refer to, then no. The JSTL does not implement any HTML component features. It's perfectly natural to use more than one tag library in JSP pages, don't try to jam your application into using a single tag

[again] how to disable browser's back button after logout ?

2006-06-24 Thread Lixin Chu
this may be posted before though i can not find any in the archive: how to make sure that browser's back button will bring back the previous page after log out ? Googled, and added these into our logout action, but still no effect: response.setHeader(Cache-Control, no-cache);