Re: Post parameters are null while accessing through url rewrite

2009-07-04 Thread Dale Newfield
sac sha wrote: Any ideas? Also I have used mod_rewrite for url rewriting. When I check the parameters by sysout in action, all the parameters are null. But when I change the request to "get" from "post" all works fine. Sounds like url rewriting is eating the post data. I'd guess you've got

Re: Post parameters are null while accessing through url rewrite

2009-07-04 Thread sac sha
Hi All Any ideas? I am really stuck with this problem as it is restricting me to make my application live. Regards On Thu, Jul 2, 2009 at 2:41 AM, sac sha wrote: > Hi > > Also I have used mod_rewrite for url rewriting. > > > On Thu, Jul 2, 2009 at 2:37 AM, sac sha wrote: > >> Hi All >> >> I

Re: [S2] Can't setBufferSize on StreamResult from action configuration (Struts2 2.1.6)

2009-07-04 Thread Dale Newfield
Francisco José Aquino García wrote: 2009/7/1 Dale Newfield : May I ask why you need to dynamically change the buffer size? to use the filesystem block size where the thumbnail resides as the bufferSize, as different thumbnails may reside in different filesystems That sounds like a reasonable

Re: (i am a begginer with struts)i have a jsp page and i wish that when the user load this page, automatically be loaded an information from the database, someone idea please?

2009-07-04 Thread mrgloster
this database article for struts should get you started http://www.j2mesalsa.com/struts/database.php jose luis pulido burbano wrote: > > > José Luis Pulido BurbanoEstudiante De Ingeniería De SistemasUniversidad > Del Valle > _ >

Re: What is the difference ...... ??

2009-07-04 Thread sajhak
Thanks .. got it .. Antonio Petrelli-3 wrote: > > 2009/7/4 sajhak : >> >> ps... i have missed the tags.. thanks Antonio for letting me knw.. i >> wanted to know what is the difference between >> and >> > > As seen from the Struts 1.3.10 tags documentation: > http://struts.apache.org

Re: What is the difference ...... ??

2009-07-04 Thread Antonio Petrelli
2009/7/4 sajhak : > > ps... i have missed the tags.. thanks Antonio for letting me knw.. i > wanted to know what is the difference between and > As seen from the Struts 1.3.10 tags documentation: http://struts.apache.org/1.3.10/struts-taglib/tlddoc/html/link.html forward - Use the val

Re: What is the difference ...... ??

2009-07-04 Thread sajhak
ps... i have missed the tags.. thanks Antonio for letting me knw.. i wanted to know what is the difference between and thanks in advance .. sajhak Antonio Petrelli-3 wrote: > > Sorry but it seems that you did not paste the tags correctly, we don't > see anything. > > Antonio >

Re: What is the difference ...... ??

2009-07-04 Thread Antonio Petrelli
Sorry but it seems that you did not paste the tags correctly, we don't see anything. Antonio 2009/7/4 sajhak : > > Hi all, > >  i would like to what is the difference between  and  ... > > i feel like both the tags do the same, and their functionality is the same > could you explain ?? > > t

What is the difference ...... ??

2009-07-04 Thread sajhak
Hi all, i would like to what is the difference between and ... i feel like both the tags do the same, and their functionality is the same could you explain ?? thanks a lot sajhak -- View this message in context: http://www.nabble.com/What-is-the-difference-..tp24333566p24

Re: [S2] Can't setBufferSize on StreamResult from action configuration (Struts2 2.1.6)

2009-07-04 Thread Francisco José Aquino García
2009/7/1 Dale Newfield : > The problem is that there is no evaluation going on for that value.  If you > need to dynamically set the buffer size, you'll need to use a different > result implementation that accepts a string and evaluates it.  Extending > StreamResult would get you most of the way th