Re: [appfuse-user] How to align multi Struts 2 tags on the same line?

2008-04-29 Thread Dustin Pearce
Here are links to two relevant tutorials. The first is how to create a UI Component, which is what I think you need. The second is more advanced on how to create your own theme http://www.vitarara.org/cms/struts_2_cookbook/creating_a_ui_component http://www.vitarara.org/cms/struts_2_co

[appfuse-user] Using Role without Prefix ROLE_

2008-04-29 Thread ct1
The default security configuration only allows role names that have ROLE_ prefix. The following config will not work. How do I resolve this without change the role name? Thanks! ct -- View this message in context: http://www.nabble.com/Using-Role-without-Prefix-R

[appfuse-user] JSF Regular Expression validator clears the model when validation fails

2008-04-29 Thread Cens
I began to use MyFaces RegExp validator (xmlns:t="http://myfaces.apache.org/tomahawk) that is included with Appfuse-JSF archetype. It is indeed very powerful. Consider that with a simple line like this: you can constraint a field value to accept only digits and uppercase letters. In the case o

Re: [appfuse-user] How to access collection fields in Struts2?

2008-04-29 Thread Matt Raible
You could try deleting src/main/webapp/WEB-INF/classes/ApplicationResources*. Matt On Tue, Apr 29, 2008 at 1:45 AM, Martin Homik <[EMAIL PROTECTED]> wrote: > > Oh, I thought I have to run 'jetty war:inplace' only once to "extract the > dependent WARs into src/main/webapp" which are otherwise no

[appfuse-user] How to align multi Struts 2 tags on the same line?

2008-04-29 Thread George Wei
Hi, all! There is a simple form in my AppFuse's Struts 2 project. There are 5 textfields: Product Name - I want to put it on the first line on the form Category, Manufacturer, Model & Price Range - I want to put them on the second line and 2 buttons: Submit, Reset - I want to put them on the s

[appfuse-user] filterInvocationInterceptor doubt

2008-04-29 Thread jithesh
Hi I am using appfuse 1.9.4 for developing my web project. I have a pdf file stored in a folder named 'pdf' in the application directory. the url for accessing the pdf is just like given below. https://localhost:8443//pdf/terms.pdf But my problem is if one opened a new browser tab an

Re: [appfuse-user] How to access collection fields in Struts2?

2008-04-29 Thread Martin Homik
Oh, I thought I have to run 'jetty war:inplace' only once to "extract the dependent WARs into src/main/webapp" which are otherwise not accessible for modifications. My question is, do you suggest to run 'jetty war:inplace' each time when I change something in src/main/resources/ApplicationResource