Re: struts controller with JSF view

2007-04-05 Thread Gary VanMatre
From: Keith Easterbrook [EMAIL PROTECTED] Hi, Our team is dealing with a technology decision and I was hoping to get some advice. Some members would like to use JSF for the entire MVC, and some would very much like the injection from Struts 2. We have decided that the view will be

Re: OWASP standards

2007-01-19 Thread Gary VanMatre
From: Shabada, Gnaneshwer [EMAIL PROTECTED] Hello, Are there any Java frameworks or Java Utility projects which comply to OWASP standards in terms of data validation etc., Please share if you know of any such frameworks David Chandler had a presentation on OWASP at the ApacheCon US

Re: combining chain of commands with struts action

2007-01-19 Thread Gary VanMatre
From: manunixx [EMAIL PROTECTED] Joe Germuska wrote: Please note that I don't think a whole lot of people have been using this feature, so you may well find bugs or even simply find that it could use some refinements. But this is the basic overview of how it's supposed to

RE: OWASP standards

2007-01-19 Thread Gary VanMatre
From: Shabada, Gnaneshwer [EMAIL PROTECTED] Thanks Gary, but I couldnt access any archived webcast for this presentation? Do you happen to have that link? Unfortunately I don't. You might shoot David an email and ask about it ([EMAIL PROTECTED]). It was good presentation. Gary

Re: Problem with URL-Rewriting in WebSphere

2007-01-16 Thread Gary VanMatre
directly to the application server, it might be a problem with the virtual host mappings. What port are you using (http://myhost:9080/xxx/xxx.do)? What version of WAS are you using? Gary 2007/1/15, Gary VanMatre : From: Roberto Flores Greetings, I can't use cookies since

Re: Problem with URL-Rewriting in WebSphere

2007-01-15 Thread Gary VanMatre
From: Roberto Flores [EMAIL PROTECTED] Greetings, I can't use cookies since this app is for cellphones. On Tomcat there's no problem, but in WebSphere enabling only url-rewriting causes 404 errors on every page transition. Upon further inspection, the jsessionid values generated by

Re: how to enable/disable validation

2006-12-28 Thread Gary VanMatre
From: Aleksandar Matijaca [EMAIL PROTECTED] Hi there, I would like to be able to programatically control weather I am doing validation or not. For example, I have validate=true in my struts-config file, but, I would like to be able to decide myself in code (in a Filter, or

Re: Shale Validation Framework Issue.

2006-07-10 Thread Gary VanMatre
Please take future Shale discussions to the shale mailing list. http://shale.apache.org/mail-lists.html - Original Message - From: Iakouchev Alexander-EAL027C [EMAIL PROTECTED] To: user@struts.apache.org Sent: Monday, July 10, 2006 8:56 AM Subject: Shale Validation Framework Issue.

Re: tomahawk + shale clay - Solution

2006-07-07 Thread Gary VanMatre
hello, i followed your instructions with the tomahawk-view-config.xml and include it into web.xml also i added tomahawk 1.11 libary into lib folder... now i wanted to use the calendar! i copied CalendarBean from simple example... also i a configured als rules. managed beans etc. already little

Re: tomahawk + shale clay - Solution

2006-07-07 Thread Gary VanMatre
; } } jsp file weekRowClass=weekHeader currentDayCellClass=currentDayCell value=#{calendarBean.firstDate}/ but i found something about this: http://issues.apache.org/struts/browse/SHALE-192 stephan 2006/7/7, Gary VanMatre : From: stephan opitz thx, but how i register

Re: shale convertDateTime problem (timeZone)

2006-06-30 Thread Gary VanMatre
From: Daniel del Río [EMAIL PROTECTED] Hello, I have a problem with the timezone attribute in a convertDateTime component. The clay-config looks like: ... component jsfid=iniciColumn extends=column id=inici element renderId=1 jsfid=outputText attributes

[shale]Craig McClanahan's comment on View Controllers

