Struts + JavaScript = dynamic forms

2005-07-26 Thread Janek Ziniewicz
, I am looking for your opinion about Struts-way of doing that task. -- Pozdrawiam, Janek Ziniewicz gg: 902858 irc.freenode.net: #gore, #dub - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Eclipse plug-in for Struts

2005-06-23 Thread Janek Ziniewicz
> > This email may contain confidential material. > > If you were not an intended recipient, > > Please notify the sender and delete all copies. > > We may monitor email to and from our network. > > > > ******** &

Re: SimpleDispatchAction error

2005-06-20 Thread Janek Ziniewicz
y GET method. My question is, how can i get rid of this 'multi submit' error? I use PreActions mainly for prepopulating data in new form. Maybe there is some other nice way to do it? On 6/17/05, Michael Jouravlev <[EMAIL PROTECTED]> wrote: > On 6/17/05, Janek Ziniewicz <[EMA

Re: SimpleDispatchAction error

2005-06-17 Thread Janek Ziniewicz
for the dispatch parameter. Have you checked the API for DispatchAction, in particular the parts relating to the "parameter" attribute of a dispatch action mapping. -Original Message- From: Janek Ziniewicz [mailto:[EMAIL PROTECTED] Sent: 17 June 2005 13:23 To: user@struts.apache.org S

SimpleDispatchAction error

2005-06-17 Thread Janek Ziniewicz
(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:595) -- Pozdrawiam, Janek Ziniewicz gg:902858 irc.freenode.net: #gore, #dub - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

StrutsCatalogDispatchAction error

2005-06-17 Thread Janek Ziniewicz
Source of StrutsCatalogDispatchAction http://wiki.apache.org/struts/StrutsCatalogDispatchActionImproved -- Pozdrawiam, Janek Ziniewicz gg:902858 irc.freenode.net: #gore, #dub - To unsubscribe, e-mail: [EMAIL PROTECTED] For

SimpleDispatchAction error

2005-06-17 Thread Janek Ziniewicz
ttp11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:705) at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:577) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:683) at java.lang.Thread.run(Thread.java:595)

Re: another newbie

2005-06-17 Thread Janek Ziniewicz
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Pozdrawiam, Janek Ziniewi

question

2005-06-16 Thread Janek Ziniewicz
http://struts.apache.org/userGuide/struts-tiles.html#insert I 've read here about 'flush' attribute. What does it exactly do and what is the practical difference between setting it to false or true? -- Pozdrawiam, Janek Ziniewicz gg:902858 irc.freenode.n

Re: BeanUtils.populate error

2005-06-15 Thread Janek Ziniewicz
ter.java:62) org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter. java:75) -- Pozdrawiam, Janek Ziniewicz gg:902858 irc.freenode.net: #gore, #dub - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: ActionForm::reset method

2005-06-08 Thread Janek Ziniewicz
gt; "In practice, the only properties that need to be reset are those > which represent checkboxes on a session-scoped form." > > ... and ... > > "You mainly need to worry about setting checkbox values to false; most > of the time you can leave this method unimplem

ActionForm::reset method

2005-06-08 Thread Janek Ziniewicz
behaviour? -- Pozdrawiam, Janek Ziniewicz gg: 902858 irc.freenode.net: #gore, #dub - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Size of a collection in a bean

2005-06-02 Thread Janek Ziniewicz
<% Vector foo; request.setAttribute("bar", foo); %> Is there any simple method to write size of a collection stored in a bean? -- Pozdrawiam, Janek Ziniewicz gg: 902858 irc.freenode.net: #gore, #dub - T

Displaying files from database

2005-05-31 Thread Janek Ziniewicz
recognize its mime type but this is not enough to do the task. Code below causes java.lang.IllegalStateException. Although in some cases I can see attachment on screen. How can I make it work? ServletOutputStream sout=response.getOutputStream(); sout.write(blob); -- Pozdrawiam, Janek Ziniewicz gg

Displaying files from database

2005-05-31 Thread Janek Ziniewicz
recognize its mime type but this is not enough to do the task. Code below causes java.lang.IllegalStateException. Although in some cases I can see attachment on screen. How can I make it work? ServletOutputStream sout=response.getOutputStream(); sout.write(blob); -- Pozdrawiam, Janek Ziniewicz gg

Displaying files from database on a webpage

2005-05-31 Thread Janek Ziniewicz
recognize its mime type but this is not enough to do the task. Code below causes java.lang.IllegalStateException. Although in some cases I can see attachment on screen. How can I make work? ServletOutputStream sout=response.getOutputStream(); sout.write(blob); -- Pozdrawiam, Janek Ziniewicz gg

Displaying files from database on a webpage

2005-05-31 Thread Janek Ziniewicz
recognize its mime type but this is not enough to do the task. Code below causes java.lang.IllegalStateException. Although in some cases I can see attachment on screen. How can I make work? ServletOutputStream sout=response.getOutputStream(); sout.write(blob); -- Pozdrawiam, Janek Ziniewicz gg

Re: Autologin?

2005-05-24 Thread Janek Ziniewicz
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Pozdrawiam, Janek Ziniewicz gg: 902858 irc.freenode.net: #gore, #dub ---

Autologin?

2005-05-24 Thread Janek Ziniewicz
I have problems with user logging in my application. Basically I want to have functionality same as on gmail.com -- if I have a proper cookie forward me to inbox omiting login page. I know how to play with cookies but struts part of the task is a problem for me. -- Pozdrawiam, Janek Ziniewicz

Dealing with many forms

2005-05-23 Thread Janek Ziniewicz
with JavaScript well (some palmtops, cellphones etc). And my app must run properly on them. So, is there any way to do the task above without JavaScript? -- Pozdrawiam, Janek Ziniewicz gg:902858 irc.freenode.net: #gore, #dub - To