Is it necessary to upload a file to the server to process it in Struts, or
does it have access to the local file system? I was getting errors in my
code when it was attempting to use the file from my local machine, but if I
upload it to the server first and use the file from the server, it works
o
Is it possible to upload a file to a server, process the data as it needs to
be, and then write the file back to the local machine from which it
originally was uploaded all in a single execute method of a single action
class? Or, am I required to have an action for uploading it to the server,
and
I am putting in page that loads at the beginning of my application, and all
it has two buttons that should end up forwarding to do one of two different
actions. How can I distinguish between which button has been pushed inside
the Action class so that I can forward it to the correct page? The JSP
ct-2 wrote:
>
> Did you check your server logs? I bet the problem is the taglib uri.
>
> See the TLD URIs section:
> http://wiki.apache.org/struts/StrutsUpgradeNotes12to13
>
> Paul
>
> On 12/4/2009 1:41 PM, davargas123 wrote:
>>
>> When I change the standa
When I change the standard HTML tags of my .jsp page into the Struts tags,
the page loads up completely blank, aside from what is loaded by the
tiles-def. What could be causing this? I'm thinking that's why my page
doesn't submit data to the actionform, but I don't see why it wouldn't be
rendering
When I change the standard HTML tags of my .jsp page into the Struts tags,
the page loads up completely blank, aside from what is loaded by the
tiles-def. What could be causing this? I'm thinking that's why my page
doesn't submit data to the actionform, but I don't see why it wouldn't be
rendering
When I change the standard HTML tags of my .jsp page into the Struts tags,
the page loads up completely blank, aside from what is loaded by the
tiles-def. What could be causing this? I'm thinking that's why my page
doesn't submit data to the actionform, but I don't see why it wouldn't be
rendering
When I change the standard HTML tags of my .jsp page into the Struts tags,
the page loads up completely blank, aside from what is loaded by the
tiles-def. What could be causing this? I'm thinking that's why my page
doesn't submit data to the actionform, but I don't see why it wouldn't be
rendering
So, I have an issue where when I submit a form, instead of the corresponding
ActionForm being populated with the correct field data, it remains
unpopulated for a reason unknown to me. Here is the form on my JSP page(js
functions provided for clarity, very simple):
function encryptSSN(){
9 matches
Mail list logo