Wanted: Volunteers for a Project

2004-11-20 Thread Steve Jovanovic
Want to help us build this? http://skribe.noumenaut.com:8080 We're looking for a couple of talented and hardworking Struts developers to join our team. Our aim is to build a high-end journaling system and portal. If you'd like more info, please see: http://www.noumenaut.com/join/index.htm Tha

Re: JerichoFaces ?

2004-11-20 Thread Dakota Jack
On Sat, 20 Nov 2004 09:18:18 -0600, Joe Germuska <[EMAIL PROTECTED]> wrote: > I think a lot of people are making a mistake by making more out of > Shale than it is. Shale is a proposal and a prototype. It is here > now for people to use it and see what they thing of it. It is taking > the oppor

RE: JerichoFaces ?

2004-11-20 Thread Joe Germuska
If Struts needs that big a change to handle new stuff, perhaps it might be better to create a new project and start Struts on a nice end of life maintenance schedule. I think a lot of people are making a mistake by making more out of Shale than it is. Shale is a proposal and a prototype. It is he

[ANNOUNCE] Struts 1.2.6 Test Build Available

2004-11-20 Thread Martin Cooper
The Struts 1.2.6 Test Build is now available here: http://cvs.apache.org/dist/struts/v1.2.6/ This build includes some minor enhancements as well as fixes for a number of outstanding issues. For full details, see the Release Notes: http://struts.apache.org/userGuide/release-notes.html Once feedbac

RE: Conditionally disable form input.

2004-11-20 Thread Daffin, Miles (Company IT)
Thanks both for your time. I have a text input followed by a checkbox for indicating that the text input is N/A. When the checkbox is checked I use javascript to disable the text input. The problem is that, if validation fails and the page comes back the checkbox is still checked (the magic of str

Re: How can I do this ... ?

2004-11-20 Thread klute
Sounds like you need to implement a list-backed form. http://forum.java.sun.com/thread.jspa?forumID=33&messageID=1952256&threadID=435161 best, james --- Frank Burns <[EMAIL PROTECTED]> wrote: > Hi, > > Although I have been using Struts for a while now, I > have this new requirement and I don'

Re: How can I do this ... ?

2004-11-20 Thread Hubert Rabago
It sounds like the list contains the same type, several times over. If so, just use indexed properties. http://struts.apache.org/faqs/indexedprops.html http://www.developer.com/java/ejb/article.php/2233591 If I misunderstood your question, ignore my answer. Or you can study them anyway to know

Re: bean not found in any scope

2004-11-20 Thread Erik Weber
This is from the bean:write doc: name Specifies the attribute name of the bean whose property is accessed to retrieve the value specified by |property| (if specified). If |property| is not specified, the value of this bean itself will be rendered. (REQUIRED) (RT EXPR) property Specif

Re: bean not found in any scope

2004-11-20 Thread Dakota Jack
There is nothing particularly strange about this problem. Your bean called "employees" is not in request scope. Jack "You can't wake a person who is pretending to be asleep." ~Native Proverb~ "Each man is good in His sight. It is not necessary for eagles to be crows." ~Hunkesni (Sitting Bull

[WAY OT] Gamer generataion using... Linux???? !!!!

2004-11-20 Thread Vic
Sometimes I surf a site I built (CMS in Struts) and users have blogs and home pages came across this: http://kittytreats.1up.com Her desktop screen shot is Linux on home page! What?! And there it is, in today's blog, she says "Fedora 3". This I call progress. .V ps: I was told I do not

Re: How can I do this ... ?

2004-11-20 Thread Mark Lowe
I could explain but niall has already documented things here. http://wiki.apache.org/struts/StrutsCatalogLazyList I'd go for the hand cranked option. Its one less dependency and lighter than using lazylist. LazyForm looks pretty cool if you like dynabeans, certainly really good for mocking thin

How can I do this ... ?

2004-11-20 Thread Frank Burns
Hi, Although I have been using Struts for a while now, I have this new requirement and I don't know an obvious way to implement it. Can anyone please tell me how I can do this? BACKGROUND: I want to display a list of existing items of a certain type and allow users to edit these and save them.

Re: Validator PlugIn and PDAs

2004-11-20 Thread Mark Lowe
I dont know anything about jscript. But the usual checking the user agent header. And then feeding the relevant stuff will work same as anything else. For palm you'll probably want to have specialsed js anyhow to store form data until the next time the user syncs. I'd start using JSTL and then if

bean not found in any scope

2004-11-20 Thread Nishant
i am getting strange problem./ Setting target to error 11/20 16:21:27 error Unhandled exception thrown from /editemployee.jsp:22 [1]javax.servlet.jsp.JspException: Cannot find bean employees in scope request at org.apache.struts.util.RequestUtils.lookup(RequestUtils.java:940) at