Re: Struts and Tiles

2004-10-11 Thread Bj
r way to do this (maybe through external tile xml configuration files ) but I've never tried. Bj PC Leung a écrit : I am very new Tiles. I just want the content layout to change and keep header, footer and left menu unchanged. Is it right to change the value programmatically and how? or do it

Re: Some stupid question

2004-09-29 Thread Bj
here is a very schematic representation of Struts flows (in french). http://www.infini-fr.com/Sciences/Informatique/Langages/Imperatifs/Java/ServletsJsp/Struts/Struts.gif or here http://www.darwinsys.com/java/java-struts.pdf Bj vineesh . kumar a écrit : Helo all, can anyone explain the

Re: Can I detect file size without uploading?

2004-09-28 Thread Bj
t) Or to find a browser which implements MAXLENGTH attribut (none ?). Or to use an applet or an activeX. Bj gus a écrit : I'm using a Struts ActionForm to upload a file using a "multipart/enc" POST. The files being uploaded are sometimes rather large and we wish to restrict them to

file upload problem

2004-09-24 Thread Bj
ot respect html specifications)and I suspect that I'll need to check in my Action code. Am I right ? Thx Bj - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: problem in db access

2004-09-17 Thread Bj
parameter and fill the 2nd combo calling your DAO layer. If your fill your combobox in your Action and with Struts iteration tags. Submit your form to your action on the onChange of the 1st combobox. Then you will fill the corresponding ActionForm field and forward to your jsp. Bj PS : you

Re: Problem going to my Next JSP by Href tag

2004-09-16 Thread Bj
the path is ok, the href should work. Bj Priya Jotwani a écrit : Thanks for the reply. But I have actually included my application path. I think there is no problem in the path. All I am worried about is will this calling of MyJSPPage would follow the Struts framework process i.e going to ActionS

Re: Problem going to my Next JSP by Href tag

2004-09-16 Thread Bj
Yes you don't need any processing in your struts-config file. The application path seems to miss, no ? Click Here but you should use struts tag to avoid path issue : or if the page is on another server/application, you should put the complete url (http://MyServerName:8080/MyJSPPAge.jsp

popup design

2004-09-16 Thread Bj
is to pass parameters to the targeted ActionForm (the one corresponding to the popup jsp) in the main JSP. thx, Bj - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Frame problem using Struts

2004-09-13 Thread Bj
) to the corresponding target window. function setDynamicTarget(target) { document.forms[0].target = target; } function SubmitForm(object) { object.form.submit(); } ... ... ... Bj Sebastian Ho a Ãcrit : When you say depending on the clicked button, are u assuming that there