Re: opening a new window if validated

2007-11-20 Thread Pavel Sapozhnikov
Hey Adam thanks. So basically one of the things I did was when I am on page x I validate using client side JS validation either written myself or html:javascript doesn't really metter but both of those two methods pop up an alert and doesn't actually put it right in the page like html:errors does.

opening a new window if validated

2007-11-19 Thread Pavel Sapozhnikov
again I am not sure if this is Struts question or HTML question I tried doing onsubmit="validateSomething()" and then that would do javascript validation but then it didn't display my html:errors. So any help would be really appreciated. Thanks. -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Re: Validating array in S1

2007-11-05 Thread Pavel Sapozhnikov
a > Collection) as a param to the constructor > then getArray method will return your [] > > M-- > - Original Message - > From: "Pavel Sapozhnikov" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Monday, November 05, 2007 7:47 A

Re: Validating array in S1

2007-11-05 Thread Pavel Sapozhnikov
But isn't this [] index notation for arrays only? I am using a List. On 11/5/07, Paul Benedict <[EMAIL PROTECTED]> wrote: > > Look at the Struts user guide. It does support the index [] notation. > > Paul > > On 11/3/07, Pavel Sapozhnikov <[EMAIL PROTECTED]>

Validating array in S1

2007-11-03 Thread Pavel Sapozhnikov
check box. I did this using custom validation it took me 1 min time but I was wondering if something like this is possible in validation.xml thanks. -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

S1 Indexed Properties question

2007-10-19 Thread Pavel Sapozhnikov
very new to me. Thanks Pavel -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

s:property from S2 in S1

2007-10-12 Thread Pavel Sapozhnikov
Hi I have a question. So in S2 you have s:property which just takes from a form and simply displays it on the page. How do you do exactly that in S1. Thanks. -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Re: building struts with maven error Java Heap Space

2007-10-08 Thread Pavel Sapozhnikov
te the maximum java heap space for maven. > Tom > > > Pavel Sapozhnikov wrote: > > > > Hi I am trying to mvn the checked out Struts2. First I have successfully > > mvn'ed xwork 2.0.4 and that went fine now I am trying to mvn Struts2 and > > when it gets to Test I

building struts with maven error Java Heap Space

2007-10-08 Thread Pavel Sapozhnikov
e help. At work on XP machine this doesn't happen. I am using Vista with Java 1.6 and latest maven 2.0.7 I believe. Any help would be greatly appreciated. Thanks. -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Re: [ANN] Three Struts Tutorials or Presentations at ApacheCon US 2007 Atlanta GA

2007-10-03 Thread Pavel Sapozhnikov
ters will be in Atlanta GA for the convention this year. > > Hope to see you there! > > -Ted. > <http://husted.com/ted/blog/> > > --------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

specifying the location of struts.xml

2007-09-26 Thread Pavel Sapozhnikov
. -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Dynamic Method Invocation

2007-09-25 Thread Pavel Sapozhnikov
Hi I like how with DMI you can have one action mapping but call different methods in Action class thats great. However what are the down sides to the DMI. What is the validation issue there? Or what other issues are there. Any help would be appreciated. -- Pavel Sapozhnikov xFact, Inc [EMAIL

Re: [Tangential] Re: [s2] Struts head tag KILLS (> 10s) page load time

2007-09-21 Thread Pavel Sapozhnikov
ould be a pretty good idea :) > > musachy > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Re: [s2] Struts head tag KILLS (> 10s) page load time

2007-09-20 Thread Pavel Sapozhnikov
To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Re: struts 2 and Windows Vista

2007-09-10 Thread Pavel Sapozhnikov
ill never complete." On Internet Explorer, > application hangs up. > Did anyone come across this situation before? I have Validation.xmls and > actions for my forms. I can see nput.action on the browser URL bar, but > looks like validation framework hangs up after that. > I will

Question about OGNL ValueStack

2007-09-10 Thread Pavel Sapozhnikov
it and if not how do I put it in ValueStack. Any help would be greatly appreciated. Thanks. -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Re: Tiles2 first actual release

2007-08-30 Thread Pavel Sapozhnikov
I thought the 2 lists were shared. On 8/30/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: > > 2007/8/30, Pavel Sapozhnikov <[EMAIL PROTECTED]>: > > > > Hi does anyone know as to when Tiles2 release will become available. I > > know > > there is beta