2006-06-29 Thread Gary VanMatre
In an earlier post, Craig responded to a question by saying Personally, I consider putting view controllers in session scope to be a pretty bad idea, and would lean towards making this a restriction. (Putting non-view-controller backing beans in session scope to save state across sessions is

Re: clay template, duplicate components

2006-06-20 Thread Gary VanMatre
From: drh [EMAIL PROTECTED] Hi all, i'm using the clay tag to import a template inside a typical login form: - | login: [__] | | pass: [__] | | submit | - The template contains the login, password and submit

Re: [shale] Design question involving ViewController

2006-06-17 Thread Gary VanMatre
From: Sean Schofield [EMAIL PROTECTED] I am writing an application that is using MyFaces tree2 to allow the user to navigate to a more detailed view of the item they click on. I just wanted some feedback on the following strategy: The node in the tree has an action method that puts the

Re: [shale] component id + clay templates

2006-06-16 Thread Gary VanMatre
If a have a shared html template how can I parameterize component ids such that the template can be used more than once within the view? For example, if I have a input id=myField jsfid=inputText type=text value=@binding/ within a reusable template, and I used the template twice in a view, I

Re: [shale] using the eclipse ide (maybe ith ant or maven2)

2006-06-15 Thread Gary VanMatre
-segment: [package] ) why? stephan 2006/6/14, Gary VanMatre : From: Wendy Smoak On 6/14/06, stephan opitz wrote: i wanted start programming with shale... so i tried to integrate the shale blank war into eclipse as a new tomcat project

Re: [shale] using the eclipse ide (maybe ith ant or maven2)

2006-06-15 Thread Gary VanMatre
From: Wendy Smoak [EMAIL PROTECTED] On 6/15/06, Gary VanMatre wrote: This is a bit off topic but does anyone know how to configure cargo to start tomcat 5.5.x in debug mode so that you can attach in eclipse for interactive debuging? I've messed with the cargo.jvmargs but didn't have

Re: [shale] using the eclipse ide (maybe ith ant or maven2)

2006-06-15 Thread Gary VanMatre
From: Wendy Smoak [EMAIL PROTECTED] On 6/15/06, Gary VanMatre wrote: My second attempt was to add the cargo.jvmarg to the /shale-apps pom.xml: build finalName${artifactId}/finalName plugins plugin groupIdorg.codehaus.cargo/groupId

Re: [shale] using the eclipse ide (maybe ith ant or maven2)

2006-06-15 Thread Gary VanMatre
From: Craig McClanahan [EMAIL PROTECTED] On 6/15/06, Gary VanMatre wrote: From: Wendy Smoak On 6/15/06, Gary VanMatre wrote: My second attempt was to add the cargo.jvmarg to the /shale-apps pom.xml: ${artifactId} org.codehaus.cargo

Re: [shale] using the eclipse ide (maybe ith ant or maven2)

2006-06-14 Thread Gary VanMatre
From: Wendy Smoak [EMAIL PROTECTED] On 6/14/06, stephan opitz wrote: i wanted start programming with shale... so i tried to integrate the shale blank war into eclipse as a new tomcat project because i was not able to configure maven2 and shale into eclipse i'm using ant. If

Re: [shale] Problems after updating to MyFaces 1.1.3

2006-06-08 Thread Gary VanMatre
From: Richard Wallace [EMAIL PROTECTED] Hey all, I'm having a problem with clay after updating to MyFaces 1.1.3 and Tomahawk 1.1.3. I'm getting a couple of these when the webapp is deployed: 2006-06-08 10:02:55,174 2621 ERROR [http-8080-Processor24]

RE: [shale] extending clay

2006-06-07 Thread Gary VanMatre
From: [EMAIL PROTECTED] Hi What would be really nice is if you would make the plugin publically available. +1 :-) Hermod -Original Message- From: Ryan Wynn [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 07, 2006 5:11 AM To: Struts User Subject: [shale]

RE: [shale] - Dialog issues

2006-06-07 Thread Gary VanMatre
From: Greg Allen [EMAIL PROTECTED] Craig, I was gonig to point you at the website page about Dialog, but I can see now it's not particularly helpful :-). There's only one sentence (the very last one) that contains the key bits. Basically, the only current way to enter a dialog

Re: [shale] extending clay

2006-06-07 Thread Gary VanMatre
From: "Ryan Wynn" [EMAIL PROTECTED] On 6/6/06, Gary VanMatre <[EMAIL PROTECTED]>wrote: From: "Ryan Wynn" <[EMAIL PROTECTED]> I have had to work around the use of private instance variables in acouple other scenarios in trying to build this plugin. I

Re: [shale] extending clay

2006-06-07 Thread Gary VanMatre
From: Ryan Wynn [EMAIL PROTECTED] On 6/7/06, Gary VanMatre wrote: From: Hi What would be really nice is if you would make the plugin publically available. I was intending to make it available. I had intended to get some basic functionality working before I did so

Re: [shale] extending clay

2006-06-06 Thread Gary VanMatre
From: Ryan Wynn [EMAIL PROTECTED] I'm writing an eclipse plugin to create a visual builder for clay components. What I would like to do is extend the ClayXmlParser to add a rule that will capture the description from the xml and set in into the ComponentBean. The reason I want to be able

Re: [Shale - Clay] nested properties in @managed-bean-name can't work

2006-06-04 Thread Gary VanMatre
From: phyopiyo [EMAIL PROTECTED] Hi I just found out why this is happening. If you have nested objects under your managed bean, and if it is a class defined by you, you must provide the getter method of that object to return a new instance when the object is null. I got the

RE: [Shale] How to cancel the s:commonsValidator/

2006-05-24 Thread Gary VanMatre
of coffee at any participating Starbucks :-) Gary -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 3:52 PM To: Struts Users Mailing List Subject: RE: [Shale] How to cancel the From: James Reynolds Hmm, I downloaded the latest

