Error with DisplayTag in Struts application

2007-12-02 Thread puchacz
Hi I am using DisplayTag in my Struts web application. Could You tell me please why a got such error in my class coled "Wraper" and how I can repair it ? I write my code in Ecplise 3.2.0. Error: The type javax.servlet.jsp.PageContext cannot be resolved. It is indirectly referenced from require

Re: Integrating with other frameworks

2007-05-01 Thread puchacz
Now I feel shame but I forgot about this. :) Sorry again! Musachy Barroso wrote: > > Dejavu? > > http://www.mail-archive.com/user@struts.apache.org/msg56310.html > > musachy > > On 5/1/07, puchacz <[EMAIL PROTECTED]> wrote: >> >> >> Sorry Dav

Re: Integrating with other frameworks

2007-05-01 Thread puchacz
Sorry Dave but I didn't... And please don't tell me to make a google searching , because If I could find this information I wouldn't be asked for help. Yes it my homework! Dave Newton-4 wrote: > > Didn't you already ask about this two months ago? > > --- p

Integrating with other frameworks

2007-05-01 Thread puchacz
1.Could anybody explain me why it is good to intagreate one framework with another? 2. When it is useful? 3. What gives it to the project? Thnx -- View this message in context: http://www.nabble.com/Integrating-with-other-frameworks-tf3676571.html#a10273717 Sent from the Struts - User mailing l

Re: 2 questions

2007-05-01 Thread puchacz
like this or this is the main one? Thnx Laurie Harper wrote: > > puchacz wrote: >> Hi >> >> I have 2 questions: >> >> 1. If there are some big companies (like IBM or sth.) which help to >> build >> up Struts 1 ? > > Depends on what

2 questions

2007-04-30 Thread puchacz
Hi I have 2 questions: 1. If there are some big companies (like IBM or sth.) which help to build up Struts 1 ? 2. If this forum is the main one concern Struts 1 ? Thanx -- View this message in context: http://www.nabble.com/2-questions-tf3671924.html#a10260488 Sent from the Struts - Us

Tools for I18n

2007-04-18 Thread puchacz
Do You know some tools for helping in Internationalization in web project? Thnx -- View this message in context: http://www.nabble.com/Tools-for-I18n-tf3600761.html#a10057872 Sent from the Struts - User mailing list archive at Nabble.com. --

Re: Struts testing

2007-04-16 Thread puchacz
I was thinking about Struts 1. But Laurie what + and - do You see in Struts1 testing ? Laurie Harper wrote: Laurie Harper wrote: > > puchacz wrote: >> Hi >> >> I would like to ask if You (as Struts programmers) see some + or - of >> testing Struts? I know JSF wh

Struts testing

2007-04-15 Thread puchacz
Hi I would like to ask if You (as Struts programmers) see some + or - of testing Struts? I know JSF where I can test all components as a standalone programs. How it looks in Struts? If in Struts are a lot of dependencies which make Struts testing hard to test? Thanx -- View this message in c

Time of displaying data on the page

2007-03-20 Thread puchacz
Hi Hi If anybody could tell me, how can I measure the time of displaying some data on the screen? <%@ include file="/WEB-INF/jsp/include.jsp"%> <[EMAIL PROTECTED] import="bus.TimeHold"%> <[EMAIL PROTECTED] import="java.util.Date"%> function displayName(){ var myVar = document.getEleme

What view technologies I can use with Struts 1 ???

2007-03-02 Thread puchacz
Hi I make comaprison of frameworks (Spring, Struts 1 and JSF) If anyone could list me all view technologies that I can use with JSF? And tell me where I can find information how to add them to application. Please... ps In Spring 2.0 those are: o JSP o Excel o Tiles

Re: [S2] Working with other technologies

2007-03-02 Thread puchacz
beans configuration trivial. > > --- puchacz <[EMAIL PROTECTED]> wrote: > >> >> Ok thank YOu very much for Your answer, but I will >> ask You for something else >> :-). All You told me it's for Struts 2, but do You >> know if there was the >> same

Re: [S2] Working with other technologies

2007-03-02 Thread puchacz
s pursuant to explicit > written agreement or government initiative expressly permitting the use of > e-mail for such purpose. > -------- > > > > > puchacz <[EMAIL PROTECTED]> > 03/02/2007 12:10 PM > Please respo

Re: [S2] Working with other technologies

2007-03-02 Thread puchacz
That I have my project in Struts Technologies , but I can add some functionality or component or anything from other Framework technologies like Spring or JSF Dave Newton-4 wrote: > > --- puchacz <[EMAIL PROTECTED]> wrote: >> I don't understand. In one article I found >

Re: [S2] Working with other technologies

2007-03-02 Thread puchacz
?? I don't get it! :) Richard Yee wrote: > > Well that is a bit of a broad question. What type of frameworks are you > looking for? If you are a developer, then you should be able to > integrate almost any framework with Struts. > > -Richard > > > puchac

Working with other technologies

2007-03-02 Thread puchacz
Hi I have a question. If anyone could list me all frameworks that I can intagrate with Struts? If there are any ?? Thanx -- View this message in context: http://www.nabble.com/Working-with-other-technologies-tf3334031.html#a9270920 Sent from the Struts - User mailing list archive at Nabble.com.

Working with other technologies

2007-03-02 Thread puchacz
-- View this message in context: http://www.nabble.com/Working-with-other-technologies-tf3334030.html#a9270918 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For ad

Re: [S2] Error with

2007-02-12 Thread puchacz
tl/core";, not >> "|http://java.sun.com/jsp/jstl/core|". Verify the URI in the TLD file. >> >> On 2/12/07, puchacz <[EMAIL PROTECTED]> wrote: >>> >>> I am using Tomcat 5.0 and jstl-1.1.1.jar and standard-1.1.1.jar. >>> >>

Re: [S2] Error with

2007-02-12 Thread puchacz
are you using? You need > to make sure you have the right version of JSTL for your container / > servlet spec level. See [1] for more info. > > L. > > [1] http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html > > puchacz wrote: >> org.apache.jasper

Re: [S2] Error with

2007-02-12 Thread puchacz
/jstl/core|" %> > > ||musachy > > puchacz wrote: >> If anybody can explain me why I get this error and how to repaire it. >> >> My view page : >> " >> <%@ taglib prefix="c" uri="http://java

Error with

2007-02-12 Thread puchacz
If anybody can explain me why I get this error and how to repaire it. My view page : " <%@ taglib prefix="c" uri="http://java.sun.com/jstl/core"; %> " And that's my error: " org.apache.jasper.JasperException: /info.jsp(13,0) According to TLD or attribute directive in tag file

Re: [S2] Collecting data from few pages

2007-02-12 Thread puchacz
for the data from > pages 1 and 2, etc. > > Either approach (or some variant) will work. Which to choose depends on > what constraints you have on your application (are you OK with using > session-based storage? do you have a large amount and/or frequently > changing set of data to

Re: [S2] Collecting data from few pages

2007-02-12 Thread puchacz
aire indiqué et peut contenir des > renseignements de caractère privé ou confidentiel. Si vous n'êtes pas le > destinataire de ce document, nous vous signalons qu'il est strictement > interdit de le diffuser, de le distribuer ou de le reproduire. > - Original Message

Collecting data from few pages

2007-02-11 Thread puchacz
Hi I have a problem. I would like to write application, where I would have sth. like "wizard". Using this "wizard" I would take information from user about name, lastname, etc. The thing is that I have no idea how I can collect all this information and then on the last step save it to DB