CRUD Application - How can I receive url attributes

2007-05-24 Thread Henry F. Camacho Jr.
I've been banging my head on this one reading everything I can. I new to struts, and I apologize if this is somehow redundant to this list. I've got a CRUD application I place various records from a database into a table with an edit button. This edit button has the following format: http:/

Re: CRUD Application - How can I receive url attributes

2007-05-24 Thread Henry F. Camacho Jr.
------ ----- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Henry F. Camacho Jr. Unplugged Cities, LLC 800 Washington Ave No Suite 501

Variable Form Elements, Dynamically Generated Forms

2007-05-24 Thread Henry F. Camacho Jr.
I am trying to work out the best way use dynamically generated forms in Struts. The application I am developing is going to allow the user to select from a database a list of fields that should be active on a form. This list will be modified within the database, and so I am thinking that Dyna

Re: [S2] Session Beans - how to make?

2007-05-27 Thread Henry F. Camacho Jr.
l: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Henry F. Camacho Jr. Unplugged Cities, LLC 800 Washingt

Re: Struts Navigation display

2007-06-13 Thread Henry F. Camacho Jr.
stem tracks the complete path taken to get to a position within the site. It then also the highlighting of selected buttons, and a warm state for buttons that were clicked to get to the current position. If you are looking for something like this I'd be happy to release the jars s

Re: Question in writing Struts Program

2007-06-13 Thread Henry F. Camacho Jr.
gt; > > > > After I accessed the page of "TestForm.jsp" and input the " > Username and Password",click "Submit " button ,it can redirect to the page > of "ShowForm.jsp",but each time both the Username and Password are "Null",