Re: [Shale] How to cancel the s:commonsValidator/

2006-05-23 Thread Gary VanMatre
From: James Reynolds [EMAIL PROTECTED] I'm coding a cancel button on an update form. I've set its immediate attribute to true, but that isn't skipping the client side validation. Is there a way to do this, or must I only use server validation in this case? If you are using the JSF

RE: [Shale] How to cancel the s:commonsValidator/

2006-05-23 Thread Gary VanMatre
arg=Last name server=true client=#{members$myAccount.editName}/ Gary -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 12:52 PM To: Struts

Re: SHALE-CLAY: Clay passing parameters?

2006-05-17 Thread Gary VanMatre
From: Kevin [EMAIL PROTECTED] Using Clay HTML Views can you pass f:param/? Link: a href=# jsfid=dialogLinkCreate an account/a Component: component jsfid=dialogLink extends=commandLink id=link allowBody=false attributes set

Re: [shale] clay jsfid=void

2006-05-15 Thread Gary VanMatre
From: Ryan Wynn [EMAIL PROTECTED] Try the following: p jsfid=void allowBody=falseRemove Me/p Hey Gary, Soon after I created this email I noticed I had an unmatched /span tag. After I corrected this the void component worked properly. Is there any support to report on non

Re: [shale] clay jsfid=void

2006-05-12 Thread Gary VanMatre
Hi, I'm have a little trouble with the clay void component which is supposed to remove the markup from the template at runtime. It works perfectly with this template html jsfid=void head jsfid=void allowBody=false titleMock Title/title /head body jsfid=void span jsfid=outputText

RE: extending ValidationForm instead of ValidatorActionForm

2006-05-12 Thread Gary VanMatre
It sort of looks like you are missing a formal parameter type in the methodParams. The Validator, second to last param is missing. methodParams=java.lang.Object, org.apache.commons.validator.ValidatorAction, org.apache.commons.validator.Field,

Re: OverWrite the properties file Bundle.properties in Shale

2006-05-09 Thread Gary VanMatre
From: Wendy Smoak [EMAIL PROTECTED] On 5/9/06, emily chen wrote: I want to overwrite it to display more information. for example, change it to: # org.apache.shale.component.Token token.invalid=Invalid resubmit of the same form, but the first submit is processed. Is there

Re: [Shale/JSF] Frustrating Navigation Quirk

2006-05-08 Thread Gary VanMatre
From: James Reynolds [EMAIL PROTECTED] My problem deals with navigation between two pages, a Contract list page and a Contract detail page. On the list page is a Boolean check box that filters the list according to a certain criteria with a ValueChangeListener. When the user click on a

Re: [Shale-Clay] Offline dtds

2006-05-05 Thread Gary VanMatre
From: Ryan [EMAIL PROTECTED] Craig McClanahan said: On 5/5/06, Ryan wrote: I love the response time on this list. :) Thanks for the tip Craig. I had an old version of the public id -//Apache Software Foundation//DTD Shale Clay View//EN Is there a wiki I can post this

Re: [shale][clay] commandLink in dataTable not working

2006-05-04 Thread Gary VanMatre
From: Ian.Priest [EMAIL PROTECTED] This is driving me mad - can anyone see why my command link isn't working? I have a table that lists customers and has an action link in each row to view customer details. I build all my viws using clay. The clay components are: [snippet] The