Tiles2 first actual release

2007-08-30 Thread Pavel Sapozhnikov
Hi does anyone know as to when Tiles2 release will become available. I know there is beta right now but I was wondering as to first release. Thanks. -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

user@struts.apache.org

2007-08-30 Thread Pavel Sapozhnikov
. But if I have either of those 2 -its gonna validate so what NEW does validate="true" in s:form give me. Thanks. -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

multi-page forms

2007-08-29 Thread Pavel Sapozhnikov
In Struts1 you have the advantage to do create multi-page forms and validate them too. Can you have the same effect in Struts2. -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Re: Validation chaining in struts2

2007-08-29 Thread Pavel Sapozhnikov
Hey Joseph sorry I think I need something exactly like this: https://issues.apache.org/struts/browse/STR-443 On 8/29/07, Pavel Sapozhnikov <[EMAIL PROTECTED]> wrote: > > Hey Joseph. I think thats something similar to what I am asking but I am > not even quiet sure. I was also wond

Re: Validation chaining in struts2

2007-08-29 Thread Pavel Sapozhnikov
gt; https://issues.apache.org/struts/browse/WW-2113?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41901 > > Can you please check if this is what you need as well? > > -Joseph > > > > On 8/29/07, Pavel Sapozhnikov <[EMAIL PROTECTED]> wr

Re: some advanced questions in Struts2

2007-08-29 Thread Pavel Sapozhnikov
gt; password > > ** As you can see for userName and password we have this attribute called > page ** -- i'm not able to understand this. > > > > On 8/29/07, Pavel Sapozhnikov <[EMAIL PROTECTED]> wrote: > > > > Hey guys I have posted before but I think

some advanced questions in Struts2

2007-08-29 Thread Pavel Sapozhnikov
things but I haven't seen people do that. So if you could help me with that, that would be terrific. -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Validation chaining in struts2

2007-08-29 Thread Pavel Sapozhnikov
sword exist but the prerequisite is that base validation should pass. How do I do that in struts2. Any input would be appreciated. Thanks. -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Using ActionMapper interface

2007-08-29 Thread Pavel Sapozhnikov
appContext to do that. Anyway if I could get some help that would be terrific thanks. -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Re: how to init action form when session expires

2007-08-29 Thread Pavel Sapozhnikov
PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > -- > Oscar Developer > McMaster University > 75 Frid Street, Hamilton, ON > 905 525 9140 x27735 > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Re: Nasty Tiles2 Problem - help

2007-08-28 Thread Pavel Sapozhnikov
our own that you follow up stating what > the problem was. > > d. > > --- Pavel Sapozhnikov <[EMAIL PROTECTED]> > wrote: > > > Hey guys I think I have figured it out nevermind lol > > > > On 8/28/07, Pavel Sapozhnikov > > <[EMAIL PROTECTED]> wr

equivalent in s2

2007-08-28 Thread Pavel Sapozhnikov
Hey what is the equivalent tag in struts2 for -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Re: Nasty Tiles2 Problem - help

2007-08-28 Thread Pavel Sapozhnikov
Hey guys I think I have figured it out nevermind lol On 8/28/07, Pavel Sapozhnikov <[EMAIL PROTECTED]> wrote: > > Roberto thanks...that doesn't help something else is really wrong here. I > wish I could maybe post a picture here or something I could take a screen > sho

Re: Nasty Tiles2 Problem - help

