Re: Is there a Maven2-repo for Struts2-snapshots?

2006-10-07 Thread Wendy Smoak
On 10/6/06, Wesslan <[EMAIL PROTECTED]> wrote: Well, the subject says it all, doesn't it? :-) I've recently switched from Webwork to Struts2 and I like to use the nightly builds with Maven2. Is there a repository for this? The snapshot repository is here: http://people.apache.org/repo/m2-snap

Re: init param in web.xml

2006-10-07 Thread ShiBing Chen
@dependency.struts.config@ just a placeholder, it will be replace by something related. On 10/7/06, meena <[EMAIL PROTECTED]> wrote: Hi I have the following lines in web.xml config /WEB-INF/[EMAIL PROTECTED]@ Here struts-config.xml is ok.But what is the meaning of @d

Re: Is there a Maven2-repo for Struts2-snapshots?

2006-10-07 Thread David H. DeWolf
Here are the actual snapshot. . .I don't think they are published nightly though. http://cvs.apache.org/maven-snapshot-repository David Wesslan wrote: Well, the subject says it all, doesn't it? :-) I've recently switched from Webwork to Struts2 and I like to use the nightly builds with

Re: get integernet explorer path

2006-10-07 Thread Chris Pratt
I assume you mean the path that the internet explorer is viewing. You can get that from document.location.href, so something like alert( document.location.href) or document.write(document.location.href) might do what you're looking for. (*Chris*) On 10/7/06, Gomathi <[EMAIL PROTECTED]> wrote:

init param in web.xml

2006-10-07 Thread meena
Hi I have the following lines in web.xml config /WEB-INF/[EMAIL PROTECTED]@ Here struts-config.xml is ok.But what is the meaning of @dependency.struts.config@ ? Can anybody explain me ? Thank you so mcuh. -- View this message in context: http://www.nabble

[s2] Validation Failed.

2006-10-07 Thread Nuwan Chandrasoma
Hi All, when i was trying out the struts 2 bootstrap tutorial i go tthe follwinig error, when i enable the validation, can anyone give me a hint what is wrong in here.., i am using the struts-2.0.0-SNAPSHOT release. Thanks, Nuwan Oct 7, 2006 8:41:57 PM org.apache.struts2.views.freemarker.Free

AW: FRIDAY #1 JavaBeans/Model

2006-10-07 Thread Martin Kindler
Martin, this question surely should be asked Wesley. Perhaps I didn't comment out the parts by Wes in my reply. Have a nice weekend! Martin > -Ursprüngliche Nachricht- > Von: Martin Gainty [mailto:[EMAIL PROTECTED] > Gesendet: Samstag, 7. Oktober 2006 16:19 > An: Struts Users Mailing L

Re: FRIDAY #1 JavaBeans/Model

2006-10-07 Thread Martin Gainty
Good Morning Martin- I would say you're definitely on the right track and would inquire th reasons for combiinge 2 tables into one bean If the DB is designed so that someone built table1 and for some reason built table2 which is basically an extension of the attributes for table1 then your bean

Re: Role Based Action Mapping

2006-10-07 Thread Wendy Smoak
On 10/7/06, Puneet Lakhina <[EMAIL PROTECTED]> wrote: Hi, I found out that its possible to for me to restrict access to a particular action mapping to only a certain set of roles. The next thing that I found out about these roles is that this is something I can configure in my web.xml. But what I

Role Based Action Mapping

2006-10-07 Thread Puneet Lakhina
Hi, I found out that its possible to for me to restrict access to a particular action mapping to only a certain set of roles. The next thing that I found out about these roles is that this is something I can configure in my web.xml. But what I am not able to understand is how do i set a user's rol

get integernet explorer path

2006-10-07 Thread Gomathi
hai, I want to print current explorer path . How to get this regards gomes

Re: bean:write with property="address.postal"

2006-10-07 Thread Puneet Lakhina
On 10/7/06, Uday Karrothi <[EMAIL PROTECTED]> wrote: Can u use I am not sure if the property bean allows "." It allows without a problem. Thr problem is something else. Maybe if Andy can post a little more code, the problem could be identified. hope that helps, Uday Karrothi On 10/

Re: bean:write with property="address.postal"

2006-10-07 Thread Andy.de
Uday Karrothi wrote: > > Can u use > > > > > I am not sure if the property bean allows "." > > Hi Uday no i can't because address is an object with the attribute postal. Documetation and examples say i can use '.' to navigate to an attribute of objects. Regards Andy -- View this message