RE: Struts/CMS/Drupal

2012-03-29 Thread Santinello, Anthony
get it running there. Cheers Christian On Thu, Mar 29, 2012 at 8:07 PM, Santinello, Anthony wrote: > Hi.. > > Wonder if I can get some advice/suggestions.. > > Has anyone used Drupal and Struts together?  Drupal is a CMS for managing > content/web features.  I have a us

RE: Struts/CMS/Drupal

2012-03-29 Thread Santinello, Anthony
eems a bit nonsensical to me, but I'm not familiar with its API (or if it has one). Bear in mind that even without an API you can always just make requests, or wrap its DB, or... Dave On Thu, Mar 29, 2012 at 2:07 PM, Santinello, Anthony < anthony.santine...@experian.com> wrote:

Struts/CMS/Drupal

2012-03-29 Thread Santinello, Anthony
Hi.. Wonder if I can get some advice/suggestions.. Has anyone used Drupal and Struts together? Drupal is a CMS for managing content/web features. I have a user that wants to use Drupal. Our application uses Struts; anyway to combine the two. Pretty much using Drupal as the View? Any ideas h

Re: Mixing the convention plugin and struts.xml

2010-02-16 Thread anthony
Lukasz Lenart googlemail.com> writes: > > 2010/2/16 Anthony So gmail.com>: > > All this said, I am unclear as to how I would go about defining a > > package node in struts.xml that would extend the convention-default > > (which extends struts-default), and the

Mixing the convention plugin and struts.xml

2010-02-16 Thread Anthony So
eption",result="exception") }) All this said, I am unclear as to how I would go about defining a package node in struts.xml that would extend the convention-default (which extends struts-default), and then define global-exceptions and global-mappings nodes that apply

Recursive Execution of Tag

2009-08-29 Thread Anthony Frasso
sure how to approach this, and any help would be greatly, greatly appreciated. Thanks. Anthony N. Frasso a...@cornell.edu - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: JSP Recursion and the Struts include Tag

2009-07-11 Thread Anthony Frasso
Thank you for the quick response Avlesh! Again, I'm somewhat new to Struts, so I'm not sure I understand your suggestion. Is there a taglib out there that handles this sort of thing? Or are you suggesting writing a custom taglib? Regards, Anthony Frasso On Sat, Jul 11, 2009 at 23:

JSP Recursion and the Struts include Tag

2009-07-11 Thread Anthony Frasso
can't use that method to access the included parameter within any struts 2 tags (as far as I can tell). So again, I suppose my question is: is this an appropriate way of solving this problem? If so, how can I get this all to work? If not, what's a better way of going about this? Thanks

Struts 2 and XHTML

2009-01-11 Thread Anthony Frasso
'<' character. Is there something I'm doing incorrectly? Or is there a different way to do this kind of a thing within a JSPX page? Thanks for your help. Regards, Anthony Frasso - To unsubscribe, e-ma

Re: Dynamically Initializing Checkbox Value

2006-08-31 Thread Anthony N. Frasso
I think small code snippets would be the most useful in me understanding what I have to do, because right now, I *think* I understand the concepts... just don't know the syntax, and the web/my book aren't terribly helpful. Thanks again, your help is greatly appreciated. Anthony Frasso __

Re: Dynamically Initializing Checkbox Value

2006-08-30 Thread Anthony N. Frasso
ut it into the request scope. The question is... how do I pre-populate the form bean with that role? I don't have access to the form bean yet from the action class. Regards, Anthony Frasso --- Puneet Lakhina <[EMAIL PROTECTED]> wrote: > On 8/30/06, Anthony N. Frasso <[EMA

Re: Dynamically Initializing Checkbox Value

2006-08-30 Thread Anthony N. Frasso
get to the JSP page, so there's no way to initialize it. Thanks for the help, Anthony Frasso --- Puneet Lakhina <[EMAIL PROTECTED]> wrote: > On 8/30/06, Anthony N. Frasso <[EMAIL PROTECTED]> > wrote: > > > > Hello all, > > > > public c

Re: Dynamically Initializing Checkbox Value

2006-08-29 Thread Anthony N. Frasso
This seems like a bad idea. For one, how do we know that there is a one-to-one mapping of beans to form beans? If I'm modifying a few beans all on the same JSP page, I certainly don't want there to be confusion. I hope I've made myself clear, and I look forward to everyone's r

Re: Dynamically Initializing Checkbox Value

2006-08-28 Thread Anthony N. Frasso
g sort of like the following: Does this clear up what I'm looking for? The generated HTML should look like: where the value of the "checked" parameter is the evaluation of "${myBean.married}". Thanks again for your help! I am reviewing the code samples on the si

Re: Dynamically Initializing Checkbox Value

2006-08-28 Thread Anthony N. Frasso
eckbox for each customer in a collection of customers. It supposedly creates the following html: John Doe Peter Smith What I don't understand is how it determines that John Doe should have his checkbox checked, but not Peter Smith. Do you have any ideas? Thanks, Anthony Frasso -

Dynamically Initializing Checkbox Value

2006-08-28 Thread Anthony N. Frasso
However, I don't see any way to initialize the checkbox. The value property works in a different way than in most of the other form input tags. How would I go about accomplishing this? Thanks again, Anthony Frasso __ Do You Yahoo!? Tired