2007-08-28 Thread Pavel Sapozhnikov
> > struts2 > > org.apache.struts2.dispatcher.FilterDispatcher > > > > contextCleanup > /* > > > struts2 > /* > > > > > Pavel Sapozhnikov wrote: > > Hey Roberto I put this in my web.x

Re: Nasty Tiles2 Problem - help

2007-08-28 Thread Pavel Sapozhnikov
Hey Roberto I put this in my web.xml but that doesn't seem to fix things: tilesCleanup org.apache.struts2.dispatcher.ActionContextCleanUp 1 On 8/28/07, Pavel Sapozhnikov <[EMAIL PROTECTED]> wrote: > > Robert could you tell me how to use that.

Re: Nasty Tiles2 Problem - help

2007-08-28 Thread Pavel Sapozhnikov
ehaviours until I added the contextCleanup filter. > > Hope that helps. > > > Pavel Sapozhnikov wrote: > > Hey guys I am not sure if uh if this is tiles problem or what not but > here's > > my problem: > > > > So I am on a page X lets say I hit a button the

Nasty Tiles2 Problem - help

2007-08-28 Thread Pavel Sapozhnikov
nybody like explain to me what is going on please. -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Re: Insane problems with s:select

2007-08-27 Thread Pavel Sapozhnikov
I have this s:select tag in it puts > like my > > > tile within the same tile so it looks a page within the same page. Um > lets > > > see if I get rid of s:form it still does that. The only time its fine > is > > > when I actually remo

Insane problems with s:select

2007-08-27 Thread Pavel Sapozhnikov
s not displaying my list even if I do have s:select. So if anybody can provide some help that would be terrific. Thanks. -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

converting to s2

2007-08-27 Thread Pavel Sapozhnikov
Hi I have this code in my jsp in s1 application I want to get the equivalent for s2. I think it has something to do with and s:optgroup. Could anyone help maybe? - Select an Agency - -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Re: Session problem

2007-08-26 Thread Pavel Sapozhnikov
ond user's ID. It's almost like we're writing to > >>>>> the application rather than the session. > >>>>> > >>>>> Any ideas where I'm going wrong? > >>>> Not with so little information to go on. > >>>> > >>>> Is the "second user's login" happening from a > >>>> different machine and / or different browser? > >>>> > >>>> d. > >>>> > >>>> > >>>> - > >>>> To unsubscribe, e-mail: [EMAIL PROTECTED] > >>>> For additional commands, e-mail: [EMAIL PROTECTED] > >>>> > >>>> > >>>> > >>> > >> > >> > >> - > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > >> > > > > -- > > View this message in context: > > http://www.nabble.com/Session-problem-tf4324658.html#a12324676 > > Sent from the Struts - User mailing list archive at Nabble.com. > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > - > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/Session-problem-tf4324658.html#a12333777 > Sent from the Struts - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Re: s2 equivalent of

2007-08-26 Thread Pavel Sapozhnikov
Hey Alex thank you very much. I'll definately try that. On 8/26/07, j alex <[EMAIL PROTECTED]> wrote: > > I don't think there's an equivalent tag, see if *helps > > 8/24/07, Pavel Sapozhnikov <[EMAIL PROTECTED]> wrote: > > > > Hey does anyone k

Re: Struts1/Tiles and Struts2/tiles in same app

2007-08-25 Thread Pavel Sapozhnikov
simple of a web app containing both s1/tiles1 > and s2/tiles2. > > If you know of such an example please send me the link > > Thanks > > > - Original Message > From: Pavel Sapozhnikov <[EMAIL PROTECTED]> > To: Struts Users Mailing List > Sent: Saturda

Re: Struts1/Tiles and Struts2/tiles in same app

2007-08-25 Thread Pavel Sapozhnikov
iles1 components and I can even get to the > Struts2 actions but the Struts2 app cannot get to the Tiles2 definitions. > > Can any provide a sample app or config info on how its done? > > Many thanks > Darryl > > -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

s2 equivalent of

2007-08-24 Thread Pavel Sapozhnikov
Hey does anyone know which tag in struts2 would be equivalent to the tag in struts1. Thanks. -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Re: Struts2 Tiles question

2007-08-24 Thread Pavel Sapozhnikov
. > > I'll put together a document at work tomorrow. My app uses Struts-1, > Struts-2, and JSF, all using Tiles to render the view. > > - Ray Clough > > - Original Message - > From: "Pavel Sapozhnikov" > To: "Struts Users Mailing Lis

Re: Struts2 Tiles question

2007-08-23 Thread Pavel Sapozhnikov
l jsp? And > this jsp > > > will have like more tile:insertAttribute and yea? Could I do that? > > > > > > On 8/23/07, Jiang, Jane (NIH/NCI) [C] <[EMAIL PROTECTED]> wrote: > > > > > > > > I don't think you need tile-config.xml. You

Struts2 POJO Forms

2007-08-23 Thread Pavel Sapozhnikov
Form for this action? -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Re: MutableTilesContainer error

2007-08-23 Thread Pavel Sapozhnikov
ernals, but would tags work without type="tile"> defined? > > On 8/23/07, Pavel Sapozhnikov <[EMAIL PROTECTED]> wrote: > > > > Hey yeah I am using Tiles2. So this error only happens when I in > > struts.xmlI point NOT to a definition but to a jsp like thi

Struts2 Tiles1

2007-08-23 Thread Pavel Sapozhnikov
Hi could anyone guide me on integrating Struts2 and Tiles1. Maybe me point me to a page. Also are there any official dates as to when Tiles2 will be out of beta? Thank you. -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Re: MutableTilesContainer error

2007-08-23 Thread Pavel Sapozhnikov
x="tiles" %> <%@ taglib prefix="s" uri="/struts-tags" %> On 8/23/07, j alex <[EMAIL PROTECTED]> wrote: > > Please paste relevant portions on your web.xml, tiles-config and struts > xml > files , so we can take a better look .

Re: message resources in struts.xml

2007-08-23 Thread Pavel Sapozhnikov
Also in jsp I have I also see a line in tomcat where its loading MessageResources.properties file now if I remove name tag from s:bean it compains cuz name is required but at the same time I don't know what should go in name attribute. On 8/23/07, Pavel Sapozhnikov <[EMAIL PROTECTED

Re: Mail undeliverable errors

2007-08-23 Thread Pavel Sapozhnikov
Filter on what exactly? What do you filter? On 8/23/07, Alvaro Sanchez-Mariscal <[EMAIL PROTECTED]> wrote: > > It seems that somebody is subscribed with a non-existent email address. > > I added a filter in Gmail to automatically delete them. > > Alvaro. > > On 8/23

Re: message resources in struts.xml

2007-08-23 Thread Pavel Sapozhnikov
> -Original Message- > From: Pavel Sapozhnikov [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 23, 2007 2:14 PM > To: Struts Users Mailing List > Subject: message resources in struts.xml > > Hi I have a question in Struts 1 in struts-config.xml I have: > > > &

Mail undeliverable errors

2007-08-23 Thread Pavel Sapozhnikov
Hi could anyone tell me is why is that why when every time I send email to this mailing list I get Mail undeliverable error but the actual email gets sent. I wasn't sure if I did something wrong? -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Re: Struts2 Tiles question

2007-08-23 Thread Pavel Sapozhnikov
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

message resources in struts.xml

2007-08-23 Thread Pavel Sapozhnikov
Hi I have a question in Struts 1 in struts-config.xml I have: What would the equivalent be in Struts2 Thank you -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Re: Struts2 Tiles question

2007-08-23 Thread Pavel Sapozhnikov
Sorry tell* haha On 8/23/07, Pavel Sapozhnikov <[EMAIL PROTECTED]> wrote: > > Great and how do I tile the tile jsp to use the specified definition? Also > definitions can only be in tiles.xml right? > > On 8/23/07, Chris Pratt < [EMAIL PROTECTED]> wrote: > > &

Re: Struts2 Tiles question

2007-08-23 Thread Pavel Sapozhnikov
Great and how do I tile the tile jsp to use the specified definition? Also definitions can only be in tiles.xml right? On 8/23/07, Chris Pratt <[EMAIL PROTECTED]> wrote: > > Yes, but then you wouldn't use type="tiles" > (*Chris*) > > On 8/23/07, Pavel S

Re: Struts2 Tiles question

2007-08-23 Thread Pavel Sapozhnikov
/07, Jiang, Jane (NIH/NCI) [C] <[EMAIL PROTECTED]> wrote: > > I don't think you need tile-config.xml. You can just add your tiles > definition to tiles.xml in WEB-INF. > > -Original Message- > From: Pavel Sapozhnikov [mailto:[EMAIL PROTECTED] > Sent: Wednesd

MutableTilesContainer error

2007-08-23 Thread Pavel Sapozhnikov
MutableTilesContainer -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

MutableTilesContainer error

2007-08-22 Thread Pavel Sapozhnikov
MutableTilesContainer -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

MutableTilesContainer

2007-08-22 Thread Pavel Sapozhnikov
Hi I am getting this error could anyone help please. I am trying to use tiles in Strut2 thanks javax.servlet.ServletException: Unable to define definition for a container which does not implement MutableTilesContainer -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]

Struts2 Tiles question

2007-08-22 Thread Pavel Sapozhnikov
give an example please thank you. -- Pavel Sapozhnikov xFact, Inc [EMAIL PROTECTED]