Re: [shale] Form token giving NPE

2006-05-02 Thread Gary VanMatre
From: Richard Wallace [EMAIL PROTECTED] Yup, that was it exactly. The page in question is actually a confirm your input before continuing type of page, so it doesn't have any actual input components. But, it still uses a bunch of lines like labelName/label span class=t[EMAIL PROTECTED]/span

Re: [shale] Form token giving NPE

2006-05-01 Thread Gary VanMatre
Gary VanMatre wrote: From: Richard Wallace [EMAIL PROTECTED] I'm trying to use the token component on a form to ensure that a user doesn't submit the form more than once. Whenever I try and submit the form a second time, I get a NPE. I'm using it in Clay, if that makes any difference

Re: [shale] Form token giving NPE

2006-04-24 Thread Gary VanMatre
From: Richard Wallace [EMAIL PROTECTED] I'm trying to use the token component on a form to ensure that a user doesn't submit the form more than once. Whenever I try and submit the form a second time, I get a NPE. I'm using it in Clay, if that makes any difference. The code is simply:

RE: Acegi with shale and clay

2006-04-24 Thread Gary VanMatre
I think this one has come up in discussion before. It's really more of a JSF issue. There is an open ticket for a new shale feature that would allow plugging in security in a custom navigation handler. http://issues.apache.org/struts/browse/STR-2788 Gary -- Original message

Re: setValue() and test-framework