Array object within map backed property.

2006-03-24 Thread Anthony Bargnesi
ong to use an array within a map or is this even possible? Thanks, Anthony Bargnesi

RE: Validator and Javascript

2005-12-13 Thread Santinello, Anthony
Thank you all. This should solve my problem. -Original Message- From: Laurie Harper [mailto:[EMAIL PROTECTED] Sent: Monday, December 12, 2005 2:32 PM To: user@struts.apache.org Subject: Re: Validator and Javascript From the documentation: "The dynamicJavascript and staticJavascript

RE: Creating a valid web.xml version 2.4

2005-07-20 Thread Frasso, Anthony
> Frasso, Anthony wrote: > > >So then I can completely remove the tag from my > web.xml file, making it look like the following? > > > > > > > >http://java.sun.com/xml/ns/j2ee";; > > xmlns:xsi="http://www.w3.org/2001/XML

RE: Creating a valid web.xml version 2.4

2005-07-20 Thread Frasso, Anthony
nce";; xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";; version="2.4"> [...] [...] [...] There's nothing else I have to configure to use JSTL

Creating a valid web.xml version 2.4

2005-07-19 Thread Frasso, Anthony
struts tag libraries, how would I specify the JSTL tag libraries without the tag in the web.xml file? Is there a completely different way to go about this? Regards, Anthony Frasso - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [offlist] Re: Newbie Help

2005-07-06 Thread Frasso, Anthony
s substitute for the dtd definition file. Is there a good reference for the web-app tag attribute definitions? Regards, Anthony Frasso - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [offlist] Re: Newbie Help

2005-07-06 Thread Frasso, Anthony
mmendation, replacing the tag with just "${project.projectId}". Same result. Thanks again for your help, Wendy, and to everyone who responded to my earlier post. I've forwarded this response to the list as well in case Wendy is not available again to respond. Regards, Antho

Newbie Help

2005-07-05 Thread Frasso, Anthony
erName, and softwareVersionName. I'd simply like to print out this information. I'd like to use as much of the struts tag libraries as possible, without resorting to inline java code. The code above does not work as I would expect it to. Any tips on where I am going wrong? Re

Re: changing session timeout?

2005-03-09 Thread Anthony Hong
- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Anthony Hong - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: validation issue

2005-03-09 Thread Anthony Hong
AIL PROTECTED] > > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > > > ----- > > To unsubscribe, e-mail: > > [EMAIL PROTECTED] > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > __ > Do you Yahoo!? > Make Yahoo! your home page > http://www.yahoo.com/r/hs > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Anthony Hong - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ??????????? in JSP

2005-03-09 Thread Anthony Hong
[EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Anthony Hong - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Please show me an example of Struts client side javascript validation for Array

2005-02-21 Thread Anthony Hong
nt to use it instead of write javascript by myself. But It doesn't work in this way. Anybody know this are welcomed. -- Anthony Hong - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Please show me an example of Struts client side javascript validation for Array

2005-02-21 Thread Anthony Hong
x27;ve misunderstood. > -- Anthony Hong - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Please show me an example of Struts client side javascript validation for Array

2005-02-20 Thread Anthony Hong
I have two fields with same name Could I use validation.xml to config validation for customerName field? How to write it? I tried But it didn't work. Who know the problem? Thanks a lot! -- Anthony

Does Javascript validation support Array?

2005-02-20 Thread Anthony Hong
I have a question about validation framework use javascipt in struts. If I define a rule in validation.xml with field "customerName" required, and there are two input text items use this name, then javascript validation doesn't work. What should I do? I use struts 1.1 -

Does Javascript validation support Array?

2005-02-17 Thread Anthony Hong
I have a question about validation framework use javascipt in struts. If I define a rule in validation.xml with field "customerName" required, and there are two input text items use this name, then javascript validation doesn't work. What should I do? I use struts 1.1 --

Re: Avoid resubmit

2005-02-03 Thread Anthony Hong
------ > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Anthony Hong - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: UTF8 encoding for weblogic

2005-01-20 Thread Anthony Hong
> > I know that there are specific settings for this purpose in Websphere and > Jboss/Tomcat. But I can't find similar setting in weblogic docs that > mentions about this. > > Any idea will hep. Thanks. > > -Betty > > -- Anthony Hong --

Re: message tag, resource bundle

2005-01-20 Thread Anthony Hong
tags within teh Struts tab > libraries. It recives an internationalized message for the specified locale, > using the specified message key, and writes it to the output stream. > I could use some clarification as to what that statement means. > I interpret it, as I

Re: Struts token doesn't work problem

2005-01-20 Thread Anthony Hong
Actually I use xslt to do as my view. So I couldn't use struts tags at all. Is there any other mechanism that I could use to control double click? I have to simulate struts's token action? -- Anthony Hong - To unsu

Re: Struts token doesn't work problem

2005-01-20 Thread Anthony Hong
I think my problem is I didn't use html:form struts tag, I use form tag in html directly. So it didn't work. Thanks. -- Anthony Hong - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Struts token doesn't work problem

2005-01-20 Thread Anthony Hong
view? -- Anthony Hong - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]