Re: tag within tag

2005-09-27 Thread Catherine
java variable as the parameter to a javascript function, and I encounter the same problem. For example, myVar will not get evaluated. Can someone shied some lights on this? Thanks a lot, Catherine - http://Struts_User_Lis

Re:problem with html:form tag action property

2005-09-27 Thread Catherine
Check if you have the following entry in your web.xml. ... action *.do Then in your form, you don't need to suffix .do, Struts will do that for you: Cheers, Catherine -

Re: tag within tag

2005-09-26 Thread Catherine
he value from the resource bundle? Thanks, Catherine - http://Struts_User_List.roomity.com";>roomity.com roomity.com is broadband internet. ~~1127773200734~~ -

Re: tag within tag

2005-09-26 Thread Catherine
Hi, Try this. It's simpler. Catherine - http://Struts_User_List.roomity.com";>roomity.com roomity.com is broadband internet. ~~1127770884754~~ -

Re:Submit form with and

2005-09-26 Thread Catherine
Hello again! I solved my problem by following Zammetti's suggestion. Thank you all very much for your thoughts. My solutions as following. Hope it helps newbies like myself. Thanks, Catherine JavaScript functions: // alert user if the new attribute already exists function checkNewAttr

Re:Submit form with and

2005-09-23 Thread Catherine
Thank you so much! Now I know the rules. Cheers, Catherine - http://Struts_User_List.roomity.com";>roomity.com roomity.com is broadband internet. ~~1127505775361~~ -

Re:Submit form with and

2005-09-23 Thread Catherine
e the "submitAction" parameter and its value in the request. I thought the tag does it for me, but it is not. Here is my tag. Any suggestions? Thanks, Catherine - http://Struts_User_List.roomity.com";>roomity.com r

Re:Submit form with and

2005-09-23 Thread Catherine
alue = "Add Property" before submit(), but that didn't help. How can I pass that value? Thanks, Catherine - http://Struts_User_List.roomity.com";>roomity.com roomity.com is broadband internet. ~~1127483281913~~ -

Submit form with and

2005-09-22 Thread Catherine
Hi, I defined a variable in my ActionForm as "submitAction". And I have serveral buttons in my form as below. This works and I get submitAction="Save". function show(url) { window.location.href = url } This also works since