Re: Manage Sessions in Struts

2008-11-30 Thread Stewart Buskirk
would invalidate further requests from one of the browser instances. You may want to implement this as an interceptor if it's an application-wide requirement. http://www.planetstruts.org/struts2-showcase/token/index.jsp -Stewart On Nov 30, 2008, at 9:33 AM, [EMAIL PROTECTED] wrote:

Re: Re: Struts iterator -

2008-11-28 Thread stewart
call my cell at 605-848-2841. Thanks, -Stewart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: JSR268 - Portlet Plugin - does it support

2008-11-27 Thread stewart
call my cell at 605-848-2841. Thanks, -Stewart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ExecuteAndWaitInterceptor Issue - Not getting request object at some where

2008-11-27 Thread stewart
call my cell at 605-848-2841. Thanks, -Stewart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Dummy example Struts 2.0 - My Sql

2008-11-26 Thread stewart
call my cell at 605-848-2841. Thanks, -Stewart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Re: Struts 2 s:select question

2008-06-12 Thread stewart
to call my cell at 605-848-2841. Thanks, -Stewart - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem in Parameter passing.

2007-08-30 Thread chris . stewart
urForm = (YourForm) form; ... String yourString = yourForm.getVariable1(); ... } Regards, Chris Stewart "Subhani Shaik" <[EMAIL PROTECTED]> 08/30/2007 09:04 AM Please respond to "Struts Users Mailing List" To user@struts.apache.org cc Subject Problem

Multiple Struts Config - Using the form tag

2007-08-29 Thread chris . stewart
Hi all, I have an application which uses multiple struts-config files. I'm trying to add a new one in which there will be an action which I want to be called when a particular jsp submit button is depressed. As I would with a single struts-config file, I'm just constructing a form tag like t

[S2] Using method parameters in the s:if tag

2007-05-04 Thread Thomson, Stewart
Hello Is it possible while using the some html Thanks

Re: Conditional validation for mask, date, integer etc

2005-10-19 Thread Stewart Cambridge
On my current project I've written a validation method that dynamically invokes other validation rules depending on the String returned by bean.getDepends() It's used with indexed properties where the fields for the form to fill in are configurable and come from a database. Is that what you're af

Re: Custom Struts code or 1.2.8?

2005-10-14 Thread Stewart Cambridge
I customised the validator just yesterday because it stops at the first error when using List-backed forms and indexedListProperty and I wanted it to run all validations down the page. I tried to extend the relevent class, but found too many methods were private or package access, rather than prote

Re: JSF vs Struts

2004-07-18 Thread Jeff Stewart
I've been monitoring this discussion. I for one like using the struts html tags over the JSTL/JSF semantically strange tags. For one thing, feedback from the HTML developers I work with, prefer html:interate this over the {c:jstl } garboono. I mean, isn't this a big motivation why Struts was cr

html:image question

2004-07-15 Thread Jeff Stewart
How can I pass parameters in a I have four of these that will basically do the same thing, issue a query. But, the query is parameterized. It make little sense to do it the Husted way and have multiple image bean buttons to represent which html:image was selected. IMHO, that approach is too muc