Simple authentication

2007-08-02 Thread appel
Hello, I need some simple login page for my web. There is only one account, and I'll probably just hardcode the user/pass in the code. Can't figure out how to do it properly with the struts2 framework, been googling and reading the docs... do I need a interceptor for this or? Thank you! -- Vie

Re: Eclipse Editor and struts tags

2007-08-02 Thread appel
Hi, I cannot install WTP unless I have EMF, and I cannot install EMF unless I have Eclipse 3.3.0 (I have Eclipse 3.2.2). So therefor I cannot install WTP! :| Also, I don't want to install a new Eclipse editor, it's a total pain maintaining 2 or 3 Eclipse installs, with 3 different workspaces. --

Eclipse Editor and struts tags

2007-08-02 Thread appel
Hello, I'm using Eclipse 3.2.2, isn't it possible to get tag insight, syntax coloring, code completion etc. when editing JSP pages using struts-tags ? It's currently just raw black text. -- View this message in context: http://www.nabble.com/Eclipse-Editor-and-struts-tags-tf4205171.html#a11961

RE: Checkbox frustration

2004-10-08 Thread Appel, Jeremy
, October 08, 2004 12:11 PM To: Struts Users Mailing List Subject: Re: Checkbox frustration From: "Appel, Jeremy" <[EMAIL PROTECTED]> With multiple checkboxes, you probably want , not . What is the syntax with parentheses in your 'property' attribute? I've never

Checkbox frustration

2004-10-08 Thread Appel, Jeremy
Hi, I have a page that lists a set of DB records and I am giving the user the ability to edit any number of these records and do a multiple update by using checkboxes to signify what rows have been modified. I am using a session-scoped form that has a List of Map-backed Forms with each

[OT] Providers JDBC Provider

2004-03-30 Thread Appel, Jeremy D
I know this off-topic but I have seen several posts regarding the Providers taglib. I was experimenting with using Providers to populate a list of options from the database but I am running into an error. I think it has to do with my JNDI DataSource. What should be the value of the jndi attri