2006-04-19 Thread Gary VanMatre
From: Ian.Priest [EMAIL PROTECTED] Hi, I think i may have found a bug in the test-framework: I'm have a ViewController that calls setValue() as part of it's set-up... public class SignupViewController extends AbstractViewController { private static final String DIALOG_DATA =

Re: Can we populate a JSF Managed Bean from a Struts Action Class?

2006-04-19 Thread Gary VanMatre
From: [EMAIL PROTECTED] Hi. We are trying to integrate Struts and JSF. Is it possible to populate a JSF Managed Java Bean from a Struts Action class? If so, is there an example somewhere? This can be done when you run both struts action and faces servlet controllers. You will need

Re: [shale] RuntimeException rather than a 404

2006-04-19 Thread Gary VanMatre
From: Alexandre Poitras [EMAIL PROTECTED] Yeah definitely seems like a bug to me. It might be. I guess I never thought about an http response code. Clay reads in these template files using the URL object and parses the html. It catches the exception and logs that it could not find the

Re: [shale] Dynamic includes in clay

2006-04-18 Thread Gary VanMatre
From: Ryan Wynn [EMAIL PROTECTED] On 4/18/06, Richard Wallace wrote: The problem I'm running into is that when next or previous are clicked, instead of the content for the next page being displayed,the content from the first page is always displayed. I've checked by logic and made

Re: [shale] Dynamic includes in clay

2006-04-18 Thread Gary VanMatre
From: Ryan Wynn [EMAIL PROTECTED] On 4/18/06, Richard Wallace wrote: Is the viewId the dynamic page to be included or is it the base page that includes the dynamic content? My situation is that I have a single page, /report/default.html, and that is the only view that should ever be

Re: [shale] Tomahawk updateActionListener in Clay

2006-04-18 Thread Gary VanMatre
From: Richard Wallace [EMAIL PROTECTED] Hello again, I'm trying to figure out how to use the Tomahawk updateActionListener in Clay. The idea being that you can attach an action listener to a commandLink and when that specific link is clicked a value will be set on a given property of

Re: [Shale] Clay

2006-04-11 Thread Gary VanMatre
/ set name=@footercontent value=footerPanel/ /symbols /component Thanks. Gregg Gary On 4/10/06, Gary VanMatre wrote: Gary, I appreciate the information. Ok, here is what I have and it is not working. Bear with me, I am going to post the bulk of my files

Re: [shale] Tiles integration with RI

2006-04-11 Thread Gary VanMatre
From: Hubert Rabago [EMAIL PROTECTED] I'm trying to use Shale-Tiles with RI and I'm having trouble submitting forms. The page renders okay (once I start using all over the place), but the submit doesn't work. I stepped through the code and it looks like there's a viewid mismatch.

Re: [Shale] Clay

2006-04-10 Thread Gary VanMatre
Gary, I appreciate the information. Ok, here is what I have and it is not working. Bear with me, I am going to post the bulk of my files, though the= y are quite short. [web.xml] I didn't seen anything that didn't look correct in the web.xml snippet you provided. One thing to check is the

Re: [Shale] Component name of f:facet

2006-04-08 Thread Gary VanMatre
From: Hermod Opstvedt [EMAIL PROTECTED] Hi I am almost done with at list that has a t:dataScroller attached to it (ref. the datascroller example of the MyFaces simple webapp). There they have : h:panelGrid columns=1 styleClass=scrollerTable2

Re: [Shale] Clay

2006-04-08 Thread Gary VanMatre
From: Gregg Bolinger [EMAIL PROTECTED] I am evaluating Shale. I realize it is a work in progress and that nothing is fully finallized/stable and I expect there to be issues. I also expect great things from Shale in the future and want to help track down issues for development. Hence, my

Re: Shale tiles problem

2006-04-06 Thread Gary VanMatre
From: Kevin [EMAIL PROTECTED] Attempting to implement Stand alone-Tiles with Shale. -tiles-core.jar and shale-tiles.jar in WEB-INF/lib -tiles-def.xml looks like: definition name=jsp/faq_tmpl path=/jsp/mainLayout.jsp put name=header value=/jsp/header.jsp /

RE:Shale tiles problem

2006-04-06 Thread Gary VanMatre
It kind of reads like the tiles def name should end with a period. definition name=jsp/faq_tmpl. path=/jsp/mainLayout.jsp http://struts.apache.org/struts-shale/shale-tiles/apidocs/org/apache/shale/tiles /TilesViewHandler.html#getTileName(java.lang.String) Okay, that was a stupid comment.

Re: [Shale] Clay views and managed beans.

2006-04-05 Thread Gary VanMatre
From: Hermod Opstvedt [EMAIL PROTECTED] Hi I have the following situation: I have a page with some buttons on it, which leads to actions that are handled by navigation rules. This is working ok for all but one of the pages. This page uses the same viewcontroller as the originating

Re: [Shale] CLayForEach and var attribute

2006-04-03 Thread Gary VanMatre
From: Hermod Opstvedt [EMAIL PROTECTED] Hi I have a situation that I am struggling a bit with. On a page that I have, I have a page that displays different races and has a clayForEach tag that is supposed render a jsfid that displays information about a classes in a race, and a

Re: SV: SV: SV: [Shale] Backingbean beeing created twice -Solved!!!!

2006-04-01 Thread Gary VanMatre
From: Hermod Opstvedt [EMAIL PROTECTED] Hi This is the reason I was seeing to Threads when debugging. The second thread is a new request from the browser get the image resource. For some reason Shale/Clay or MyFaces is trying to handle this instead of letting the container serve it.

Re: SV: [Shale] Backingbean beeing created twice

2006-03-31 Thread Gary VanMatre
' Subject: SV: [Shale] Backingbean beeing created twice Hi I'll look at the trace from the debugger for both instance creations and confirm this. Hermod -Opprinnelig melding- Fra: Gary VanMatre [mailto:[EMAIL PROTECTED] Sendt: 31. mars 2006 00:47 Til: Struts Users

Re: SV: SV: [Shale] Backingbean beeing created twice

2006-03-31 Thread Gary VanMatre
: Gary VanMatre [mailto:[EMAIL PROTECTED] Sendt: 1. april 2006 00:13 Til: Struts Users Mailing List; [EMAIL PROTECTED] Emne: Re: SV: [Shale] Backingbean beeing created twice From: Hermod Opstvedt Hi I applied your patch, but my backing bean is still beeing created twice

Re: [Shale] commons client side validation not picking up component name

2006-03-30 Thread Gary VanMatre
From: Mark Shifman [EMAIL PROTECTED] Hi: When I use the commonsValidator for required on the client side, the name of the component is not being picked up and the alert says null is required. This happens with both h:inputText and h:selectOneListbox, the only two I have tried.

Re: [Shale] commons client side validation not picking up component name

2006-03-30 Thread Gary VanMatre
From: Mark Shifman [EMAIL PROTECTED] Thanks Gary: I am now getting a much more insidious exception thrown. I using the following: h:inputText id=s_id size=16 value=#{su_menu.s_id} s:commonsValidator type=required server=true client=true arg=#{msgs.validate_s_id}/

Re: [Shale] Backingbean beeing created twice

2006-03-30 Thread Gary VanMatre
From: Craig McClanahan [EMAIL PROTECTED] On 3/30/06, Hermod Opstvedt wrote: Hi I am seeing some odd behaviour in my Shale/Clay application. My backingbean (ie ViewController) is being created twice, meaning I have 2 instances of it. I was wondering if this is expected

RE: [Shale] When to create a database Connection?

2006-03-29 Thread Gary VanMatre
From: James Reynolds [EMAIL PROTECTED] Never mind, I mis-spelled the bean name in the Faces-Config. Oh the shame :( The init and destroy is called twice if you navigate back to the same page (postback). http://issues.apache.org/bugzilla/show_bug.cgi?id=38000 It doesn't sound like that

Re: SV: [Shale] commons client side validation not working inside a dataList

2006-03-29 Thread Gary VanMatre
From: Laurie Harper [EMAIL PROTECTED] Why would that be needed? The s:commonsValidator tag should render Javascript referencing the actual rendered ID of the component it's attached to. I haven't played much with validators, much less validators for components inside dataLists, but I

Re: SV: [Shale] commons client side validation not working inside a dataList

2006-03-29 Thread Gary VanMatre
globally using a propose renderer decorator (http://issues.apache.org/bugzilla/show_bug.cgi?id=37932). Gary -- Paul On 3/29/06, Gary VanMatre wrote: From: Laurie Harper Why would that be needed? The s:commonsValidator tag should render Javascript referencing the actual

Re: SV: [Shale] ClayforEach and Maps

2006-03-28 Thread Gary VanMatre
From: Hermod Opstvedt [EMAIL PROTECTED] Hi It suddendly struck me that what I described below might be the cause of a problem that I have been struggling with the last day. I have a page where I display results from a regatta. These results are group by classes. In order to do this I

RE: Building SHALE??? The instructions don't work!

2006-03-27 Thread Gary VanMatre
Try running the build from the test-framwork folder. C:\AAROOT\areas\jakarta\shale-framework-20060327\test-framework\ant clean dist test Gary -- Original message -- From: "Hiller, Dean" [EMAIL PROTECTED] I commented it out and get compile errors. Weird thing is it

Re: Is Shale supposed to work in a portlet environment?

2006-03-24 Thread Gary VanMatre
From: Marcio E Miranda [EMAIL PROTECTED] Hi, First of all, there is one point in Shale that I didn't understand very well. Why the developer has to register a managed bean for each view? The shale ViewController adds additional lifecycle events to the vanilla JSF lifecycle. This

Re: upgrading from 1.1 to 1.2.9

2006-03-24 Thread Gary VanMatre
From: Daniel Blumenthal [EMAIL PROTECTED] I just took the plunge, and upgraded from 1.1 to 1.2.9. I did the following: replaced all the .jar files in WEB-INF/lib replaced all the .tlds in WEB-INF upgraded to sslext1.2 restarted Tomcat And, um, everything just worked. Now,

Re: [shale] Using t:radio in Clay

2006-03-24 Thread Gary VanMatre
That mostly works. Now the page renders and the spread radio buttons are displayed where I have the span jsfid=selectPaymentTypeCreditCardOption / elements, but the radio buttons are also displayed where the span jsfid=selectPaymentType / element is. They're not supposed to be rendered if

RE: Is Shale supposed to work in a portlet environment?

2006-03-24 Thread Gary VanMatre
Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: sexta-feira, 24 de março de 2006 12:22 To: Struts Users Mailing List Subject: Re: Is Shale supposed to work in a portlet environment? From: Marcio E Miranda Hi, First of all, there is one point in Shale

Re: [Shale] Name scoping in Clay

2006-03-24 Thread Gary VanMatre
From: Hermod Opstvedt [EMAIL PROTECTED] Hi I have defined a Clay component: component jsfid=resultattabs extends=clay id=resultattabs allowBody=false attributes set name=jsfid value=RUNTIME/ set name=managedBeanName value=@managed-bean-name/ set

Re: [shale] Using t:radio in Clay

2006-03-22 Thread Gary VanMatre
Hello again, I'm trying to use the Tomahawk t:selectOneRadio and t:radio components to use the spread layout feature. Here's the clay-config.xml configuration for my component definitions: component jsfid=selectPaymentType extends=t:selectOneRadio attributes set name=id

Re: [Shale] jsp vs. jspx

2006-03-22 Thread Gary VanMatre
From: James Reynolds [EMAIL PROTECTED] As part of converting my app from vanilla faces to Shale, I decided to convert my jsp files to jspx for two reasons. First, to prevent someone else from employing scriplets in the future and, second, because I've read that it's a good idea (maybe

Re: [FRIDAY] Re: has struts reached the saturation

2006-03-19 Thread Gary VanMatre
From: Alexandre Poitras [EMAIL PROTECTED] You keep saying Tapesty does what JSF wants to do better than JSF does it. I have looked into the two from a technical point of view and I prefered JSF. How about giving some technical arguments for once since you are complaing about logic

Re: [shale] Back to t:column styleClass attribute

2006-03-13 Thread Gary VanMatre
From: Richard Wallace [EMAIL PROTECTED] Ok, I've updated to the 20060313 release and the LoadBundle issues are definitely fixed. Good job! But I'm still having an issue with my t:columns not getting the class set at all. I've uploaded a simple example that produces the problem to

Re: [Shale] Creating my Managed Bean template

2006-03-13 Thread Gary VanMatre
From: James Reynolds [EMAIL PROTECTED] I'm about to set up a template file for managed-beans and I was planning on inserting the methods supported by the ViewController interface. My question is, does it hurt to have empty ViewController methods in the bean if I'm not using them?

Re: [shale] LoadBundle basename not set

2006-03-12 Thread Gary VanMatre
From: Richard Wallace [EMAIL PROTECTED] I'm trying to update from the 20060130 nightly to the 20060312 nightly and I'm getting an IllegalStateException from the LoadBundle component that I wasn't getting before. It looks like the basename attribute isn't being set for some reason, and I'm

Re: [shale] LoadBundle basename not set

2006-03-12 Thread Gary VanMatre
From: Richard Wallace [EMAIL PROTECTED] Gary VanMatre wrote: From: Richard Wallace I'm trying to update from the 20060130 nightly to the 20060312 nightly and I'm getting an IllegalStateException from the LoadBundle component that I wasn't getting before. It looks like

Re: [shale] Tomahawk clay-config.xml help

2006-03-11 Thread Gary VanMatre
From: Richard Wallace [EMAIL PROTECTED] I'm trying to use some of the extended Tomahawk components and attributes in a Clay web page. The table is being configured with: component jsfid=instructorCourseReportTable extends=t:dataTable attributes set name=value value=[EMAIL

Re: [shale] Tomahawk clay-config.xml help

2006-03-11 Thread Gary VanMatre
From: Richard Wallace [EMAIL PROTECTED] But the forceId tag is being ignored. In the Tomahawk clay-config.xml file attached to this JIRA issue, https://issues.apache.org/jira/browse/TOMAHAWK-70, has the following: I think the forceId is being ignored because you need it on all

Re: [OT] TheServerSide Java Symposium

2006-03-10 Thread Gary VanMatre
From: Dakota Jack [EMAIL PROTECTED] You must have a very small book. Well, everyone know that your book is the biggest. Don't worry, I won't cross over your bridge, Jack. Gary In my book, as long as it has the three basic principles of encapsulation, inheritance and

Re: [OT] TheServerSide Java Symposium

2006-03-09 Thread Gary VanMatre
From: Ted Husted [EMAIL PROTECTED] On 3/8/06, Craig McClanahan wrote: Basically, I'm going to claim that anything you can do in an action oriented framework can also be done in a component oriented framework -- :) Didn't Turing prove that already :) Mathematically, anything we do

[OT] TheServerSide Java Symposium

2006-03-08 Thread Gary VanMatre
Hey Craig, I saw you have a couple sessions at TheServerSide Java Symposium in Vegas (swet). Wish I could see these - break a leg! Gary

Re: [OT] RE: Shale Container Managed Security

2006-03-07 Thread Gary VanMatre
From: James Reynolds [EMAIL PROTECTED] Thank you Craig, that's very helpful to understand. There are two things I was hoping to accomplish with Container Managed Security. 1. Ensuring that a user is logged in before serving up protected pages. I believe this is handled easily by

RE: [OT] RE: Shale Container Managed Security

2006-03-07 Thread Gary VanMatre
From: James Reynolds [EMAIL PROTECTED] If you are using J2EE container managed security, why not use the standard declarative security constraint on a url-pattern? You then assign roles to the constraint and to groups and/or users. Gary Thanks Gary, Maybe I'm

Re: [OT] RE: Shale Container Managed Security

2006-03-07 Thread Gary VanMatre
From: Craig McClanahan [EMAIL PROTECTED] On 3/7/06, James Reynolds wrote: There is a subtle but important issue. Container managed security only operates on the original URL to which a GET or POST was directed ... it does *not* apply to RequestDispatcher.forward() calls. In

Re: [shale] Extending components with new attributes

2006-03-06 Thread Gary VanMatre
From: Richard Wallace [EMAIL PROTECTED] Hello, I'd like to extend the inputSecret component and give the new component an added attribute. Basically, what I want to do is create a component that has the tomahawk equal validator attached to it. So, what I've got now is: view

Re: [shale] Multi-column data table in Clay

2006-03-06 Thread Gary VanMatre
From: Richard Wallace [EMAIL PROTECTED] Hello again, I'm working on creating a dataTable and I'm having a problem trying to figure out exactly how to do it in nothing but html. I've done this before with help from the list, but that was a simple one column table without any headers.

Re: [shale] Multi-column data table in Clay

2006-03-06 Thread Gary VanMatre
From: Craig McClanahan [EMAIL PROTECTED] On 3/6/06, Gary VanMatre wrote: This will give you more reuse options. You can use inheritance to create a table and add columns. Gary, Another general approach to dynamic content creation in JSF is to programmatically adjust

Re: [shale] Extending components with new attributes

2006-03-06 Thread Gary VanMatre
From: Richard Wallace [EMAIL PROTECTED] Is the template file required? Or could I just do something like view component jsfid=inputPasswordVerification extends=inputSecret attributes set name=id value=@id / set name=required value=@required / /attributes validator

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Gary VanMatre
From: Ryan Wynn [EMAIL PROTECTED] I am getting the following exception and though I have looked at bug 37796 I still can't decide if what I am trying to do cannot be done with symbol replacement or if I have made a mistake. The Component jsfid attribute is null. The cause is most likely

Re: [shale] clay generic templates and symbol replacement

2006-03-02 Thread Gary VanMatre
From: Ryan Wynn [EMAIL PROTECTED] Thanks, Gary. The bindingType=Early fixed it. I guess Clay was looking for an extension and it was being done too late. I'll make that the default. I don't think that a VB bindingType even works. I'll do a little refactoring here. My whole

Re:Clay-MyFaces integration

2006-02-28 Thread Gary VanMatre
I've searched high and low, and I figure someone might be able to help me configure these to play together. I've gotten Clay to work with the standard RI components, but even after adding the following tomahawk-view-config.xml snippet: (Taken from Ryan Wynn's example) to my project, I still am

Re: [shale] still radio group in datatable

2006-02-24 Thread Gary VanMatre
From: Timo Schnölzer [EMAIL PROTECTED] Hi folks, hi Gary, Now with this clay.xml my datatable is having a radio column. Wow, took so long ... The Problem was the value of the radio having a complex type with a toString method not resolved ... Now my html result has entries

Re: [shale] radio in datatable using clay

2006-02-23 Thread Gary VanMatre
From: Timo Schnölzer [EMAIL PROTECTED] Hi folks, I try to build a datatable in clay like: I try to build a datatable in clay like: component jsfid=zeitraumTable extends=dataTable allowBody=false attributes set name=value value=[EMAIL

RE: [shale] radio in datatable using clay

2006-02-23 Thread Gary VanMatre
lemonade. timo Gary -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Thursday, February 23, 2006 11:25 PM To: Struts Users Mailing List Subject: Re: [shale] radio in datatable using clay From: Timo Schnölzer Hi folks, I try to build

RE: Re: [SHALE] Using the Test Framework

2006-02-22 Thread Gary VanMatre
vegne av Craig McClanahan Sendt: 16. februar 2006 20:18 Til: Struts Users Mailing List Emne: Re: Re: [SHALE] Using the Test Framework On 2/16/06, Gary VanMatre wrote: From: CONNER, BRENDAN (SBCSI) OK, I'll look at that. But, out of curiosity, how is the Shale Test

RE: Re: [SHALE] Using the Test Framework

2006-02-22 Thread Gary VanMatre
Spring integration (http://struts.apache.org/struts-shale/features-spring-integration.html). Gary - Brendan -Original Message- From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 22, 2006 2:49 PM To: Struts Users Mailing List Subject: RE: Re: [SHALE] Using

  1   2   3   >